3148
|
1
|
|
2 TODO:
|
|
3 =====
|
|
4
|
9377
|
5 CVS CLEANUP work:
|
|
6 ~~~~~~~~~~~~~~~~~
|
|
7 - remove old config/cmdline parser code
|
|
8 - maybe remove .raw font support too
|
|
9 - renaming DOCS/translations: Hungarian->hu etc
|
|
10 - rename linux->osdep
|
|
11 - upgrade libmpeg2 to 0.3.1+Fabian's patch
|
|
12 - maybe upgrade to liba52 cvs & merge in (or redo?) the asm optimizations
|
|
13 - change build & install stuff (cross-lib dependency etc)
|
|
14 - we should apply the delayed patches (see my mail sent yesterday about patches
|
|
15 - we should switch to the patch tracker (roundup)
|
|
16
|
9235
|
17
|
|
18 FOR THE NEXT RELEASE:
|
|
19 ~~~~~~~~~~~~~~~~~~~~~~
|
9377
|
20 - fix vo_svga vs. -vop scale
|
9064
|
21 - Re: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83
|
|
22 This patch makes mplayer unusable in console mode, always leaves the
|
|
23 console in graphic mode.
|
9235
|
24 - supporting Noir.rm? Garbled image now. Maybe codec scales?
|
|
25 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
|
9064
|
26 - check files at FTP/incoming/!to_be_fixed/*
|
|
27 - fix locale problems (add common float parser / mp_sscanf())
|
|
28 - fix partial -dr + ffmpeg + B frames (different stride per frame)
|
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
|
|
44 - display OSD and subtitles using DVB card's OSD
|
|
45
|
|
46 mpg demuxer:
|
|
47 - implement mpeg-TS demuxer
|
|
48 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
49
|
6050
|
50 avi demuxer: (needs rewrite)
|
5586
|
51 - implement OpenDML index support (read & write)
|
4650
|
52 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
53 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
54 - implement forward seeking in avi streams with no index
|
6050
|
55
|
6845
|
56 mencoder:
|
|
57 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
58 - add ogg/vorbis audio encoder
|
|
59 - stop/resume
|
|
60
|
3349
|
61
|
|
62 FUTURE:
|
|
63 ~~~~~~~
|
|
64
|
|
65 demuxer:
|
3513
|
66 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
67 - implement seeking for YUV4MPEG_2_
|
3148
|
68
|
|
69 decoders:
|
6845
|
70 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
71 rricm
|
3148
|
72
|
|
73 other:
|
|
74 - dvd server
|
|
75 - mga_vid crtc2 fix
|
3844
|
76 - make nvidia_vid ;)
|
9220
|
77 - X11 Render support into DGA for OSD (from the DOCS;)
|
8333
|
78
|
|
79
|
|
80 DOCUMENTATION TODO:
|
|
81 ===================
|
|
82
|
|
83 FOR THE v0.90 RELEASE:
|
|
84 ~~~~~~~~~~~~~~~~~~~~~~
|
|
85
|
9013
|
86 - update the man page with all current options
|
8333
|
87 - merge tech/vop.txt and tech/libavc-options.txt into the man page
|
8760
|
88 - merge tech/encoding-tips.txt into encoding.html
|
8333
|
89 - finish reviewing all of the docs
|
|
90 - mplayer.1
|
|
91 - encoding.html
|
|
92 - video.html
|
|
93 - documentation.html
|
|
94 - enhance the FAQ
|
|
95
|
|
96
|
|
97 FUTURE:
|
|
98 ~~~~~~~
|
|
99
|
|
100 - write a detailed encoding guide
|
|
101 - convert the docs to SGML/XML
|
|
102 - restructuring?
|