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-16 03:21:47 +00:00
|
|
|
- prebuffering to cache2 (req. for MMS) - URGENT!
|
2001-12-06 12:20:40 +00:00
|
|
|
|
|
|
|
decoders:
|
2001-12-16 03:21:47 +00:00
|
|
|
- getting mss1 (Windows Screen Video) DLL codec working... - kabi
|
|
|
|
- getting PIM1 codec (DLL) working... - kabi
|
2001-12-10 22:53:24 +00:00
|
|
|
- optimize (or port optimized code from libac3) liba52 (imdct.c, resample.c)
|
2001-12-06 12:20:40 +00:00
|
|
|
|
|
|
|
mencoder:
|
2001-12-11 19:33:10 +00:00
|
|
|
- add some kind of "-ss" option, to start at e.g. 1:0:0 at the video
|
|
|
|
- add a endpoint for encoding, like above
|
2001-12-10 22:53:24 +00:00
|
|
|
- finish 3-pass encoding (audio, video1, video2)
|
2001-12-06 12:20:40 +00:00
|
|
|
- add ffmpeg encoders support
|
|
|
|
- add win32 encoders support
|
2001-12-16 03:21:47 +00:00
|
|
|
- check/fix frame copy
|
2001-12-06 12:20:40 +00:00
|
|
|
- implement VBR audio copy
|
|
|
|
- Estimated Size and Time
|
2001-12-16 03:21:47 +00:00
|
|
|
- image cut/crop/extend filter
|
2001-12-06 12:20:40 +00:00
|
|
|
|
|
|
|
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-12-16 03:21:47 +00:00
|
|
|
- demux_mpg: support for VDR's index files for more accurate seeking
|
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
|
|
|
|