3148
|
1
|
|
2 TODO:
|
|
3 =====
|
|
4
|
9383
|
5 Post-0.90 / CVS CLEANUP work:
|
|
6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
7 - find/elect/etc new maintainer(s)
|
9377
|
8 - remove old config/cmdline parser code
|
|
9 - maybe remove .raw font support too
|
9383
|
10 - renaming DOCS/translations: Hungarian->hu etc - DONE!
|
|
11 - rename linux->osdep - DONE!
|
9377
|
12 - upgrade libmpeg2 to 0.3.1+Fabian's patch
|
|
13 - maybe upgrade to liba52 cvs & merge in (or redo?) the asm optimizations
|
|
14 - change build & install stuff (cross-lib dependency etc)
|
|
15 - we should switch to the patch tracker (roundup)
|
9383
|
16 - fix & apply the delayed patches:
|
|
17 - MPlayer-0.90rc2.rawyuv.diff - raw YUV (I420) video 'encoder'
|
|
18 (checks requires for stride==width, and aligned planes)
|
|
19 - dvb-patch4.gz - DVB-in support
|
|
20 (requires Mpeg-TS demuxer)
|
|
21 - of-raw-1.diff - raw audio/video stream dump 'muxer'
|
|
22 - qt-osx.diff - Quicktime support on OSX
|
|
23 (needs cleanup, removal of cosmetics and unrelated changes)
|
|
24 - timer-win.c - GetTimer() etc implementation using native win32 API
|
|
25 - bte.diff - something input plugin (uses fork() )
|
|
26 - lavc_statsfile_errorchecking-patch - handle errors writing to logfile
|
|
27 - slices.diff - slices support in video filters (unfinished? messy?)
|
|
28 - spudec.patch - dunno, something with partial NAV VM support?
|
|
29 - xine-lib-cvs-xvmc.diff - XvMC support for libmpeg2 0.3.x
|
|
30 - fastermemcpy.diff - cacheline-size dependant optimizations
|
|
31 - fire-x86-runtime-options.diff - en/disable (force) cpu features runtime
|
|
32 (needs to be integrated with --runtime-cpu-detection en/disabled modes)
|
|
33 - mga_vid_laced.diff - buggy interlace support into mga_vid
|
|
34 - patch_sortsub_disable-1.3x.diff - remove --disable-sortsub
|
|
35 - mplayer-0.90rc3-fixfbdev.patch - ugly hack to fix multiple file & -vo fbdev
|
|
36 - vf_denoise3d.c.diff - better precision (and probably speed loss) to denoise3d
|
9235
|
37
|
|
38 FOR THE NEXT RELEASE:
|
|
39 ~~~~~~~~~~~~~~~~~~~~~~
|
9377
|
40 - fix vo_svga vs. -vop scale
|
9064
|
41 - Re: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83
|
|
42 This patch makes mplayer unusable in console mode, always leaves the
|
|
43 console in graphic mode.
|
9235
|
44 - supporting Noir.rm? Garbled image now. Maybe codec scales?
|
|
45 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
|
9064
|
46 - check files at FTP/incoming/!to_be_fixed/*
|
|
47 - fix locale problems (add common float parser / mp_sscanf())
|
|
48 - fix partial -dr + ffmpeg + B frames (different stride per frame)
|
8690
|
49 - implementing 8bpp support in vo_x11.c
|
8620
|
50 - remove SVQ1 from libmpcodecs
|
8592
|
51 - remove -vop yuy2, yvu9
|
8390
|
52 - cleanup qtaudio/qtvideo (move globals to context)
|
|
53 - cleanup DMO interfaces
|
8372
|
54 - re-design makefile dependency system
|
7899
|
55 - finish audio filter layer
|
|
56 - new demuxer layer - at least modularized...
|
|
57 - fix AVI index offset base position handling ('no video stream found' bug)
|
8368
|
58 - review and implement draw_slice() support in video filters
|
8377
|
59 - Update GUI code to support gtk 2.x (any volunteers??? we really need help here)
|
8120
|
60
|
6845
|
61 FOR THE v1.00 RELEASE:
|
|
62 ~~~~~~~~~~~~~~~~~~~~~~
|
|
63
|
|
64 - display OSD and subtitles using DVB card's OSD
|
|
65
|
|
66 mpg demuxer:
|
|
67 - implement mpeg-TS demuxer
|
|
68 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
69
|
6050
|
70 avi demuxer: (needs rewrite)
|
5586
|
71 - implement OpenDML index support (read & write)
|
4650
|
72 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
73 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
74 - implement forward seeking in avi streams with no index
|
6050
|
75
|
6845
|
76 mencoder:
|
|
77 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
78 - add ogg/vorbis audio encoder
|
|
79 - stop/resume
|
|
80
|
3349
|
81
|
|
82 FUTURE:
|
|
83 ~~~~~~~
|
|
84
|
|
85 demuxer:
|
3513
|
86 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
87 - implement seeking for YUV4MPEG_2_
|
3148
|
88
|
|
89 decoders:
|
6845
|
90 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
91 rricm
|
3148
|
92
|
|
93 other:
|
|
94 - dvd server
|
|
95 - mga_vid crtc2 fix
|
3844
|
96 - make nvidia_vid ;)
|
9220
|
97 - X11 Render support into DGA for OSD (from the DOCS;)
|
8333
|
98
|
|
99
|
|
100 DOCUMENTATION TODO:
|
|
101 ===================
|
|
102
|
|
103 FOR THE v0.90 RELEASE:
|
|
104 ~~~~~~~~~~~~~~~~~~~~~~
|
|
105
|
9013
|
106 - update the man page with all current options
|
8333
|
107 - merge tech/vop.txt and tech/libavc-options.txt into the man page
|
8760
|
108 - merge tech/encoding-tips.txt into encoding.html
|
8333
|
109 - finish reviewing all of the docs
|
|
110 - mplayer.1
|
|
111 - encoding.html
|
|
112 - video.html
|
|
113 - documentation.html
|
|
114 - enhance the FAQ
|
|
115
|
|
116
|
|
117 FUTURE:
|
|
118 ~~~~~~~
|
|
119
|
|
120 - write a detailed encoding guide
|
|
121 - convert the docs to SGML/XML
|
|
122 - restructuring?
|