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
|
8120
|
11 - fix locale problems (add common float parser / mp_sscanf())
|
|
12 - fix the XineramaIsActive bug
|
|
13 - better libwine build support / or fix loader to handle QT dll
|
|
14 - NEWSTRUCT DVB driver support
|
|
15
|
|
16
|
6845
|
17 FOR THE v1.00 RELEASE:
|
|
18 ~~~~~~~~~~~~~~~~~~~~~~
|
|
19
|
|
20 - display OSD and subtitles using DVB card's OSD
|
|
21
|
|
22 mpg demuxer:
|
|
23 - implement mpeg-TS demuxer
|
|
24 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
25
|
6050
|
26 avi demuxer: (needs rewrite)
|
5586
|
27 - implement OpenDML index support (read & write)
|
4650
|
28 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
29 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
30 - implement forward seeking in avi streams with no index
|
6050
|
31
|
6845
|
32 mencoder:
|
|
33 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
34 - implement muxer layer (for mpg, ogm, mov support)
|
|
35 - add ogg/vorbis audio encoder
|
|
36 - stop/resume
|
|
37
|
3349
|
38
|
|
39 FUTURE:
|
|
40 ~~~~~~~
|
|
41
|
|
42 demuxer:
|
3513
|
43 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
44 - implement seeking for YUV4MPEG_2_
|
3148
|
45
|
|
46 decoders:
|
6845
|
47 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
48 rricm
|
3148
|
49
|
6845
|
50 decoders:
|
|
51 - qtx support?
|
7347
|
52 - WMO (wmv9) support?
|
3148
|
53
|
|
54 other:
|
|
55 - dvd server
|
|
56 - mga_vid crtc2 fix
|
3844
|
57 - make nvidia_vid ;)
|
8333
|
58
|
|
59
|
|
60
|
|
61 DOCUMENTATION TODO:
|
|
62 ===================
|
|
63
|
|
64 FOR THE v0.90 RELEASE:
|
|
65 ~~~~~~~~~~~~~~~~~~~~~~
|
|
66
|
|
67 - update the man page with all current options
|
|
68 - merge tech/vop.txt and tech/libavc-options.txt into the man page
|
|
69 - finish reviewing all of the docs
|
|
70 - mplayer.1
|
|
71 - encoding.html
|
|
72 - video.html
|
|
73 - documentation.html
|
|
74 - enhance the FAQ
|
|
75
|
|
76
|
|
77 FUTURE:
|
|
78 ~~~~~~~
|
|
79
|
|
80 - write a detailed encoding guide
|
|
81 - convert the docs to SGML/XML
|
|
82 - restructuring?
|