comparison ChangeLog @ 8018:099ca89fbadb

updated
author arpi
date Fri, 01 Nov 2002 01:09:06 +0000
parents e52ace331901
children 956562173bbe
comparison
equal deleted inserted replaced
8017:a57aac3a927a 8018:099ca89fbadb
14 * vidix mach64 colorkey on PPC fixed 14 * vidix mach64 colorkey on PPC fixed
15 * -ao sdl now handles "featureless" soundcards 15 * -ao sdl now handles "featureless" soundcards
16 * -vo zr fixes 16 * -vo zr fixes
17 * fixed sig11 if vo init failed 17 * fixed sig11 if vo init failed
18 * various dxr2 and dxr3 fixes 18 * various dxr2 and dxr3 fixes
19 * v4l buffering fixed
20 * fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c)
19 * cleanup of postprocessing code - now it's threadsafe and can be shared 21 * cleanup of postprocessing code - now it's threadsafe and can be shared
20 * v4l buffering fixed 22 * ported to GNU/Hurd
21 * now auto-inserting -vop lavc for mpeg-only vo's
22 23
23 Features: 24 Features:
24 * -ao win32 (for windows port) 25 * -ao win32 (for windows port)
25 * -vop 2xsai - 2x scaler for drawn images (low color cartoon anims)
26 * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder 26 * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder
27 * better deblocking filter (-vop pp), pp/npp syntax changed!
28 * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap 27 * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap
29 * -vop unsharp - an sharp/blur filter, nice, but very slow
30 * overlapping subtitles support, jacosub (*.js) format support 28 * overlapping subtitles support, jacosub (*.js) format support
31 * dxr3 got a new syncengine, ':sync', read the manual for more info 29 * dxr3 got a new syncengine, ':sync', read the manual for more info
30 * QDMC/QDM2 audio codec support, using quicktime 5 win32 DLLs (libwine!)
31
32 Filters:
33 * -af/-af-adv options cleanup
34 * now auto-inserting -vop lavc for mpeg-only vo's
35 * video filter API documented :)
36 * better deblocking filter (-vop pp), pp/npp syntax changed!
37 * -vop 2xsai - 2x scaler for drawn images (low color cartoon anims)
38 * -vop unsharp - an sharp/blur filter, nice, but very slow
39 * -vop il - (de)interleave fields
40 * -vop swapuv - guess what :)
41 * -vop boxblur - box blur...
32 42
33 pre9: 43 pre9:
34 Docs: 44 Docs:
35 * man page rewritten again :))) 45 * man page rewritten again :)))
36 * man page updated to latest options, including lavc options 46 * man page updated to latest options, including lavc options