Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 30366:81bebbcb2de4
Remove the query_format_cache, it is extra complexity that makes improvements
difficult while the speed advantage in normal use cases is not measurable.
author | reimar |
---|---|
date | Sat, 23 Jan 2010 18:37:47 +0000 |
parents | 0f1b5b68af32 |
children | 85f0d7406e07 |
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 cruft removal: |
9a5a62f480e6
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
diego
parents:
16465
diff
changeset
|
43 - remove support for skins directories using the obsolete name 'Skin' |
9a5a62f480e6
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
diego
parents:
16465
diff
changeset
|
44 |
9a5a62f480e6
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
diego
parents:
16465
diff
changeset
|
45 DVB: |
6845 | 46 - display OSD and subtitles using DVB card's OSD |
47 | |
6050 | 48 avi demuxer: (needs rewrite) |
4650 | 49 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) |
50 - fix for growing avi files (movi_end pos > stream->end_pos) | |
5126 | 51 - implement forward seeking in avi streams with no index |
6050 | 52 |
6845 | 53 mencoder: |
54 - add ogg/vorbis audio encoder | |
55 - stop/resume | |
56 | |
10992 | 57 DOCS: |
11825 | 58 - merge iive's XvMC docs into video.xml |
22318 | 59 - enhance and merge the FAQ with the wiki FAQ |
12319 | 60 - split man page into mplayer.1 and mencoder.1 |
10992 | 61 |
3349 | 62 |
63 FUTURE: | |
64 ~~~~~~~ | |
65 | |
66 demuxer: | |
3513 | 67 - demux_mpg: support for VDR's index files for more accurate seeking |
22318 | 68 - finish evo support |
5962 | 69 - implement seeking for YUV4MPEG_2_ |
3148 | 70 |
71 decoders: | |
22318 | 72 - fix DLL loading problems |
73 - vfw: pegasusm, pegasusl, pegasusmwv, 3ivX, alaris, vcr1, pim1, rricm, mvi1, mvi2 | |
74 - dshow: morgands | |
75 - qtvideo and qtaudio: all crashing codecs | |
76 - update qt binary codec to latest version | |
3148 | 77 |
78 other: | |
79 - dvd server | |
80 - mga_vid crtc2 fix | |
9220 | 81 - X11 Render support into DGA for OSD (from the DOCS;) |
8333 | 82 |
10992 | 83 DOCS: |
22318 | 84 - finish encoding for embedded devices howto |
85 | |
86 stream: | |
87 - native or nemesi rtsp support | |
88 | |
89 remove externals: | |
90 - remove tremor when ffvorbis has integer-only decoder. | |
91 - remove libmpeg2 when ffmpeg12 is faster | |
92 - remove mp3lib when ffmp3 is faster | |
93 - remove libfaad2 after soc aac is 100% |