3148
|
1
|
|
2 TODO:
|
|
3 =====
|
|
4
|
8754
|
5 FOR THE LAST RC-RELEASE:
|
|
6 ~~~~~~~~~~~~~~~~~~~~~~~~
|
8592
|
7 - fix partial -dr + ffmpeg + B frames (different stride per frame)
|
|
8 - remove or fix -vop lavcdeint
|
|
9 - fix locale problems (add common float parser / mp_sscanf())
|
8754
|
10 - check files at FTP/incoming/!to_be_fixed/*
|
8648
|
11 - fix the known bugs: (Gabucino's list)
|
|
12 - new-conf prints meaningless error messages of bad options (actually none)
|
8754
|
13 (see also: Dec 17: [BUG] mencoder prints meaningless message)
|
|
14 - menu.conf not searched in system-wide directories - DONE? (saw on cvslog)
|
8648
|
15 - supporting Noir.rm? Garbled image now. Maybe codec scales?
|
8754
|
16 - Nov 12: [BUG] bug (misfeature) in key caching part of mpdvdkit - FIXED?
|
|
17 - Nov 13: [BUG] sig11 while moving xmga window in Xinerama mode - FIXED?
|
8648
|
18 - Nov 23: [BUG] panscan doesn't work properly with -fixed-vo (Xv)
|
|
19 - Nov 25: [BUG] Re: [MPlayer-dev-eng] [PATCH] debian/ dir revisited
|
8754
|
20 (-vo x11,xmga,xv doesn't work because MPlayer dies if can't find X) - HEH?
|
8690
|
21 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
|
8648
|
22 - Dec 28: [BUG] nice little bug somewhere (config/playtree)
|
|
23 (It's in new-conf. I can provide shell access...:)
|
8706
|
24 - Dec 28: Re: [Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.55,1.56
|
|
25 (vo_svga is unusably broken. On my Cirrus, and Geforce2, confirmed)
|
8754
|
26 - Dec 31: [BUG] sig11 in subreader.c - FIXED?
|
8368
|
27
|
6845
|
28 FOR THE v0.90 RELEASE:
|
|
29 ~~~~~~~~~~~~~~~~~~~~~~
|
8690
|
30 - implementing 8bpp support in vo_x11.c
|
8620
|
31 - remove SVQ1 from libmpcodecs
|
8592
|
32 - remove -vop yuy2, yvu9
|
8390
|
33 - cleanup qtaudio/qtvideo (move globals to context)
|
|
34 - cleanup DMO interfaces
|
8372
|
35 - re-design makefile dependency system
|
7899
|
36 - finish audio filter layer
|
|
37 - new demuxer layer - at least modularized...
|
|
38 - fix AVI index offset base position handling ('no video stream found' bug)
|
8368
|
39 - review and implement draw_slice() support in video filters
|
8377
|
40 - Update GUI code to support gtk 2.x (any volunteers??? we really need help here)
|
8120
|
41
|
6845
|
42 FOR THE v1.00 RELEASE:
|
|
43 ~~~~~~~~~~~~~~~~~~~~~~
|
|
44
|
|
45 - display OSD and subtitles using DVB card's OSD
|
|
46
|
|
47 mpg demuxer:
|
|
48 - implement mpeg-TS demuxer
|
|
49 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
50
|
6050
|
51 avi demuxer: (needs rewrite)
|
5586
|
52 - implement OpenDML index support (read & write)
|
4650
|
53 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
54 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
55 - implement forward seeking in avi streams with no index
|
6050
|
56
|
6845
|
57 mencoder:
|
|
58 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
59 - implement muxer layer (for mpg, ogm, mov support)
|
|
60 - add ogg/vorbis audio encoder
|
|
61 - stop/resume
|
|
62
|
3349
|
63
|
|
64 FUTURE:
|
|
65 ~~~~~~~
|
|
66
|
|
67 demuxer:
|
3513
|
68 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
69 - implement seeking for YUV4MPEG_2_
|
3148
|
70
|
|
71 decoders:
|
6845
|
72 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
73 rricm
|
3148
|
74
|
|
75 other:
|
|
76 - dvd server
|
|
77 - mga_vid crtc2 fix
|
3844
|
78 - make nvidia_vid ;)
|
8333
|
79
|
|
80
|
|
81
|
|
82 DOCUMENTATION TODO:
|
|
83 ===================
|
|
84
|
|
85 FOR THE v0.90 RELEASE:
|
|
86 ~~~~~~~~~~~~~~~~~~~~~~
|
|
87
|
8592
|
88 - update the man page with all current options:
|
|
89 - muxer layer (-of)
|
8333
|
90 - merge tech/vop.txt and tech/libavc-options.txt into the man page
|
8760
|
91 - merge tech/encoding-tips.txt into encoding.html
|
8333
|
92 - finish reviewing all of the docs
|
|
93 - mplayer.1
|
|
94 - encoding.html
|
|
95 - video.html
|
|
96 - documentation.html
|
|
97 - enhance the FAQ
|
|
98
|
|
99
|
|
100 FUTURE:
|
|
101 ~~~~~~~
|
|
102
|
|
103 - write a detailed encoding guide
|
|
104 - convert the docs to SGML/XML
|
|
105 - restructuring?
|