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