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