Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 36789:82a86ba65249
configure (cosmetic): Adjust indent and add blank lines.
author | ib |
---|---|
date | Wed, 19 Feb 2014 15:30:22 +0000 |
parents | f2b81cd25817 |
children |
rev | line source |
---|---|
3148 | 1 TODO: |
2 ===== | |
3 | |
22318 | 4 SVN CLEANUP work: |
9383 | 5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
9647 | 6 - remove -vf yuy2, yvu9 |
9377 | 7 - change build & install stuff (cross-lib dependency etc) |
9647 | 8 - re-design makefile dependency system |
22318 | 9 - start using the ffmpeg patch tracker (roundup) |
10 - check if these still matter & fix & apply the needed patches: | |
9383 | 11 - MPlayer-0.90rc2.rawyuv.diff - raw YUV (I420) video 'encoder' |
12 (checks requires for stride==width, and aligned planes) | |
13 - bte.diff - something input plugin (uses fork() ) | |
14 - lavc_statsfile_errorchecking-patch - handle errors writing to logfile | |
22316
f3d7a1b58a82
cosmetics: Fix some common typos, appropiate --> appropRiate,
diego
parents:
17974
diff
changeset
|
15 - fastermemcpy.diff - cacheline-size dependent optimizations |
9383 | 16 - fire-x86-runtime-options.diff - en/disable (force) cpu features runtime |
17 (needs to be integrated with --runtime-cpu-detection en/disabled modes) | |
18 - mga_vid_laced.diff - buggy interlace support into mga_vid | |
19 - patch_sortsub_disable-1.3x.diff - remove --disable-sortsub | |
20 - mplayer-0.90rc3-fixfbdev.patch - ugly hack to fix multiple file & -vo fbdev | |
22318 | 21 - fix and apply dvd menu patches. |
9647 | 22 - review and implement draw_slice() support in video filters |
22318 | 23 - remove vidix/ and use external vidix |
9235 | 24 |
25 FOR THE NEXT RELEASE: | |
26 ~~~~~~~~~~~~~~~~~~~~~~ | |
9647 | 27 - fix vo_svga vs. -vf scale - DONE? |
12228 | 28 - Re: [MPlayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83 |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
22320
diff
changeset
|
29 This patch makes mplayer unusable in console mode, always leaves the |
9064 | 30 console in graphic mode. |
9235 | 31 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing) |
22318 | 32 - finish testing /old-incoming/ samples |
9064 | 33 - fix partial -dr + ffmpeg + B frames (different stride per frame) |
8690 | 34 - implementing 8bpp support in vo_x11.c |
8390 | 35 - cleanup qtaudio/qtvideo (move globals to context) |
36 - cleanup DMO interfaces | |
16265
f0bd9bc9647b
gtk2 is supported, next step is pure gtk without X.
reimar
parents:
16258
diff
changeset
|
37 - Port GUI code to plain gtk without using X functions (any volunteers??? we really need help here) |
8120 | 38 |
6845 | 39 FOR THE v1.00 RELEASE: |
40 ~~~~~~~~~~~~~~~~~~~~~~ | |
41 | |
17974
9a5a62f480e6
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
diego
parents:
16465
diff
changeset
|
42 DVB: |
6845 | 43 - display OSD and subtitles using DVB card's OSD |
44 | |
6050 | 45 avi demuxer: (needs rewrite) |
4650 | 46 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) |
47 - fix for growing avi files (movi_end pos > stream->end_pos) | |
5126 | 48 - implement forward seeking in avi streams with no index |
6050 | 49 |
6845 | 50 mencoder: |
51 - add ogg/vorbis audio encoder | |
52 - stop/resume | |
53 | |
10992 | 54 DOCS: |
11825 | 55 - merge iive's XvMC docs into video.xml |
22318 | 56 - enhance and merge the FAQ with the wiki FAQ |
12319 | 57 - split man page into mplayer.1 and mencoder.1 |
10992 | 58 |
3349 | 59 |
60 FUTURE: | |
61 ~~~~~~~ | |
62 | |
63 demuxer: | |
3513 | 64 - demux_mpg: support for VDR's index files for more accurate seeking |
22318 | 65 - finish evo support |
5962 | 66 - implement seeking for YUV4MPEG_2_ |
3148 | 67 |
68 decoders: | |
22318 | 69 - fix DLL loading problems |
70 - vfw: pegasusm, pegasusl, pegasusmwv, 3ivX, alaris, vcr1, pim1, rricm, mvi1, mvi2 | |
71 - dshow: morgands | |
72 - qtvideo and qtaudio: all crashing codecs | |
73 - update qt binary codec to latest version | |
3148 | 74 |
75 other: | |
76 - dvd server | |
77 - mga_vid crtc2 fix | |
9220 | 78 - X11 Render support into DGA for OSD (from the DOCS;) |
8333 | 79 |
10992 | 80 DOCS: |
22318 | 81 - finish encoding for embedded devices howto |
82 | |
83 stream: | |
84 - native or nemesi rtsp support | |
85 | |
86 remove externals: | |
87 - remove libmpeg2 when ffmpeg12 is faster |