3706 Commits (3c83828ca43addca99168909304848289bdee456)

Author SHA1 Message Date
Aurelien Jacobs 5902bdd8d4 cook shouldn't try to enforce the bitstream reader type 18 years ago
Baptiste Coudurier f31065f6e5 add codec id and tag for JPEG 2000 18 years ago
Michael Niedermayer 92c5cb62b0 10l typo 18 years ago
Michael Niedermayer e90a72701e avoid a few if(x==0) checks in the inner loops 18 years ago
Michael Niedermayer 25be48eb48 fix non ALT bitstream reader 18 years ago
Michael Niedermayer 6430ce0f72 optimize reorder_block() though this function seems to be executed too rarely for this to make much difference 18 years ago
Michael Niedermayer a753e55bb5 simplify 18 years ago
Michael Niedermayer a08a502eda dont copy the whole GetBitContext around 19 years ago
Michael Niedermayer 3328ec6331 faster handling of zero coeffs in the low freq decode 19 years ago
Michael Niedermayer 3c693e7743 optimizing high freq decode 19 years ago
Michael Niedermayer daf4cd9ac3 use memset() instead of slow c loops 19 years ago
Michael Niedermayer c7aa36964e simplify 19 years ago
Aurelien Jacobs acba32385b fix arm asm compilation in mpegaudiodec 19 years ago
Baptiste Coudurier b3701f5cc0 Alignment of the LT window, segfault fix patch by Baptiste Coudurier. 19 years ago
Michael Niedermayer 69fd15f871 MUL* for ARM code based on a patch by Siarhei Siamashka 19 years ago
Michael Niedermayer f617adedc8 replace MULL with asm too, no significnat speedup but its probably better to not take any chances, some versions of gcc will almost certainly mess it up too if they can 19 years ago
Michael Niedermayer 47a0cd7408 replacing MULH by asm for x86 19 years ago
Michael Niedermayer 5ab1972b53 indent preprocessor directives 19 years ago
Michael Niedermayer 355903f5a8 make high precission synth filter 3 times faster on x86 19 years ago
Michael Niedermayer 0bd2483a75 replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs) 19 years ago
Michael Niedermayer eb6447766d replace a few MULL by MULH 19 years ago
Michael Niedermayer 120aad7fe9 reorder butterflies to reduce memory load/store 19 years ago
Benjamin Larsson 6c496518e8 Added codec id for QCELP. 19 years ago
Michael Niedermayer ed567d9c41 cosmetics 19 years ago
Michael Niedermayer 67eca72dc0 SWAP 19 years ago
Michael Niedermayer 0eb6817d98 audio format conversion 19 years ago
Luca Abeni a37e9e8606 Allow swscale emulation header to be included by C++ programs 19 years ago
Benjamin Larsson 9aee40d967 SIMD vector optimizations. 3% faster overall decoding. 19 years ago
Loren Merritt 652c59b967 use ff_fft_calc_3dn2 instead of sse on a K8. 19 years ago
Loren Merritt 1e4ecf26f5 ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. 19 years ago
Diego Biurrun f4bd289a04 Explicitly include fastmemcpy.h from libvo/. 19 years ago
Michael Niedermayer cf5aed5bad simplify 19 years ago
Steve L'Homme 0b23d689d8 Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % 19 years ago
Diego Biurrun 7981555d89 Move all internal -I parameters to the front of CFLAGS to avoid using external 19 years ago
Michael Niedermayer 2287c100b2 cleanup 19 years ago
Michael Niedermayer 3829a62eae insufficient alignment 19 years ago
Luca Barbato cb243ea220 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding the issue 19 years ago
Guillaume Poirier 696e1bb36e Compile fix (for GCC<3.3) when encoders are disabled 19 years ago
Luca Barbato 241807f32d altivec float optimizations 19 years ago
Michael Niedermayer 94c8fbdcad fix codec timebase and timestamps 19 years ago
Michael Niedermayer 0f812f5291 fix h261 parsing bug 19 years ago
Marco Manfredini 6bb9e49249 Fix building with --disable-opts but MMX enabled. 19 years ago
Luca Barbato b5f7e6eb95 Clean up:make dsputil subfile names consistent 19 years ago
John Dalgliesh 4454dc1b6f Support for MacIntel, last part: balign directives 19 years ago
Marco Manfredini 8226ecaa6c Fix CHECK_BIDIR macro so it works with Intel's Compiler 19 years ago
Loren Merritt 069720565c vorbis simd tweaks 19 years ago
Kostya Shishkov 6b53e173cf Disable B-frames decoding until I return and finish their proper decoding. 19 years ago
Luca Barbato 876031a74e keep in sync with dsputil, makes --disable-decoder=vorbis build 19 years ago
Loren Merritt 0e0adae0ba vorbis cosmetics: mdct0,mdct1 => mdct[2] 19 years ago
Loren Merritt 88db1a15c5 misc tweaks in vorbis_residue_decode(). 19 years ago