2001-11-27 00:12:12 +00:00
|
|
|
|
|
|
|
TODO:
|
|
|
|
=====
|
|
|
|
|
2001-12-06 12:20:40 +00:00
|
|
|
FOR THE RELEASE:
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
2001-11-27 00:12:12 +00:00
|
|
|
demuxer:
|
2001-12-09 01:28:11 +00:00
|
|
|
- prebuffering to cache2 (req. for MMS)
|
2001-11-27 00:12:12 +00:00
|
|
|
- test and cleanup FLI/FLC support (and implement seek)
|
2001-12-06 12:20:40 +00:00
|
|
|
|
|
|
|
decoders:
|
|
|
|
- finish native g72x audio decoder
|
|
|
|
- finish and switch to C directshow code
|
|
|
|
|
|
|
|
mencoder:
|
|
|
|
- add ffmpeg encoders support
|
|
|
|
- add win32 encoders support
|
|
|
|
- add raw video out
|
|
|
|
- check/fix frame copy
|
|
|
|
- implement VBR audio copy
|
|
|
|
- Estimated Size and Time
|
|
|
|
- image cut/crop filter
|
|
|
|
|
|
|
|
other:
|
|
|
|
- fix DVB a-v sync problems, switch to mp1e
|
|
|
|
|
2001-12-09 11:52:29 +00:00
|
|
|
runtime:
|
|
|
|
- add --enable-runtime or something (should change VERSION header and enable
|
|
|
|
runtime cpu detect and print banner telling users to recompile for speed)
|
|
|
|
- runtime cpu detection in:
|
|
|
|
vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?)
|
|
|
|
libac3 (should be ported to liba52)
|
|
|
|
|
2001-12-06 12:20:40 +00:00
|
|
|
|
|
|
|
FUTURE:
|
|
|
|
~~~~~~~
|
|
|
|
|
|
|
|
demuxer:
|
2001-11-29 17:13:37 +00:00
|
|
|
- implement forward seeking in indexed avi streams
|
2001-12-09 01:28:11 +00:00
|
|
|
- implement brute-force broken avi fixer
|
2001-11-27 00:12:12 +00:00
|
|
|
|
|
|
|
decoders:
|
|
|
|
- check and import videodecoding.de stuff
|
|
|
|
- qtx support?
|
2001-11-29 17:13:37 +00:00
|
|
|
- define some common api for native audio and video codecs
|
|
|
|
and move them to seperated place (hopefully will allow adding new
|
|
|
|
codecs without having to modify mplayer core code, also would speed
|
|
|
|
up by limiting number of select statements)
|
2001-11-27 00:12:12 +00:00
|
|
|
|
|
|
|
mencoder:
|
|
|
|
- add ogg/vorbis audio encoder
|
|
|
|
- stop/resume
|
|
|
|
|
|
|
|
gui:
|
|
|
|
- playlist ?
|
|
|
|
- preferences ?
|
|
|
|
|
|
|
|
other:
|
|
|
|
- dvd server
|
|
|
|
- sub database
|
|
|
|
- mga_vid crtc2 fix
|
2001-12-01 21:06:52 +00:00
|
|
|
- make mach64_vid
|
2001-11-27 00:12:12 +00:00
|
|
|
- libvo2
|
2001-12-09 20:00:48 +00:00
|
|
|
- display OSD and subtitles using DVB card's OSD
|
|
|
|
|
2001-12-01 21:06:52 +00:00
|
|
|
|