3148
|
1
|
|
2 TODO:
|
|
3 =====
|
|
4
|
8368
|
5 FOR THE NEXT PRE_RELEASE:
|
|
6 ~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
7 - fix -vop expand=-50 + ffdivx
|
|
8 - fix the commandline/configfile parser bug (-nosound vs vfm=...)
|
|
9
|
6845
|
10 FOR THE v0.90 RELEASE:
|
|
11 ~~~~~~~~~~~~~~~~~~~~~~
|
7899
|
12 - finish audio filter layer
|
|
13 - new demuxer layer - at least modularized...
|
|
14 - fix AVI index offset base position handling ('no video stream found' bug)
|
8368
|
15 - review and implement draw_slice() support in video filters
|
8120
|
16 - fix locale problems (add common float parser / mp_sscanf())
|
|
17 - NEWSTRUCT DVB driver support
|
8368
|
18 - apply the delayed patches
|
8120
|
19
|
|
20
|
6845
|
21 FOR THE v1.00 RELEASE:
|
|
22 ~~~~~~~~~~~~~~~~~~~~~~
|
|
23
|
|
24 - display OSD and subtitles using DVB card's OSD
|
|
25
|
|
26 mpg demuxer:
|
|
27 - implement mpeg-TS demuxer
|
|
28 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
29
|
6050
|
30 avi demuxer: (needs rewrite)
|
5586
|
31 - implement OpenDML index support (read & write)
|
4650
|
32 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
33 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
34 - implement forward seeking in avi streams with no index
|
6050
|
35
|
6845
|
36 mencoder:
|
|
37 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
38 - implement muxer layer (for mpg, ogm, mov support)
|
|
39 - add ogg/vorbis audio encoder
|
|
40 - stop/resume
|
|
41
|
3349
|
42
|
|
43 FUTURE:
|
|
44 ~~~~~~~
|
|
45
|
|
46 demuxer:
|
3513
|
47 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
48 - implement seeking for YUV4MPEG_2_
|
3148
|
49
|
|
50 decoders:
|
6845
|
51 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
52 rricm
|
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?
|