Mercurial > mplayer.hg
comparison DOCS/tech/TODO @ 5558:1ee87ca443cc
reorder
author | arpi |
---|---|
date | Thu, 11 Apr 2002 10:37:00 +0000 |
parents | 35cf2b3ae883 |
children | 6ce9c6231bdd |
comparison
equal
deleted
inserted
replaced
5557:2d0b4090497f | 5558:1ee87ca443cc |
---|---|
1 | 1 |
2 TODO: | 2 TODO: |
3 ===== | 3 ===== |
4 | 4 |
5 FOR THE PRE-RELEASE: | |
6 ~~~~~~~~~~~~~~~~~~~~ | |
7 - fix libmpeg2 sig11, when the stream starts with non-I frame | |
8 - osd filter | |
9 - automatic colorspace conversion | |
10 - filters autoselection (scale, flip, osd) | |
11 - move realtime mpeg1 encoders (lavc, fame, rte) to libmpcodecs/vf | |
12 - finish mencoder -ovc vfw (bitrate setting, codec selection etc) | |
13 - codec priority option | |
14 | |
15 | |
5 FOR THE RELEASE: | 16 FOR THE RELEASE: |
6 ~~~~~~~~~~~~~~~~ | 17 ~~~~~~~~~~~~~~~~ |
7 remove all non-GPL code... | 18 - remove all non-GPL code... |
8 (move them out from 'main' tree to some 'obsoleted' tree in cvs) | 19 (move them out from 'main' tree to some 'obsoleted' tree in cvs) |
20 - mencoder: migrate to muxer layer | |
9 | 21 |
10 demuxer: | 22 demuxer: |
11 - fix AVI index offset base position handling ('no video stream found' bug) | 23 - fix AVI index offset base position handling ('no video stream found' bug) |
12 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) | 24 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) |
13 - fix for growing avi files (movi_end pos > stream->end_pos) | 25 - fix for growing avi files (movi_end pos > stream->end_pos) |
15 - implement seeking to Ogg demuxer | 27 - implement seeking to Ogg demuxer |
16 - fix .asf demuxer bugs | 28 - fix .asf demuxer bugs |
17 - forward seeking from stdin ? | 29 - forward seeking from stdin ? |
18 - fix the whole syncing mechanism of Real demuxer | 30 - fix the whole syncing mechanism of Real demuxer |
19 - implement mpeg-TS demuxer | 31 - implement mpeg-TS demuxer |
20 | |
21 URGENT: | |
22 - fix libmpeg2 sig11, when the stream starts with non-I frame | |
23 - finish mencoder -ovc vfw (bitrate setting, codec selection etc) | |
24 - codec priority option | |
25 - mencoder: move encoders from mencoder.c to libmpcodecs | |
26 - mencoder: migrate to muxer layer | |
27 - move realtime mpeg1 encoders (lavc, fame, rte) to libmpcodecs/vf | |
28 | 32 |
29 | 33 |
30 FUTURE: | 34 FUTURE: |
31 ~~~~~~~ | 35 ~~~~~~~ |
32 | 36 |