summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let d...Baptiste Coudurier2006-08-24
* optimize reorder_block() though this function seems to be executed too rarely...Michael Niedermayer2006-08-24
* simplifyMichael Niedermayer2006-08-24
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-24
* support vdva fourcc (dv + dv audio in mov)Baptiste Coudurier2006-08-24
* fix ODML AVI Duration for files > 2GBBrian Brice2006-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
* Blackfin processor supportMichael Benjamin2006-08-23
* fix fallback if theres no indexMichael Niedermayer2006-08-23
* read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmp...Michael Niedermayer2006-08-23
* value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/S...Steve L'Homme2006-08-23
* total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Ste...Michael Niedermayer2006-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
* cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not availableReimar Döffinger2006-08-21
* set correct first gop closed valueBaptiste Coudurier2006-08-21
* rename closed_gop to first_gop_closedBaptiste Coudurier2006-08-21
* gxf regression testsBaptiste Coudurier2006-08-21
* init bufferBaptiste Coudurier2006-08-21
* Allow to compile swscale testsLuca Abeni2006-08-21
* replace a few MULL by MULHMichael Niedermayer2006-08-21
* add fullnameBaptiste Coudurier2006-08-21
* reorder butterflies to reduce memory load/storeMichael Niedermayer2006-08-20
* Added codec id for QCELP.Benjamin Larsson2006-08-20
* compatibility warningMichael Niedermayer2006-08-20
* cleanup PixelFormat a littleMichael Niedermayer2006-08-20
* attribute_deprecatedMichael Niedermayer2006-08-20
* cosmeticsMichael Niedermayer2006-08-19
* spelling fixes for the last commitDiego Biurrun2006-08-19
* SWAPMichael Niedermayer2006-08-19
* audio format conversionMichael Niedermayer2006-08-19
* -async and -vsync documentation. Based on info from the mailinglist.Benjamin Larsson2006-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
* fix probing of 02-Penguin.flacMichael Niedermayer2006-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
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18