aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* simplifyMichael Niedermayer2006-08-241-4/+1
* dont copy the whole GetBitContext aroundMichael Niedermayer2006-08-241-5/+6
* faster handling of zero coeffs in the low freq decodeMichael Niedermayer2006-08-241-0/+8
* optimizing high freq decodeMichael Niedermayer2006-08-241-14/+14
* use memset() instead of slow c loopsMichael Niedermayer2006-08-241-10/+11
* simplifyMichael Niedermayer2006-08-231-24/+17
* fix arm asm compilation in mpegaudiodecAurelien Jacobs2006-08-231-4/+4
* Alignment of the LT window, segfault fix patch by Baptiste Coudurier.Baptiste Coudurier2006-08-221-1/+1
* MUL* for ARM code based on a patch by Siarhei SiamashkaMichael Niedermayer2006-08-221-0/+11
* replace MULL with asm too, no significnat speedup but its probably better to ...Michael Niedermayer2006-08-221-1/+7
* replacing MULH by asm for x86Michael Niedermayer2006-08-221-13/+15
* indent preprocessor directivesMichael Niedermayer2006-08-221-28/+23
* make high precission synth filter 3 times faster on x86Michael Niedermayer2006-08-221-1/+6
* replace MULL by MULH + shift in dct32() (code is very slightly faster, and th...Michael Niedermayer2006-08-221-109/+108
* replace a few MULL by MULHMichael Niedermayer2006-08-211-11/+24
* reorder butterflies to reduce memory load/storeMichael Niedermayer2006-08-201-56/+65
* Added codec id for QCELP.Benjamin Larsson2006-08-201-0/+1
* cosmeticsMichael Niedermayer2006-08-191-2/+2
* SWAPMichael Niedermayer2006-08-191-5/+5
* audio format conversionMichael Niedermayer2006-08-192-0/+78
* Allow swscale emulation header to be included by C++ programsLuca Abeni2006-08-191-0/+9
* SIMD vector optimizations. 3% faster overall decoding.Benjamin Larsson2006-08-191-14/+7
* use ff_fft_calc_3dn2 instead of sse on a K8.Loren Merritt2006-08-191-7/+3
* ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt2006-08-184-285/+233
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-184-4/+4
* simplifyMichael Niedermayer2006-08-181-21/+9
* Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme2006-08-181-0/+10
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-1/+1
* cleanupMichael Niedermayer2006-08-171-6/+2
* insufficient alignmentMichael Niedermayer2006-08-171-1/+1
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th...Luca Barbato2006-08-152-10/+10
* Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier2006-08-152-1/+9
* altivec float optimizationsLuca Barbato2006-08-143-2/+196
* fix codec timebase and timestampsMichael Niedermayer2006-08-141-5/+8
* fix h261 parsing bugMichael Niedermayer2006-08-141-1/+0
* Fix building with --disable-opts but MMX enabled.Marco Manfredini2006-08-131-3/+3
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-134-4/+4
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-127-36/+36
* Fix CHECK_BIDIR macro so it works with Intel's CompilerMarco Manfredini2006-08-121-1/+1
* vorbis simd tweaksLoren Merritt2006-08-113-53/+69
* Disable B-frames decoding until I return and finish their proper decoding.Kostya Shishkov2006-08-111-0/+1
* keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato2006-08-111-0/+2
* vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2006-08-102-58/+52
* misc tweaks in vorbis_residue_decode().Loren Merritt2006-08-101-11/+19
* convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sseMichael Niedermayer2006-08-101-22/+22
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-105-48/+317
* r5954 broke fft on cpus with 3dnow but without mm3dnow.hLoren Merritt2006-08-101-29/+27
* Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net>Luca Barbato2006-08-101-30/+32
* Support for MacIntel, take xx: '/nop' illegal for old versions of GASJohn Dalgliesh2006-08-101-76/+54
* Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.cJohn Dalgliesh2006-08-101-53/+53