Tue, 02 Oct 2007 12:34:43 +0000 |
diego |
Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).
libavcodec
|
Tue, 02 Oct 2007 12:16:33 +0000 |
diego |
Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.
libavcodec
|
Tue, 02 Oct 2007 11:39:32 +0000 |
lu_zero |
Sanitize altivec code so it can be built with runtime check properly
libavcodec
|
Tue, 02 Oct 2007 10:34:57 +0000 |
diego |
cosmetics: Fix AltiVec spelling.
libavcodec
|
Tue, 02 Oct 2007 10:26:42 +0000 |
diego |
cosmetics: Fix indentation after last commit.
libavcodec
|
Tue, 02 Oct 2007 10:22:22 +0000 |
diego |
Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec
libavcodec
|
Mon, 01 Oct 2007 14:23:36 +0000 |
diego |
Remove const vector macro indirection that is useless and obfuscating
libavcodec
|
Mon, 01 Oct 2007 14:16:07 +0000 |
diego |
Remove Metrowerks compiler workaround.
libavcodec
|
Mon, 01 Oct 2007 14:10:49 +0000 |
diego |
Remove Metrowerks compiler workaround.
libavcodec
|
Mon, 01 Oct 2007 05:56:30 +0000 |
lorenm |
div -> mul
libavcodec
|
Sun, 30 Sep 2007 03:36:13 +0000 |
lorenm |
simplify lpc
libavcodec
|
Sun, 30 Sep 2007 03:01:56 +0000 |
lorenm |
20% faster lpc, 6% overall flac decoding
libavcodec
|
Sun, 30 Sep 2007 02:12:03 +0000 |
lorenm |
replace FIR with finite differences.
libavcodec
|
Sat, 29 Sep 2007 23:44:34 +0000 |
lorenm |
unroll finite differences to avoid swapping registers.
libavcodec
|
Sat, 29 Sep 2007 23:21:57 +0000 |
lorenm |
encode_residual_fixed(): replace FIR with finite differences.
libavcodec
|
Sat, 29 Sep 2007 22:31:18 +0000 |
lorenm |
sse2 version of compute_autocorr().
libavcodec
|