comparison Changelog @ 23495:059d7c379fb3

Enable SIMD optmizations for mp3lib on AMD64
author zuxy
date Fri, 08 Jun 2007 14:38:25 +0000
parents 7fe2f7fa524f
children a6c619ee9d30
comparison
equal deleted inserted replaced
23494:80cfe191bdbb 23495:059d7c379fb3
21 * libmpeg2 updated to 0.4.1 21 * libmpeg2 updated to 0.4.1
22 * fixed resolution switching with libmpeg2 22 * fixed resolution switching with libmpeg2
23 * handle resolution switching for Real codecs 23 * handle resolution switching for Real codecs
24 * ffmpeg video decoder handles aspect ratio changes 24 * ffmpeg video decoder handles aspect ratio changes
25 * amr now handled via libamr wrapper (http://www.penguin.cz/~utx/amr) 25 * amr now handled via libamr wrapper (http://www.penguin.cz/~utx/amr)
26 * SIMD optimizations for mp3lib under AMD64
26 27
27 Demuxers: 28 Demuxers:
28 * implemented switch_video and switch_program consistently with switch_audio 29 * implemented switch_video and switch_program consistently with switch_audio
29 (default keys are "_" and TAB, respectively). For the time being program 30 (default keys are "_" and TAB, respectively). For the time being program
30 switching is only available in TS streams handled by demux_ts.c (not 31 switching is only available in TS streams handled by demux_ts.c (not