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?
|
9064
|
33 - Re: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83
|
|
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)
|
5586
|
55 - implement OpenDML index support (read & write)
|
4650
|
56 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
57 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
58 - implement forward seeking in avi streams with no index
|
6050
|
59
|
6845
|
60 mencoder:
|
|
61 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
62 - add ogg/vorbis audio encoder
|
|
63 - stop/resume
|
|
64
|
10992
|
65 DOCS:
|
11262
|
66 - break up 6 level deep sections
|
|
67 - merge tech/encoding-tips.txt into mencoder.xml
|
11825
|
68 - merge iive's XvMC docs into video.xml
|
10992
|
69 - finish reviewing all of the docs
|
|
70 - mplayer.1
|
|
71 - encoding.html
|
|
72 - video.html
|
|
73 - documentation.html
|
|
74 - enhance the FAQ
|
|
75 - man page HTML version
|
|
76
|
3349
|
77
|
|
78 FUTURE:
|
|
79 ~~~~~~~
|
|
80
|
|
81 demuxer:
|
3513
|
82 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
83 - implement seeking for YUV4MPEG_2_
|
3148
|
84
|
|
85 decoders:
|
6845
|
86 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
87 rricm
|
3148
|
88
|
|
89 other:
|
|
90 - dvd server
|
|
91 - mga_vid crtc2 fix
|
9220
|
92 - X11 Render support into DGA for OSD (from the DOCS;)
|
8333
|
93
|
10992
|
94 DOCS:
|
10189
|
95 - convert man page to XML
|
8333
|
96 - write a detailed encoding guide
|
11562
|
97 - document missing divx4opts (everything in #if ENCORE_MAJOR_VERSION >= 5200,
|
|
98 vbrdebug)
|