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)
|
8368
|
24
|
6845
|
25 FOR THE v0.90 RELEASE:
|
|
26 ~~~~~~~~~~~~~~~~~~~~~~
|
8690
|
27 - implementing 8bpp support in vo_x11.c
|
8620
|
28 - remove SVQ1 from libmpcodecs
|
8592
|
29 - remove -vop yuy2, yvu9
|
8390
|
30 - cleanup qtaudio/qtvideo (move globals to context)
|
|
31 - cleanup DMO interfaces
|
8372
|
32 - re-design makefile dependency system
|
7899
|
33 - finish audio filter layer
|
|
34 - new demuxer layer - at least modularized...
|
|
35 - fix AVI index offset base position handling ('no video stream found' bug)
|
8368
|
36 - review and implement draw_slice() support in video filters
|
8377
|
37 - Update GUI code to support gtk 2.x (any volunteers??? we really need help here)
|
8120
|
38
|
6845
|
39 FOR THE v1.00 RELEASE:
|
|
40 ~~~~~~~~~~~~~~~~~~~~~~
|
|
41
|
|
42 - display OSD and subtitles using DVB card's OSD
|
|
43
|
|
44 mpg demuxer:
|
|
45 - implement mpeg-TS demuxer
|
|
46 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
47
|
6050
|
48 avi demuxer: (needs rewrite)
|
5586
|
49 - implement OpenDML index support (read & write)
|
4650
|
50 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
51 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
52 - implement forward seeking in avi streams with no index
|
6050
|
53
|
6845
|
54 mencoder:
|
|
55 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
56 - add ogg/vorbis audio encoder
|
|
57 - stop/resume
|
|
58
|
3349
|
59
|
|
60 FUTURE:
|
|
61 ~~~~~~~
|
|
62
|
|
63 demuxer:
|
3513
|
64 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
65 - implement seeking for YUV4MPEG_2_
|
3148
|
66
|
|
67 decoders:
|
6845
|
68 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
69 rricm
|
3148
|
70
|
|
71 other:
|
|
72 - dvd server
|
|
73 - mga_vid crtc2 fix
|
3844
|
74 - make nvidia_vid ;)
|
8333
|
75
|
|
76
|
|
77
|
|
78 DOCUMENTATION TODO:
|
|
79 ===================
|
|
80
|
|
81 FOR THE v0.90 RELEASE:
|
|
82 ~~~~~~~~~~~~~~~~~~~~~~
|
|
83
|
9013
|
84 - update the man page with all current options
|
8333
|
85 - merge tech/vop.txt and tech/libavc-options.txt into the man page
|
8760
|
86 - merge tech/encoding-tips.txt into encoding.html
|
8333
|
87 - finish reviewing all of the docs
|
|
88 - mplayer.1
|
|
89 - encoding.html
|
|
90 - video.html
|
|
91 - documentation.html
|
|
92 - enhance the FAQ
|
|
93
|
|
94
|
|
95 FUTURE:
|
|
96 ~~~~~~~
|
|
97
|
|
98 - write a detailed encoding guide
|
|
99 - convert the docs to SGML/XML
|
|
100 - restructuring?
|