summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avoid branchMichael Niedermayer2006-08-25
* move variable declarations so that their scope is smallerMichael Niedermayer2006-08-25
* move the +400 out of the innermost loopMichael Niedermayer2006-08-25
* avoid reading exponent twiceMichael Niedermayer2006-08-25
* reduce size of vlc table, thats slightly faster hereMichael Niedermayer2006-08-25
* try to avoid l3_unscale() by using a tableMichael Niedermayer2006-08-25
* replace l3_unscale(1, exponents[pos]) by LUTMichael Niedermayer2006-08-25
* maybe fixing the segfault on ARMMichael Niedermayer2006-08-25
* cook shouldn't try to enforce the bitstream reader typeAurelien Jacobs2006-08-24
* add codec id and tag for JPEG 2000Baptiste Coudurier2006-08-24
* 10l typoMichael Niedermayer2006-08-24
* avoid a few if(x==0) checks in the inner loopsMichael Niedermayer2006-08-24
* fix non ALT bitstream readerMichael Niedermayer2006-08-24
* optimize reorder_block() though this function seems to be executed too rarely...Michael Niedermayer2006-08-24
* simplifyMichael Niedermayer2006-08-24
* dont copy the whole GetBitContext aroundMichael Niedermayer2006-08-24
* faster handling of zero coeffs in the low freq decodeMichael Niedermayer2006-08-24
* optimizing high freq decodeMichael Niedermayer2006-08-24
* use memset() instead of slow c loopsMichael Niedermayer2006-08-24
* simplifyMichael Niedermayer2006-08-23
* fix arm asm compilation in mpegaudiodecAurelien Jacobs2006-08-23
* Alignment of the LT window, segfault fix patch by Baptiste Coudurier.Baptiste Coudurier2006-08-22
* MUL* for ARM code based on a patch by Siarhei SiamashkaMichael Niedermayer2006-08-22
* replace MULL with asm too, no significnat speedup but its probably better to ...Michael Niedermayer2006-08-22
* replacing MULH by asm for x86Michael Niedermayer2006-08-22
* indent preprocessor directivesMichael Niedermayer2006-08-22
* make high precission synth filter 3 times faster on x86Michael Niedermayer2006-08-22
* replace MULL by MULH + shift in dct32() (code is very slightly faster, and th...Michael Niedermayer2006-08-22
* replace a few MULL by MULHMichael Niedermayer2006-08-21
* reorder butterflies to reduce memory load/storeMichael Niedermayer2006-08-20
* Added codec id for QCELP.Benjamin Larsson2006-08-20
* cosmeticsMichael Niedermayer2006-08-19
* SWAPMichael Niedermayer2006-08-19
* audio format conversionMichael Niedermayer2006-08-19
* Allow swscale emulation header to be included by C++ programsLuca Abeni2006-08-19
* SIMD vector optimizations. 3% faster overall decoding.Benjamin Larsson2006-08-19
* use ff_fft_calc_3dn2 instead of sse on a K8.Loren Merritt2006-08-19
* ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt2006-08-18
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
* simplifyMichael Niedermayer2006-08-18
* Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
* cleanupMichael Niedermayer2006-08-17
* insufficient alignmentMichael Niedermayer2006-08-17
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th...Luca Barbato2006-08-15
* Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier2006-08-15
* altivec float optimizationsLuca Barbato2006-08-14
* fix codec timebase and timestampsMichael Niedermayer2006-08-14
* fix h261 parsing bugMichael Niedermayer2006-08-14
* Fix building with --disable-opts but MMX enabled.Marco Manfredini2006-08-13