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