forked from rockcarry/ffplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
a video player based on ffmpeg for win32 and android platform.
License
kelre/ffplayer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ffplayer ======== A video player based on ffmpeg for windows and android platform. ffplayer is not ffplay in offical ffmpeg source code. It is a simple player implemention on windows vs2005 platform. It is a light weight implemention without SDL, with directly access to bitmaps and wavdev in Win32 API. Currently, this player can smoothly play many video files, with low cpu and memory usage (compared with ffplay of offical ffmpeg), and the audio/video also synchronized very good. More effort must be done to optimize things on synchronization, performance, compatibility and stability. The ffmpeg share library (dlls, libs & headers) are come from ffmpeg offical web site. I will regularly update these files. Other files are all written by my self. These source codes are licensed under GPL. The windows version become stable, and the android version is coming. The android verion ffplayer is working now, but lots of work need to be done, to make it better. rockcarry 2016.1.7
About
a video player based on ffmpeg for win32 and android platform.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 55.1%
- C 44.8%
- Other 0.1%