Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 3513:74cf5ea291bc
updated
author | arpi |
---|---|
date | Sun, 16 Dec 2001 03:21:47 +0000 |
parents | 79e046b9e877 |
children | 3d529e7dade4 |
rev | line source |
---|---|
3148 | 1 |
2 TODO: | |
3 ===== | |
4 | |
3349 | 5 FOR THE RELEASE: |
6 ~~~~~~~~~~~~~~~~ | |
7 | |
3148 | 8 demuxer: |
3513 | 9 - prebuffering to cache2 (req. for MMS) - URGENT! |
10 - implement seeking to FLI/FLC | |
11 - test & fix -loop | |
12 - fix vivo audio/video PTS (for A-V sync) | |
3349 | 13 |
14 decoders: | |
3513 | 15 - getting mss1 (Windows Screen Video) DLL codec working... - kabi |
16 - getting PIM1 codec (DLL) working... - kabi | |
3452 | 17 - optimize (or port optimized code from libac3) liba52 (imdct.c, resample.c) |
3513 | 18 - testing and commit non-16 width/height libavcodec patch |
3349 | 19 |
20 mencoder: | |
3463 | 21 - add some kind of "-ss" option, to start at e.g. 1:0:0 at the video |
22 - add a endpoint for encoding, like above | |
3452 | 23 - finish 3-pass encoding (audio, video1, video2) |
3349 | 24 - add ffmpeg encoders support |
25 - add win32 encoders support | |
3513 | 26 - check/fix frame copy |
3349 | 27 - implement VBR audio copy |
28 - Estimated Size and Time | |
3513 | 29 - image cut/crop/extend filter |
3349 | 30 |
31 other: | |
32 - fix DVB a-v sync problems, switch to mp1e | |
33 | |
3392 | 34 runtime: |
35 - add --enable-runtime or something (should change VERSION header and enable | |
36 runtime cpu detect and print banner telling users to recompile for speed) | |
37 - runtime cpu detection in: | |
38 vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?) | |
39 libac3 (should be ported to liba52) | |
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 |
3148 | 49 |
50 decoders: | |
51 - check and import videodecoding.de stuff | |
52 - qtx support? | |
3200 | 53 - define some common api for native audio and video codecs |
54 and move them to seperated place (hopefully will allow adding new | |
55 codecs without having to modify mplayer core code, also would speed | |
56 up by limiting number of select statements) | |
3148 | 57 |
58 mencoder: | |
59 - add ogg/vorbis audio encoder | |
60 - stop/resume | |
61 | |
62 gui: | |
63 - playlist ? | |
64 - preferences ? | |
65 | |
66 other: | |
67 - dvd server | |
68 - sub database | |
69 - mga_vid crtc2 fix | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
70 - make mach64_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 |