diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-29 17:13:37 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-29 17:13:37 +0000 |
commit | f1e6f33f26a53ce3541da8a922eb7308efb4f917 (patch) | |
tree | ddc0af665fc13acd8dde753befde2c4cdf836fc2 /DOCS/tech | |
parent | 3ce1e9002fbd589b1336f61eafc8ea3cfa6175b6 (diff) |
Some updates.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3201 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/TODO | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/DOCS/tech/TODO b/DOCS/tech/TODO index 86753ac1f0..91912143c7 100644 --- a/DOCS/tech/TODO +++ b/DOCS/tech/TODO @@ -9,6 +9,8 @@ demuxer: - check dvdread/dvdcss version problems - add -dumpstream - implement seek for VIVO +- clean up vcd support (so it can be en/disabled) +- implement forward seeking in indexed avi streams decoders: - check and import videodecoding.de stuff @@ -16,6 +18,11 @@ decoders: - finish native g72x audio decoder - qtx support? - fix the MSVideo1-bugs +- 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) +- switch to liba52 for ac3 decoding mencoder: - add ffmpeg encoders support @@ -26,7 +33,7 @@ mencoder: - implement VBR audio copy - Estimated Size and Time - stop/resume -- image resize filter +- image resize filter (->fix/use yuv2yuv scaler?) - image cut/crop filter gui: |