I am posting this asking if any coder is interested in porting an FFmpeg based video player to DC using SDL.
Looking at the tutorial this should be a easy task for a good programmer...
http://ffmpeg.mplayerhq.hu/
There is even a tutorial on creating a simple SDL-Based FFmpeg player:Quote:
ffmpeg is a wonderful library for creating video applications or even general purpose utilities. ffmpeg takes care of all the hard work of video processing by doing all the decoding, encoding, muxing and demuxing for you. This can make media applications much simpler to write. It's simple, written in C, fast, and can decode almost any codec you'll find in use today, as well as encode several other formats.
http://www.dranger.com/ffmpeg/
Maybe a very simple GUI w/ file-browser with emphasis on being light-weight.
And just port a few key codecs like DivX, XviD, but exclude most unimportant codecs, etc.
Also only porting the decoding functions, excluding any encoding functions, of course.
I am sure the DC can handle good quality mpeg-4 video, and also a lot of DC fans should appreciate this.
So, anyone up to the challenge?