comparison Changelog @ 27428:bea545589195

fixes spotted by diego
author compn
date Wed, 13 Aug 2008 18:22:10 +0000
parents ab4f1051a088
children 60bd1a7f3fc6
comparison
equal deleted inserted replaced
27427:a54c51af6595 27428:bea545589195
26 * support libass in lavf demuxer 26 * support libass in lavf demuxer
27 * support VOBsub in lavf demuxer 27 * support VOBsub in lavf demuxer
28 * support MOV subtitle format 28 * support MOV subtitle format
29 * support for attachments in lavf demuxer 29 * support for attachments in lavf demuxer
30 * support for chapters in lavf demuxer 30 * support for chapters in lavf demuxer
31 * Flac speedup in lavf demuxer 31 * FLAC speedup in lavf demuxer
32 32
33 Filters: 33 Filters:
34 * vf_ow new overcomplete wavelet denoiser 34 * vf_ow new overcomplete wavelet denoiser
35 * change vf_screenshot dependency from libpng to lavc 35 * change vf_screenshot dependency from libpng to lavc
36 * add af_scaletempo which maintains audio pitch when changing playback speed 36 * add af_scaletempo which maintains audio pitch when changing playback speed
54 * MMX/SSE/ARM and other misc speedups 54 * MMX/SSE/ARM and other misc speedups
55 55
56 libmpeg2: 56 libmpeg2:
57 * enable Alpha/ARM optimizations in libmpeg2 57 * enable Alpha/ARM optimizations in libmpeg2
58 * SSE2-optimized IDCT routines from upstream libmpeg2 58 * SSE2-optimized IDCT routines from upstream libmpeg2
59 * synced with upstream
60 59
61 Drivers: 60 Drivers:
62 * replace PolypAudio by PulseAudio (-ao pulse) 61 * replace PolypAudio by PulseAudio (-ao pulse)
63 * add force-pbo suboption for faster output in vo_gl 62 * add force-pbo suboption for faster output in vo_gl
64 * add Nintendo Wii/GameCube video driver (-vo wii) 63 * add Nintendo Wii/GameCube video driver (-vo wii)
87 * small crash with vo_macosx fixed 86 * small crash with vo_macosx fixed
88 * AC3/DTS passthrough for ao_macosx 87 * AC3/DTS passthrough for ao_macosx
89 * fix frozen OSD on Mac OS X 88 * fix frozen OSD on Mac OS X
90 * vo_gl now works with -wid and nVidia drivers on Windows (this is a hack) 89 * vo_gl now works with -wid and nVidia drivers on Windows (this is a hack)
91 * VIDIX on SuperH. 90 * VIDIX on SuperH.
92 * intentionally break gcc 3.3 on mac os x, please use 4.x 91 * workarounds for AltiVec on Apple gcc 3.3 on Mac OS X dropped
93 92
94 rc2try2: 93 rc2try2:
95 94
96 Security: 95 Security:
97 * buffer overflow in url.c fixed 96 * buffer overflow in url.c fixed