Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 16460:ec7036dedee4
Fix border color (forgot to divide by 255.0).
author | reimar |
---|---|
date | Mon, 12 Sep 2005 14:51:30 +0000 |
parents | f0bd9bc9647b |
children | ef34822e3e1f |
rev | line source |
---|---|
3148 | 1 TODO: |
2 ===== | |
3 | |
16258 | 4 CVS CLEANUP work: |
9383 | 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 - review and implement draw_slice() support in video filters |
9235 | 26 |
27 FOR THE NEXT RELEASE: | |
28 ~~~~~~~~~~~~~~~~~~~~~~ | |
9647 | 29 - fix vo_svga vs. -vf scale - DONE? |
12228 | 30 - Re: [MPlayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83 |
9064 | 31 This patch makes mplayer unusable in console mode, always leaves the |
32 console in graphic mode. | |
9235 | 33 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing) |
9064 | 34 - check files at FTP/incoming/!to_be_fixed/* |
35 - fix partial -dr + ffmpeg + B frames (different stride per frame) | |
8690 | 36 - implementing 8bpp support in vo_x11.c |
8390 | 37 - cleanup qtaudio/qtvideo (move globals to context) |
38 - cleanup DMO interfaces | |
7899 | 39 - fix AVI index offset base position handling ('no video stream found' bug) |
16265
f0bd9bc9647b
gtk2 is supported, next step is pure gtk without X.
reimar
parents:
16258
diff
changeset
|
40 - Port GUI code to plain gtk without using X functions (any volunteers??? we really need help here) |
8120 | 41 |
6845 | 42 FOR THE v1.00 RELEASE: |
43 ~~~~~~~~~~~~~~~~~~~~~~ | |
44 | |
45 - display OSD and subtitles using DVB card's OSD | |
46 | |
47 mpg demuxer: | |
48 - implement mpeg-TS demuxer | |
49 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer | |
3349 | 50 |
6050 | 51 avi demuxer: (needs rewrite) |
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 | |
10992 | 61 DOCS: |
11262 | 62 - break up 6 level deep sections |
63 - merge tech/encoding-tips.txt into mencoder.xml | |
11825 | 64 - merge iive's XvMC docs into video.xml |
10992 | 65 - finish reviewing all of the docs |
66 - mplayer.1 | |
67 - encoding.html | |
68 - video.html | |
69 - documentation.html | |
70 - enhance the FAQ | |
12319 | 71 - document missing XviD options |
72 - split man page into mplayer.1 and mencoder.1 | |
10992 | 73 |
3349 | 74 |
75 FUTURE: | |
76 ~~~~~~~ | |
77 | |
78 demuxer: | |
3513 | 79 - demux_mpg: support for VDR's index files for more accurate seeking |
5962 | 80 - implement seeking for YUV4MPEG_2_ |
3148 | 81 |
82 decoders: | |
6845 | 83 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1, |
7347 | 84 rricm |
3148 | 85 |
86 other: | |
87 - dvd server | |
88 - mga_vid crtc2 fix | |
9220 | 89 - X11 Render support into DGA for OSD (from the DOCS;) |
8333 | 90 |
10992 | 91 DOCS: |
10189 | 92 - convert man page to XML |
8333 | 93 - write a detailed encoding guide |
11562 | 94 - document missing divx4opts (everything in #if ENCORE_MAJOR_VERSION >= 5200, |
95 vbrdebug) |