Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 3805:07d5beff8793
enabling mmx support if capable
author | alex |
---|---|
date | Thu, 27 Dec 2001 22:07:37 +0000 |
parents | 2d8dbcd9a0e5 |
children | 5442510ba020 |
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 | |
3452 | 21 - optimize (or port optimized code from libac3) liba52 (imdct.c, resample.c) |
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 - implement VBR audio copy | |
30 - Estimated Size and Time | |
3513 | 31 - image cut/crop/extend filter |
3760 | 32 - add Divx4Linux encore detection to configure (#define DIVX4ENCORE) |
3349 | 33 |
34 other: | |
35 - fix DVB a-v sync problems, switch to mp1e | |
36 | |
3392 | 37 runtime: |
38 - add --enable-runtime or something (should change VERSION header and enable | |
39 runtime cpu detect and print banner telling users to recompile for speed) | |
40 - runtime cpu detection in: | |
41 vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?) | |
42 libac3 (should be ported to liba52) | |
3760 | 43 - test(fix?) mp3lib cpu detection code |
3392 | 44 |
3349 | 45 |
46 FUTURE: | |
47 ~~~~~~~ | |
48 | |
49 demuxer: | |
3200 | 50 - implement forward seeking in indexed avi streams |
3391 | 51 - implement brute-force broken avi fixer |
3513 | 52 - demux_mpg: support for VDR's index files for more accurate seeking |
3148 | 53 |
54 decoders: | |
55 - check and import videodecoding.de stuff | |
56 - qtx support? | |
3200 | 57 - define some common api for native audio and video codecs |
58 and move them to seperated place (hopefully will allow adding new | |
59 codecs without having to modify mplayer core code, also would speed | |
60 up by limiting number of select statements) | |
3148 | 61 |
62 mencoder: | |
63 - add ogg/vorbis audio encoder | |
64 - stop/resume | |
65 | |
66 gui: | |
67 - playlist ? | |
68 - preferences ? | |
69 | |
70 other: | |
71 - dvd server | |
72 - sub database | |
73 - mga_vid crtc2 fix | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
74 - make mach64_vid |
3148 | 75 - libvo2 |
3416 | 76 - display OSD and subtitles using DVB card's OSD |
77 | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
78 |