comparison ChangeLog @ 8122:272b1fda7287

more stuff TODO ASAP: what can those new filters do?
author arpi
date Wed, 06 Nov 2002 23:51:17 +0000
parents 6187579016a5
children 13a7760481fe
comparison
equal deleted inserted replaced
8121:89d0b7bbf043 8122:272b1fda7287
23 * cleanup of AVI pts (timestamp) handling - no more BPS hack in mplayer.c 23 * cleanup of AVI pts (timestamp) handling - no more BPS hack in mplayer.c
24 * small cleanup of A-V sync code - using relative timers instead of absolute 24 * small cleanup of A-V sync code - using relative timers instead of absolute
25 * GUI code cleanup, obsolete files/dirs removed 25 * GUI code cleanup, obsolete files/dirs removed
26 * various small bugfixes, endianess fixes 26 * various small bugfixes, endianess fixes
27 * mencoder: -pass option removed, use -divx4opts pass=N / -lavcopts vpass=N 27 * mencoder: -pass option removed, use -divx4opts pass=N / -lavcopts vpass=N
28 * mencoder: "ff_rate_estimate_qscale: Assertion `q>0.0' failed" fixed!
29 * mencoder: -ovc xvid fixes, cleanup, enhancements
30 * screensaver/dpms re-enabling fixed
31 * realvideo demuxer fixes - asf-style stream detection method
28 32
29 Features: 33 Features:
30 * -ao win32 (for windows port) 34 * -ao win32 (for windows port)
31 * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder 35 * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder
32 * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap 36 * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap
33 * overlapping subtitles support, jacosub (*.js) format support 37 * overlapping subtitles support, jacosub (*.js) format support
34 * -vo dxr3 got a new syncengine, ':sync', also added native overlay support, 38 * -vo dxr3 got a new syncengine, ':sync', also added native overlay support,
35 activate with ':overlay', read the manual for more info on how to set up 39 activate with ':overlay', read the manual for more info on how to set up
36 * QDMC/QDM2 audio codec support, using quicktime 5 win32 DLLs (libwine!) 40 * QDMC/QDM2/MACE audio codec support, using quicktime 5 win32 DLLs (libwine!)
37 * libavcodec: various MJPEG decoding fixes - now it decodes all sample files! 41 * libavcodec: various MJPEG decoding fixes - now it decodes all sample files!
38 * mencvcd updates, sox/toolame support etc 42 * mencvcd updates, sox/toolame support etc
43 * -vo dfbmga - play video on Matrox G400's second head using directfb 0.9.14
44 * RealAudio ATRC (sony atrac3) audio support (using binary plugin)
39 45
40 Filters: 46 Filters:
41 * -af/-af-adv options cleanup 47 * -af/-af-adv options cleanup
42 * now auto-inserting -vop lavc for mpeg-only vo's 48 * now auto-inserting -vop lavc for mpeg-only vo's
43 * video filter API documented :) 49 * video filter API documented :)
45 * -vop 2xsai - 2x scaler for drawn images (low color cartoon anims) 51 * -vop 2xsai - 2x scaler for drawn images (low color cartoon anims)
46 * -vop unsharp - an sharp/blur filter, nice, but very slow 52 * -vop unsharp - an sharp/blur filter, nice, but very slow
47 * -vop il - (de)interleave fields 53 * -vop il - (de)interleave fields
48 * -vop swapuv - guess what :) 54 * -vop swapuv - guess what :)
49 * -vop boxblur - box blur... 55 * -vop boxblur - box blur...
56 * -vop perpective
57 * -vop sab
58 * -vop smartblur
50 59
51 pre9: 60 pre9:
52 Docs: 61 Docs:
53 * man page rewritten again :))) 62 * man page rewritten again :)))
54 * man page updated to latest options, including lavc options 63 * man page updated to latest options, including lavc options