diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-11-08 11:51:52 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-11-08 11:51:52 +0000 |
commit | 676500f671d5f4debf193d8bc1d09983f86a4b9d (patch) | |
tree | 8da7434f810bd9a2d83c6787bdd580f9985c84ea | |
parent | e318d95baf0f15a9654157465117d4845aaef234 (diff) | |
download | xine-lib-676500f671d5f4debf193d8bc1d09983f86a4b9d.tar.gz xine-lib-676500f671d5f4debf193d8bc1d09983f86a4b9d.tar.bz2 |
document changes, new tasks
CVS patchset: 3203
CVS date: 2002/11/08 11:51:52
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | TODO | 15 |
2 files changed, 14 insertions, 8 deletions
@@ -1,4 +1,9 @@ -xine-lib (next version) [someone fill in stability and urgency] +xine-lib (1.0.0-alpha1) + * transport stream demuxer fixes + * stdin_fifo input plugin + * vcd input plugin + +xine-lib (1.0.0-alpha0) * dvd plugin replaced by dvdnav with full menu support * fix segfault on exit for w32codecs @@ -12,25 +12,25 @@ required for 1.0 implement test frontend that uses these functions - use report_codec function again so uis can display error messages if codecs are missing -- fix rate estimation in demux_mpeg/demux_mpeg_block -- fix streaming if small files (e.g. http) +- fix rate estimation in demux_mpeg/demux_mpeg_block (guenter) +- fix streaming if small files (e.g. http) (guenter) - implement timeout in input_http, implement it correctly using select() (guenter) - fix potential overflow in compressor audio filter (guenter) - xine health check (stephen) - sputext decoder plugin - spucc decoder plugin -- xvid decoder plugin +- xvid decoder plugin (guenter) - faad decoder plugin - opengl video output plugin -- esd audio output plugin +- esd audio output plugin (guenter) - arts audio output plugin - irix audio output plugin (matthias) - null audio plugin (or fix null video out) -- input_dvd: detect errors, display useful error messages +- input_dvd: detect errors, display useful error messages (guenter) - prepare architecture for post effect plugins (michael) -- input_vcd -- input_stdin, input_net (guenter) +- input_net (guenter) +- fix documentation opional ------- @@ -53,6 +53,7 @@ opional - reduce memory footprint (e.g. variable fifo buffer sizes...) - bring dxr3 video out to work with aaxine (michael) - streaming of avi files (e.g. via http) +- ms audio decoder from ffmpeg Assigned tasks |