Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 4661:4df2400b0527
-fs and or -vm default is nozoom, -zoom does the expected thing
author | michael |
---|---|
date | Mon, 11 Feb 2002 13:45:26 +0000 |
parents | fbd2535a00c6 |
children | 1c55c0dd1570 |
rev | line source |
---|---|
3148 | 1 |
2 TODO: | |
3 ===== | |
4 | |
3349 | 5 FOR THE RELEASE: |
6 ~~~~~~~~~~~~~~~~ | |
7 | |
4650 | 8 AVI demuxer: |
9 - fix AVI index offset base position handling ('no video steram found' bug) | |
10 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) | |
11 - fix for growing avi files (movi_end pos > stream->end_pos) | |
12 - implement forward seeking in indexed avi streams | |
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 | |
19 - ./configure support for XviD | |
3349 | 20 |
3392 | 21 runtime: |
22 - add --enable-runtime or something (should change VERSION header and enable | |
23 runtime cpu detect and print banner telling users to recompile for speed) | |
24 - runtime cpu detection in: | |
25 vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?) | |
26 libac3 (should be ported to liba52) | |
3760 | 27 - test(fix?) mp3lib cpu detection code |
3349 | 28 |
29 FUTURE: | |
30 ~~~~~~~ | |
31 | |
4650 | 32 decoders: |
33 - fix cvid on ppc | |
34 - getting mss1 (Windows Screen Video) DLL codec working... - kabi | |
35 - getting PIM1 codec (DLL) working... - kabi | |
36 - fix seeking with libmad audio codec (codec lost sync and can't resync?) | |
37 | |
3349 | 38 demuxer: |
3513 | 39 - demux_mpg: support for VDR's index files for more accurate seeking |
3867 | 40 - implement seeking for YUV4MPEG_2_, NuppelVideo and Real |
4650 | 41 - implement Ogg demuxer |
3148 | 42 |
43 decoders: | |
44 - qtx support? | |
3200 | 45 - define some common api for native audio and video codecs |
46 and move them to seperated place (hopefully will allow adding new | |
47 codecs without having to modify mplayer core code, also would speed | |
48 up by limiting number of select statements) | |
3148 | 49 |
50 mencoder: | |
51 - add ogg/vorbis audio encoder | |
52 - stop/resume | |
53 | |
54 gui: | |
55 - playlist ? | |
56 - preferences ? | |
57 | |
58 other: | |
59 - dvd server | |
60 - sub database | |
61 - mga_vid crtc2 fix | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
62 - make mach64_vid |
3844 | 63 - make nvidia_vid ;) |
3148 | 64 - libvo2 |
3416 | 65 - display OSD and subtitles using DVB card's OSD |
66 | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
67 |