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