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