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