summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* another silly typo which surprisingly neither valgrind nor cmp of the file ou...Michael Niedermayer2006-08-26
* 10l found by valgrindMichael Niedermayer2006-08-26
* remove duplicated parser, people who pass random gibblets of the bitstream in...Michael Niedermayer2006-08-26
* 2nd try of skip_bits_long() for the ALT readerMichael Niedermayer2006-08-26
* make A32 reader align its ptr during init no matter what missaligned mess is ...Michael Niedermayer2006-08-26
* 3rd try :)Michael Niedermayer2006-08-26
* 2nd try for a skip_bits_long() for the A32 readerMichael Niedermayer2006-08-26
* move align_get_bits() to .h to avoid conflicts between different bitstream re...Michael Niedermayer2006-08-26
* prevent bitstream reader to be overridenMichael Niedermayer2006-08-26
* 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