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
|
8620
|
10 - NEWSTRUCT DVB driver detection & support - DONE ?
|
8592
|
11 - fix locale problems (add common float parser / mp_sscanf())
|
8620
|
12 - apply the delayed patches - DONE ?
|
8648
|
13 - fix the known bugs: (Gabucino's list)
|
|
14 - strong testing (disable?) of postprocess code with (big?) JPEG files, -mf
|
|
15 also with -vop scale, expand
|
|
16 - what about -fixed-vo ? I have it as default, in _most_ cases it works.
|
|
17 _Strong_ testing and making it default?
|
|
18 - new-conf prints meaningless error messages of bad options (actually none)
|
|
19 - what about code freeze?
|
|
20 - menu.conf not searched in system-wide directories
|
|
21 - supporting Noir.rm? Garbled image now. Maybe codec scales?
|
|
22 - Nov 12: [BUG] G400 + DGA marginally works
|
|
23 - Nov 12: [BUG] bug (misfeature) in key caching part of mpdvdkit
|
|
24 - Nov 13: [BUG] sig11 while moving xmga window in Xinerama mode
|
|
25 - Nov 17: [BUG] -vc divx4vfw playing doesn't work, but who cares ;))
|
|
26 - Nov 23: [BUG] panscan doesn't work properly with -fixed-vo (Xv)
|
|
27 - Nov 25: [BUG] Re: [MPlayer-dev-eng] [PATCH] debian/ dir revisited
|
|
28 (-vo x11,xmga,xv doesn't work because MPlayer dies if can't find X)
|
|
29 - Nov 27: [BUG] mwallp doesn't compile :))
|
|
30 - Dec 17: [BUG] mencoder prints meaningless message
|
|
31 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI
|
|
32 (<=22Khz support missing)
|
|
33 - Dec 24: [MPlayer-dev-eng] yuv2rgb.c ?
|
|
34 (implementing 8bpp support in vo_x11.c . Any volunteers?)
|
|
35 - Dec 28: [BUG] nice little bug somewhere (config/playtree)
|
|
36 (It's in new-conf. I can provide shell access...:)
|
|
37 - Dec 28: [BUG] sig11 again in reading a JPEG file
|
|
38 - Dec 29: [BUG] uninit vo_gif89a gives sig11 with -vop scale
|
8368
|
39
|
6845
|
40 FOR THE v0.90 RELEASE:
|
|
41 ~~~~~~~~~~~~~~~~~~~~~~
|
8620
|
42 - remove SVQ1 from libmpcodecs
|
8592
|
43 - remove -vop yuy2, yvu9
|
8390
|
44 - cleanup qtaudio/qtvideo (move globals to context)
|
|
45 - cleanup DMO interfaces
|
8372
|
46 - re-design makefile dependency system
|
7899
|
47 - finish audio filter layer
|
|
48 - new demuxer layer - at least modularized...
|
|
49 - fix AVI index offset base position handling ('no video stream found' bug)
|
8368
|
50 - review and implement draw_slice() support in video filters
|
8377
|
51 - Update GUI code to support gtk 2.x (any volunteers??? we really need help here)
|
8120
|
52
|
6845
|
53 FOR THE v1.00 RELEASE:
|
|
54 ~~~~~~~~~~~~~~~~~~~~~~
|
|
55
|
|
56 - display OSD and subtitles using DVB card's OSD
|
|
57
|
|
58 mpg demuxer:
|
|
59 - implement mpeg-TS demuxer
|
|
60 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
61
|
6050
|
62 avi demuxer: (needs rewrite)
|
5586
|
63 - implement OpenDML index support (read & write)
|
4650
|
64 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
65 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
66 - implement forward seeking in avi streams with no index
|
6050
|
67
|
6845
|
68 mencoder:
|
|
69 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
70 - implement muxer layer (for mpg, ogm, mov support)
|
|
71 - add ogg/vorbis audio encoder
|
|
72 - stop/resume
|
|
73
|
3349
|
74
|
|
75 FUTURE:
|
|
76 ~~~~~~~
|
|
77
|
|
78 demuxer:
|
3513
|
79 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
80 - implement seeking for YUV4MPEG_2_
|
3148
|
81
|
|
82 decoders:
|
6845
|
83 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
84 rricm
|
3148
|
85
|
|
86 other:
|
|
87 - dvd server
|
|
88 - mga_vid crtc2 fix
|
3844
|
89 - make nvidia_vid ;)
|
8333
|
90
|
|
91
|
|
92
|
|
93 DOCUMENTATION TODO:
|
|
94 ===================
|
|
95
|
|
96 FOR THE v0.90 RELEASE:
|
|
97 ~~~~~~~~~~~~~~~~~~~~~~
|
|
98
|
8592
|
99 - update the man page with all current options:
|
|
100 - muxer layer (-of)
|
8333
|
101 - merge tech/vop.txt and tech/libavc-options.txt into the man page
|
|
102 - finish reviewing all of the docs
|
|
103 - mplayer.1
|
|
104 - encoding.html
|
|
105 - video.html
|
|
106 - documentation.html
|
|
107 - enhance the FAQ
|
|
108
|
|
109
|
|
110 FUTURE:
|
|
111 ~~~~~~~
|
|
112
|
|
113 - write a detailed encoding guide
|
|
114 - convert the docs to SGML/XML
|
|
115 - restructuring?
|