diff options
author | François Revol <revol@free.fr> | 2002-12-20 21:02:28 +0000 |
---|---|---|
committer | François Revol <revol@free.fr> | 2002-12-20 21:02:28 +0000 |
commit | 40d05a6bce5293a2ed11323a0486c150ec34e4da (patch) | |
tree | 43abf39f585db33b56b6355403940f85e64c7d4e /doc/TODO | |
parent | 9b2e001fc5e25f23673f977a3ad74dfcd367a2c7 (diff) | |
download | ffmpeg-40d05a6bce5293a2ed11323a0486c150ec34e4da.tar.gz |
That should be enough for now :)
Originally committed as revision 1348 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -30,3 +30,14 @@ Michael's TODO list: (unordered) (if anyone wanna help with sth, just ask) - split h263.c - mpeg2 encoding (after the ME impovements) - mpeg1 b frames (after the ME impovements) + +Francois' TODO list: (unordered, without any timeframe) +------------------- +- test MACE decoder against the openquicktime one as suggested by A'rpi +- mov/mp4 muxer +- BeOS audio input grabbing backend +- BeOS video input grabbing backend +- have a REAL BeOS errno fix (return MKERROR(EXXX);), not a hack +- publish my BeOS libposix on BeBits so I can officially support ffserver :) +- check the whole code for thread-safety (global and init stuff) + |