Mercurial > mplayer.hg
comparison DOCS/tech/TODO @ 5126:1c55c0dd1570
updates
author | arpi |
---|---|
date | Sat, 16 Mar 2002 01:34:45 +0000 |
parents | fbd2535a00c6 |
children | 1fd019cee62d |
comparison
equal
deleted
inserted
replaced
5125:5f82ade9c677 | 5126:1c55c0dd1570 |
---|---|
7 | 7 |
8 AVI demuxer: | 8 AVI demuxer: |
9 - fix AVI index offset base position handling ('no video steram found' bug) | 9 - fix AVI index offset base position handling ('no video steram found' bug) |
10 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) | 10 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) |
11 - fix for growing avi files (movi_end pos > stream->end_pos) | 11 - fix for growing avi files (movi_end pos > stream->end_pos) |
12 - implement forward seeking in indexed avi streams | 12 - implement forward seeking in avi streams with no index |
13 | 13 |
14 URGENT: | 14 URGENT: |
15 - finish mencoder -ovc vfw (bitrate setting, codec selection etc) | 15 - finish mencoder -ovc vfw (bitrate setting, codec selection etc) |
16 - mencoder: image cut/crop/extend filter, colorspace conversion | 16 - mencoder: image cut/crop/extend filter, colorspace conversion |
17 - codec priority option | 17 - codec priority option |
18 - implement software scaling to vo_mpegpes | 18 - implement software scaling to vo_mpegpes |
19 - ./configure support for XviD | 19 - move encoders from mencoder.c to libvo |
20 - implement/commit Ogg demuxer | |
20 | 21 |
21 runtime: | |
22 - add --enable-runtime or something (should change VERSION header and enable | |
23 runtime cpu detect and print banner telling users to recompile for speed) | |
24 - runtime cpu detection in: | |
25 vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?) | |
26 libac3 (should be ported to liba52) | |
27 - test(fix?) mp3lib cpu detection code | |
28 | 22 |
29 FUTURE: | 23 FUTURE: |
30 ~~~~~~~ | 24 ~~~~~~~ |
31 | 25 |
32 decoders: | 26 decoders: |
33 - fix cvid on ppc | |
34 - getting mss1 (Windows Screen Video) DLL codec working... - kabi | 27 - getting mss1 (Windows Screen Video) DLL codec working... - kabi |
35 - getting PIM1 codec (DLL) working... - kabi | |
36 - fix seeking with libmad audio codec (codec lost sync and can't resync?) | 28 - fix seeking with libmad audio codec (codec lost sync and can't resync?) |
37 | 29 |
38 demuxer: | 30 demuxer: |
39 - demux_mpg: support for VDR's index files for more accurate seeking | 31 - demux_mpg: support for VDR's index files for more accurate seeking |
40 - implement seeking for YUV4MPEG_2_, NuppelVideo and Real | 32 - implement seeking for YUV4MPEG_2_, NuppelVideo and Real |
41 - implement Ogg demuxer | |
42 | 33 |
43 decoders: | 34 decoders: |
44 - qtx support? | 35 - qtx support? |
45 - define some common api for native audio and video codecs | |
46 and move them to seperated place (hopefully will allow adding new | |
47 codecs without having to modify mplayer core code, also would speed | |
48 up by limiting number of select statements) | |
49 | 36 |
50 mencoder: | 37 mencoder: |
51 - add ogg/vorbis audio encoder | 38 - add ogg/vorbis audio encoder |
52 - stop/resume | 39 - stop/resume |
53 | 40 |
55 - playlist ? | 42 - playlist ? |
56 - preferences ? | 43 - preferences ? |
57 | 44 |
58 other: | 45 other: |
59 - dvd server | 46 - dvd server |
60 - sub database | |
61 - mga_vid crtc2 fix | 47 - mga_vid crtc2 fix |
62 - make mach64_vid | |
63 - make nvidia_vid ;) | 48 - make nvidia_vid ;) |
64 - libvo2 | |
65 - display OSD and subtitles using DVB card's OSD | 49 - display OSD and subtitles using DVB card's OSD |
66 | 50 |
67 | 51 |