[libav-devel] [PATCH 1/2] xvid: switch to xvid mmx idct as soon as possible

2014-01-29 Thread Janne Grunau
The idct implementation cannot be changed after the quantization matrices are read since it use a different permutaion. Fixes https://trac.videolan.org/vlc/ticket/7411 --- libavcodec/mpeg4videodec.c | 58 +++--- 1 file changed, 29 insertions(+), 29

Re: [libav-devel] [PATCH 1/2] xvid: switch to xvid mmx idct as soon as possible

2014-01-29 Thread Luca Barbato
On 29/01/14 18:39, Janne Grunau wrote: The idct implementation cannot be changed after the quantization matrices are read since it use a different permutaion. Fixes https://trac.videolan.org/vlc/ticket/7411 Bug-Id: videolan/7411 should work better soon =) lu

Re: [libav-devel] [PATCH 1/2] xvid: switch to xvid mmx idct as soon as possible

2014-01-29 Thread Luca Barbato
On 29/01/14 18:39, Janne Grunau wrote: The idct implementation cannot be changed after the quantization matrices are read since it use a different permutaion. Fixes https://trac.videolan.org/vlc/ticket/7411 --- libavcodec/mpeg4videodec.c | 58

Re: [libav-devel] [PATCH 1/2] xvid: switch to xvid mmx idct as soon as possible

2014-01-29 Thread Janne Grunau
On 2014-01-29 18:46:43 +0100, Luca Barbato wrote: On 29/01/14 18:39, Janne Grunau wrote: The idct implementation cannot be changed after the quantization matrices are read since it use a different permutaion. Fixes https://trac.videolan.org/vlc/ticket/7411 ---