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)
|
8648
|
14 - supporting Noir.rm? Garbled image now. Maybe codec scales?
|
8836
|
15 - Nov 12: [BUG] bug (misfeature) in key caching part of mpdvdkit
|
8754
|
16 - Nov 13: [BUG] sig11 while moving xmga window in Xinerama mode - FIXED?
|
8648
|
17 - Nov 23: [BUG] panscan doesn't work properly with -fixed-vo (Xv)
|
8690
|
18 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
|
8648
|
19 - Dec 28: [BUG] nice little bug somewhere (config/playtree)
|
|
20 (It's in new-conf. I can provide shell access...:)
|
8706
|
21 - Dec 28: Re: [Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.55,1.56
|
|
22 (vo_svga is unusably broken. On my Cirrus, and Geforce2, confirmed)
|
8836
|
23 - Jan 06: Diego says: mplayer -vo sdl,mga movie.avi on the console it still
|
|
24 fails.
|
|
25 (however "xmga,mga" is fixed)
|
8809
|
26 - VERY old bug: DVD stream playing broken on some systems (like mine):
|
|
27 audio is delayed, even after -dumpstream and play the dumped stream
|
|
28 (-audio -0.25 fixes)
|
8368
|
29
|
6845
|
30 FOR THE v0.90 RELEASE:
|
|
31 ~~~~~~~~~~~~~~~~~~~~~~
|
8690
|
32 - implementing 8bpp support in vo_x11.c
|
8620
|
33 - remove SVQ1 from libmpcodecs
|
8592
|
34 - remove -vop yuy2, yvu9
|
8390
|
35 - cleanup qtaudio/qtvideo (move globals to context)
|
|
36 - cleanup DMO interfaces
|
8372
|
37 - re-design makefile dependency system
|
7899
|
38 - finish audio filter layer
|
|
39 - new demuxer layer - at least modularized...
|
|
40 - fix AVI index offset base position handling ('no video stream found' bug)
|
8368
|
41 - review and implement draw_slice() support in video filters
|
8377
|
42 - Update GUI code to support gtk 2.x (any volunteers??? we really need help here)
|
8120
|
43
|
6845
|
44 FOR THE v1.00 RELEASE:
|
|
45 ~~~~~~~~~~~~~~~~~~~~~~
|
|
46
|
|
47 - display OSD and subtitles using DVB card's OSD
|
|
48
|
|
49 mpg demuxer:
|
|
50 - implement mpeg-TS demuxer
|
|
51 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
52
|
6050
|
53 avi demuxer: (needs rewrite)
|
5586
|
54 - implement OpenDML index support (read & write)
|
4650
|
55 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
56 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
57 - implement forward seeking in avi streams with no index
|
6050
|
58
|
6845
|
59 mencoder:
|
|
60 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
61 - implement muxer layer (for mpg, ogm, mov support)
|
|
62 - add ogg/vorbis audio encoder
|
|
63 - stop/resume
|
|
64
|
3349
|
65
|
|
66 FUTURE:
|
|
67 ~~~~~~~
|
|
68
|
|
69 demuxer:
|
3513
|
70 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
71 - implement seeking for YUV4MPEG_2_
|
3148
|
72
|
|
73 decoders:
|
6845
|
74 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
75 rricm
|
3148
|
76
|
|
77 other:
|
|
78 - dvd server
|
|
79 - mga_vid crtc2 fix
|
3844
|
80 - make nvidia_vid ;)
|
8333
|
81
|
|
82
|
|
83
|
|
84 DOCUMENTATION TODO:
|
|
85 ===================
|
|
86
|
|
87 FOR THE v0.90 RELEASE:
|
|
88 ~~~~~~~~~~~~~~~~~~~~~~
|
|
89
|
8592
|
90 - update the man page with all current options:
|
|
91 - muxer layer (-of)
|
8333
|
92 - merge tech/vop.txt and tech/libavc-options.txt into the man page
|
8760
|
93 - merge tech/encoding-tips.txt into encoding.html
|
8333
|
94 - finish reviewing all of the docs
|
|
95 - mplayer.1
|
|
96 - encoding.html
|
|
97 - video.html
|
|
98 - documentation.html
|
|
99 - enhance the FAQ
|
|
100
|
|
101
|
|
102 FUTURE:
|
|
103 ~~~~~~~
|
|
104
|
|
105 - write a detailed encoding guide
|
|
106 - convert the docs to SGML/XML
|
|
107 - restructuring?
|