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