Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 5451:b716977c47d9
added vfw uninit
author | alex |
---|---|
date | Mon, 01 Apr 2002 13:26:38 +0000 |
parents | 1fd019cee62d |
children | 63992a9d49f0 |
rev | line source |
---|---|
3148 | 1 |
2 TODO: | |
3 ===== | |
4 | |
3349 | 5 FOR THE RELEASE: |
6 ~~~~~~~~~~~~~~~~ | |
7 | |
4650 | 8 AVI demuxer: |
5245 | 9 - fix AVI index offset base position handling ('no video stream found' bug) |
4650 | 10 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) |
11 - fix for growing avi files (movi_end pos > stream->end_pos) | |
5126 | 12 - implement forward seeking in avi streams with no index |
3349 | 13 |
4650 | 14 URGENT: |
15 - finish mencoder -ovc vfw (bitrate setting, codec selection etc) | |
16 - mencoder: image cut/crop/extend filter, colorspace conversion | |
17 - codec priority option | |
18 - implement software scaling to vo_mpegpes | |
5126 | 19 - move encoders from mencoder.c to libvo |
20 - implement/commit Ogg demuxer | |
3349 | 21 |
22 | |
23 FUTURE: | |
24 ~~~~~~~ | |
25 | |
4650 | 26 decoders: |
27 - getting mss1 (Windows Screen Video) DLL codec working... - kabi | |
28 - fix seeking with libmad audio codec (codec lost sync and can't resync?) | |
29 | |
3349 | 30 demuxer: |
3513 | 31 - demux_mpg: support for VDR's index files for more accurate seeking |
3867 | 32 - implement seeking for YUV4MPEG_2_, NuppelVideo and Real |
5245 | 33 - fix the whole syncing mechanism of Real demuxer |
3148 | 34 |
35 decoders: | |
36 - qtx support? | |
37 | |
38 mencoder: | |
39 - add ogg/vorbis audio encoder | |
40 - stop/resume | |
5245 | 41 - make a better encoder api |
42 - add muxer api | |
3148 | 43 |
44 gui: | |
45 - playlist ? | |
46 - preferences ? | |
47 | |
48 other: | |
49 - dvd server | |
50 - mga_vid crtc2 fix | |
3844 | 51 - make nvidia_vid ;) |
3416 | 52 - display OSD and subtitles using DVB card's OSD |
53 | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
54 |