comparison DOCS/tech/TODO @ 9644:0fe056bdb135

vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
author jonas
date Sat, 22 Mar 2003 12:02:27 +0000
parents 78ef5d3126b2
children 5e8122071515
comparison
equal deleted inserted replaced
9643:f1b66e97c3d3 9644:0fe056bdb135
35 - mplayer-0.90rc3-fixfbdev.patch - ugly hack to fix multiple file & -vo fbdev 35 - mplayer-0.90rc3-fixfbdev.patch - ugly hack to fix multiple file & -vo fbdev
36 - vf_denoise3d.c.diff - better precision (and probably speed loss) to denoise3d 36 - vf_denoise3d.c.diff - better precision (and probably speed loss) to denoise3d
37 37
38 FOR THE NEXT RELEASE: 38 FOR THE NEXT RELEASE:
39 ~~~~~~~~~~~~~~~~~~~~~~ 39 ~~~~~~~~~~~~~~~~~~~~~~
40 - fix vo_svga vs. -vop scale 40 - fix vo_svga vs. -vf scale
41 - Re: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83 41 - Re: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83
42 This patch makes mplayer unusable in console mode, always leaves the 42 This patch makes mplayer unusable in console mode, always leaves the
43 console in graphic mode. 43 console in graphic mode.
44 - supporting Noir.rm? Garbled image now. Maybe codec scales? 44 - supporting Noir.rm? Garbled image now. Maybe codec scales?
45 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing) 45 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
46 - check files at FTP/incoming/!to_be_fixed/* 46 - check files at FTP/incoming/!to_be_fixed/*
47 - fix locale problems (add common float parser / mp_sscanf()) 47 - fix locale problems (add common float parser / mp_sscanf())
48 - fix partial -dr + ffmpeg + B frames (different stride per frame) 48 - fix partial -dr + ffmpeg + B frames (different stride per frame)
49 - implementing 8bpp support in vo_x11.c 49 - implementing 8bpp support in vo_x11.c
50 - remove SVQ1 from libmpcodecs 50 - remove SVQ1 from libmpcodecs
51 - remove -vop yuy2, yvu9 51 - remove -vf yuy2, yvu9
52 - cleanup qtaudio/qtvideo (move globals to context) 52 - cleanup qtaudio/qtvideo (move globals to context)
53 - cleanup DMO interfaces 53 - cleanup DMO interfaces
54 - re-design makefile dependency system 54 - re-design makefile dependency system
55 - finish audio filter layer 55 - finish audio filter layer
56 - new demuxer layer - at least modularized... 56 - new demuxer layer - at least modularized...