loader: Remove __ptr32 and __ptr64 typedefs
[mplayer/greg.git] / DOCS / tech / TODO
blobcc3c3e2ef4ea45825000d1374aaf17ca822346f8
1 TODO:
2 =====
4 SVN CLEANUP work:
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 - remove -vf yuy2, yvu9
7 - change build & install stuff (cross-lib dependency etc)
8   - re-design makefile dependency system
9 - start using the ffmpeg patch tracker (roundup)
10 - check if these still matter & fix & apply the needed patches:
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
15   - fastermemcpy.diff - cacheline-size dependent optimizations
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
21   - fix and apply dvd menu patches.
22 - review and implement draw_slice() support in video filters
23 - remove vidix/ and use external vidix
25 FOR THE NEXT RELEASE:
26 ~~~~~~~~~~~~~~~~~~~~~~
27 - fix vo_svga vs. -vf scale - DONE?
28 - Re: [MPlayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83
29   This patch makes mplayer unusable in console mode, always leaves the
30   console in graphic mode.
31 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
32 - finish testing /old-incoming/ samples
33 - fix partial -dr + ffmpeg + B frames (different stride per frame)
34 - implementing 8bpp support in vo_x11.c
35 - cleanup qtaudio/qtvideo (move globals to context)
36 - cleanup DMO interfaces
37 - Port GUI code to plain gtk without using X functions (any volunteers??? we really need help here)
39 FOR THE v1.00 RELEASE:
40 ~~~~~~~~~~~~~~~~~~~~~~
42 cruft removal:
43 - remove support for skins directories using the obsolete name 'Skin'
45 DVB:
46 - display OSD and subtitles using DVB card's OSD
48 avi demuxer: (needs rewrite)
49 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
50 - fix for growing avi files (movi_end pos > stream->end_pos)
51 - implement forward seeking in avi streams with no index
53 mencoder:
54 - add ogg/vorbis audio encoder
55 - stop/resume
57 DOCS:
58 - merge iive's XvMC docs into video.xml
59 - enhance and merge the FAQ with the wiki FAQ
60 - split man page into mplayer.1 and mencoder.1
63 FUTURE:
64 ~~~~~~~
66 demuxer:
67 - demux_mpg: support for VDR's index files for more accurate seeking
68   - finish evo support
69 - implement seeking for YUV4MPEG_2_
71 decoders:
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
78 other:
79 - dvd server
80 - mga_vid crtc2 fix
81 - X11 Render support into DGA for OSD (from the DOCS;)
83 DOCS:
84 - finish encoding for embedded devices howto
86 stream:
87 - native or nemesi rtsp support
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%