3148
|
1
|
|
2 TODO:
|
|
3 =====
|
|
4
|
6845
|
5 FOR THE v0.90 RELEASE:
|
|
6 ~~~~~~~~~~~~~~~~~~~~~~
|
7899
|
7 - finish audio filter layer
|
|
8 - new demuxer layer - at least modularized...
|
|
9 - fix AVI index offset base position handling ('no video stream found' bug)
|
5558
|
10
|
6845
|
11 FOR THE v1.00 RELEASE:
|
|
12 ~~~~~~~~~~~~~~~~~~~~~~
|
|
13
|
|
14 - display OSD and subtitles using DVB card's OSD
|
|
15
|
|
16 mpg demuxer:
|
|
17 - implement mpeg-TS demuxer
|
|
18 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
19
|
6050
|
20 avi demuxer: (needs rewrite)
|
5586
|
21 - implement OpenDML index support (read & write)
|
4650
|
22 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
23 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
24 - implement forward seeking in avi streams with no index
|
6050
|
25
|
6845
|
26 mencoder:
|
|
27 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
28 - implement muxer layer (for mpg, ogm, mov support)
|
|
29 - add ogg/vorbis audio encoder
|
|
30 - stop/resume
|
|
31
|
|
32 docs:
|
|
33 - migrate to XML/DocBook
|
|
34 - restructuring?
|
3349
|
35
|
|
36 FUTURE:
|
|
37 ~~~~~~~
|
|
38
|
|
39 demuxer:
|
3513
|
40 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
41 - implement seeking for YUV4MPEG_2_
|
3148
|
42
|
|
43 decoders:
|
6845
|
44 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
45 rricm
|
3148
|
46
|
6845
|
47 decoders:
|
|
48 - qtx support?
|
7347
|
49 - WMO (wmv9) support?
|
3148
|
50
|
|
51 other:
|
|
52 - dvd server
|
|
53 - mga_vid crtc2 fix
|
3844
|
54 - make nvidia_vid ;)
|