diff options
-rw-r--r-- | TODO | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -5,23 +5,15 @@ The road to 1.0 required for 1.0 ---------------- -- decoder plugin garbage collection (unload unused decoder plugins) -- fix memleaks -- implement get_audio/video_frame at least for 1 set of demuxer+decoders - implement null_audio/video_output plugins - implement test frontend that uses these functions +- make sure all decoder config options get always registered - use report_codec function again so uis can display error messages if codecs are missing - fix rate estimation in demux_mpeg/demux_mpeg_block (guenter) -- fix streaming if small files (e.g. http) (guenter) +- fix streaming of small files (e.g. http) (guenter) - implement timeout in input_http, implement it correctly using select() (guenter) - sputext decoder plugin (zoltan & michael) -- xvid decoder plugin (guenter) -- opengl video output plugin (matthias) -- irix audio output plugin (matthias) - input_dvd: detect errors, display useful error messages (guenter) -- input_net (guenter) - fix documentation optional @@ -50,6 +42,12 @@ optional - Add user selectable option for resampling audio out instead of current "gap feedback" method. (jcdutton) - xvid decoder plugin - quicktime binary codec support (port from mplayer) (stephen) +- implement get_audio/video_frame at least for 1 set of demuxer+decoders + implement null_audio/video_output plugins + implement test frontend that uses these functions +- opengl video output plugin (matthias) +- irix audio output plugin (matthias) +- input_net (guenter) Assigned tasks ============== |