3148
|
1
|
|
2 TODO:
|
|
3 =====
|
|
4
|
5558
|
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
|
3349
|
16 FOR THE RELEASE:
|
|
17 ~~~~~~~~~~~~~~~~
|
5558
|
18 - remove all non-GPL code...
|
|
19 (move them out from 'main' tree to some 'obsoleted' tree in cvs)
|
|
20 - mencoder: migrate to muxer layer
|
3349
|
21
|
5531
|
22 demuxer:
|
5245
|
23 - fix AVI index offset base position handling ('no video stream found' bug)
|
5586
|
24 - implement OpenDML index support (read & write)
|
4650
|
25 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
26 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
27 - implement forward seeking in avi streams with no index
|
5531
|
28 - implement seeking to Ogg demuxer
|
|
29 - fix .asf demuxer bugs
|
|
30 - forward seeking from stdin ?
|
|
31 - fix the whole syncing mechanism of Real demuxer
|
|
32 - implement mpeg-TS demuxer
|
3349
|
33
|
|
34 FUTURE:
|
|
35 ~~~~~~~
|
|
36
|
4650
|
37 decoders:
|
|
38 - getting mss1 (Windows Screen Video) DLL codec working... - kabi
|
|
39
|
3349
|
40 demuxer:
|
3513
|
41 - demux_mpg: support for VDR's index files for more accurate seeking
|
3867
|
42 - implement seeking for YUV4MPEG_2_, NuppelVideo and Real
|
3148
|
43
|
|
44 decoders:
|
|
45 - qtx support?
|
|
46
|
|
47 mencoder:
|
|
48 - add ogg/vorbis audio encoder
|
|
49 - stop/resume
|
|
50
|
|
51 gui:
|
|
52 - playlist ?
|
|
53 - preferences ?
|
|
54
|
|
55 other:
|
|
56 - dvd server
|
|
57 - mga_vid crtc2 fix
|
3844
|
58 - make nvidia_vid ;)
|
3416
|
59 - display OSD and subtitles using DVB card's OSD
|