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