diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-12-13 18:26:08 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-12-13 18:26:08 +0000 |
commit | cbf84e9f0e3fbfe1db57242d8dc63e49f1fd3ffa (patch) | |
tree | a8bb8bc2bbabfcf41dd7c330abd6fd17bc5d200e | |
parent | 3699a9af6446f12f74aa6c2f3358733da94d077b (diff) | |
download | xine-lib-cbf84e9f0e3fbfe1db57242d8dc63e49f1fd3ffa.tar.gz xine-lib-cbf84e9f0e3fbfe1db57242d8dc63e49f1fd3ffa.tar.bz2 |
move some more issues to the optional side
CVS patchset: 3510
CVS date: 2002/12/13 18:26:08
-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 ============== |