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