3148
|
1 TODO:
|
|
2 =====
|
|
3
|
9383
|
4 Post-0.90 / CVS CLEANUP work:
|
|
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
9377
|
6 - maybe remove .raw font support too
|
9647
|
7 - remove -vf yuy2, yvu9
|
9377
|
8 - maybe upgrade to liba52 cvs & merge in (or redo?) the asm optimizations
|
|
9 - change build & install stuff (cross-lib dependency etc)
|
9647
|
10 - re-design makefile dependency system
|
9377
|
11 - we should switch to the patch tracker (roundup)
|
9383
|
12 - fix & apply the delayed patches:
|
|
13 - MPlayer-0.90rc2.rawyuv.diff - raw YUV (I420) video 'encoder'
|
|
14 (checks requires for stride==width, and aligned planes)
|
|
15 - of-raw-1.diff - raw audio/video stream dump 'muxer'
|
|
16 - bte.diff - something input plugin (uses fork() )
|
|
17 - lavc_statsfile_errorchecking-patch - handle errors writing to logfile
|
|
18 - xine-lib-cvs-xvmc.diff - XvMC support for libmpeg2 0.3.x
|
|
19 - fastermemcpy.diff - cacheline-size dependant optimizations
|
|
20 - fire-x86-runtime-options.diff - en/disable (force) cpu features runtime
|
|
21 (needs to be integrated with --runtime-cpu-detection en/disabled modes)
|
|
22 - mga_vid_laced.diff - buggy interlace support into mga_vid
|
|
23 - patch_sortsub_disable-1.3x.diff - remove --disable-sortsub
|
|
24 - mplayer-0.90rc3-fixfbdev.patch - ugly hack to fix multiple file & -vo fbdev
|
9647
|
25 - fix locale problems (add common float parser / mp_sscanf())
|
|
26 maybe use Albeu's new filter args parser hack in all filters, remove sscanf()
|
|
27 - new demuxer layer - at least modularized...
|
|
28 - review and implement draw_slice() support in video filters
|
9235
|
29
|
|
30 FOR THE NEXT RELEASE:
|
|
31 ~~~~~~~~~~~~~~~~~~~~~~
|
9647
|
32 - fix vo_svga vs. -vf scale - DONE?
|
12228
|
33 - Re: [MPlayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83
|
9064
|
34 This patch makes mplayer unusable in console mode, always leaves the
|
|
35 console in graphic mode.
|
9235
|
36 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
|
9064
|
37 - check files at FTP/incoming/!to_be_fixed/*
|
|
38 - fix partial -dr + ffmpeg + B frames (different stride per frame)
|
8690
|
39 - implementing 8bpp support in vo_x11.c
|
8390
|
40 - cleanup qtaudio/qtvideo (move globals to context)
|
|
41 - cleanup DMO interfaces
|
7899
|
42 - fix AVI index offset base position handling ('no video stream found' bug)
|
8377
|
43 - Update GUI code to support gtk 2.x (any volunteers??? we really need help here)
|
8120
|
44
|
6845
|
45 FOR THE v1.00 RELEASE:
|
|
46 ~~~~~~~~~~~~~~~~~~~~~~
|
|
47
|
|
48 - display OSD and subtitles using DVB card's OSD
|
|
49
|
|
50 mpg demuxer:
|
|
51 - implement mpeg-TS demuxer
|
|
52 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
53
|
6050
|
54 avi demuxer: (needs rewrite)
|
4650
|
55 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
56 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
57 - implement forward seeking in avi streams with no index
|
6050
|
58
|
6845
|
59 mencoder:
|
|
60 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
61 - add ogg/vorbis audio encoder
|
|
62 - stop/resume
|
|
63
|
10992
|
64 DOCS:
|
11262
|
65 - break up 6 level deep sections
|
|
66 - merge tech/encoding-tips.txt into mencoder.xml
|
11825
|
67 - merge iive's XvMC docs into video.xml
|
10992
|
68 - finish reviewing all of the docs
|
|
69 - mplayer.1
|
|
70 - encoding.html
|
|
71 - video.html
|
|
72 - documentation.html
|
|
73 - enhance the FAQ
|
12319
|
74 - document missing XviD options
|
|
75 - add Matroska, NSV and nut to formats.xml
|
|
76 - split man page into mplayer.1 and mencoder.1
|
10992
|
77
|
3349
|
78
|
|
79 FUTURE:
|
|
80 ~~~~~~~
|
|
81
|
|
82 demuxer:
|
3513
|
83 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
84 - implement seeking for YUV4MPEG_2_
|
3148
|
85
|
|
86 decoders:
|
6845
|
87 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
88 rricm
|
3148
|
89
|
|
90 other:
|
|
91 - dvd server
|
|
92 - mga_vid crtc2 fix
|
9220
|
93 - X11 Render support into DGA for OSD (from the DOCS;)
|
8333
|
94
|
10992
|
95 DOCS:
|
10189
|
96 - convert man page to XML
|
8333
|
97 - write a detailed encoding guide
|
11562
|
98 - document missing divx4opts (everything in #if ENCORE_MAJOR_VERSION >= 5200,
|
|
99 vbrdebug)
|