Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 3897:3f08e7a185a1
updates
author | arpi |
---|---|
date | Sun, 30 Dec 2001 15:18:36 +0000 |
parents | a729f251b123 |
children | 014f1c283b92 |
rev | line source |
---|---|
3148 | 1 |
2 TODO: | |
3 ===== | |
4 | |
3349 | 5 FOR THE RELEASE: |
6 ~~~~~~~~~~~~~~~~ | |
7 | |
3755 | 8 URGENT: |
3897 | 9 - prebuffering to cache2 (req. for MMS) - URGENT! |
3755 | 10 - check wmv8 with gcc 3.0x |
11 - fix cvid on ppc | |
3897 | 12 - fix ACELP DirectShow sound decoder (in avifile it's already fixed!) |
13 - mencoder: implement VBR audio copy | |
14 - mencoder: Estimated Size and Time | |
15 - mencoder: image cut/crop/extend filter | |
3349 | 16 |
17 decoders: | |
3513 | 18 - getting mss1 (Windows Screen Video) DLL codec working... - kabi |
19 - getting PIM1 codec (DLL) working... - kabi | |
3844 | 20 - getting 3ivX DLL working (CoCreateFreeThreadedMarshaler call required) |
3885 | 21 - optimize liba52 (downmix.c in 3dnow, rematrix?) |
3550 | 22 - fix seeking with libmad audio codec (codec lost sync and can't resync?) |
3349 | 23 |
24 mencoder: | |
3463 | 25 - add some kind of "-ss" option, to start at e.g. 1:0:0 at the video |
26 - add a endpoint for encoding, like above | |
3452 | 27 - finish 3-pass encoding (audio, video1, video2) |
3349 | 28 - add win32 encoders support |
29 | |
30 other: | |
31 - fix DVB a-v sync problems, switch to mp1e | |
32 | |
3392 | 33 runtime: |
34 - add --enable-runtime or something (should change VERSION header and enable | |
35 runtime cpu detect and print banner telling users to recompile for speed) | |
36 - runtime cpu detection in: | |
37 vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?) | |
38 libac3 (should be ported to liba52) | |
3760 | 39 - test(fix?) mp3lib cpu detection code |
3392 | 40 |
3349 | 41 |
42 FUTURE: | |
43 ~~~~~~~ | |
44 | |
45 demuxer: | |
3200 | 46 - implement forward seeking in indexed avi streams |
3391 | 47 - implement brute-force broken avi fixer |
3513 | 48 - demux_mpg: support for VDR's index files for more accurate seeking |
3867 | 49 - implement seeking for YUV4MPEG_2_, NuppelVideo and Real |
3148 | 50 |
51 decoders: | |
52 - check and import videodecoding.de stuff | |
53 - qtx support? | |
3200 | 54 - define some common api for native audio and video codecs |
55 and move them to seperated place (hopefully will allow adding new | |
56 codecs without having to modify mplayer core code, also would speed | |
57 up by limiting number of select statements) | |
3148 | 58 |
59 mencoder: | |
60 - add ogg/vorbis audio encoder | |
61 - stop/resume | |
62 | |
63 gui: | |
64 - playlist ? | |
65 - preferences ? | |
66 | |
67 other: | |
68 - dvd server | |
69 - sub database | |
70 - mga_vid crtc2 fix | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
71 - make mach64_vid |
3844 | 72 - make nvidia_vid ;) |
3148 | 73 - libvo2 |
3416 | 74 - display OSD and subtitles using DVB card's OSD |
75 | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
76 |