summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: typosPanagiotis Issaris2007-09-271-2/+2
* Remove redundant test.Panagiotis Issaris2007-09-271-1/+1
* AMV audio decoderVitor Sessak2007-09-274-2/+18
* oops, revert unrelated changeLoren Merritt2007-09-271-1/+1
* unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ...Loren Merritt2007-09-272-3/+84
* h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo...Jeff Downs2007-09-262-20/+31
* oops, potential overflow on really large blocksLoren Merritt2007-09-251-1/+1
* optimize decode_subframe_lpc()Loren Merritt2007-09-251-3/+18
* optimize encode_residual_lpc()Loren Merritt2007-09-251-6/+11
* simplifyAurelien Jacobs2007-09-251-10/+7
* rename one variable to be consistent with the rest of the fileAurelien Jacobs2007-09-251-10/+10
* consistent spelling: plan => planeAurelien Jacobs2007-09-251-14/+14
* simplifyAurelien Jacobs2007-09-251-1/+1
* cosmetic: indentAurelien Jacobs2007-09-251-96/+96
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-258-33/+87
* reindentAndreas Öman2007-09-251-6/+6
* Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not anDiego Biurrun2007-09-251-1/+1
* move all model related tables into their own structAurelien Jacobs2007-09-244-99/+119
* cosmetics: Sort CODEC_ID list.Diego Biurrun2007-09-241-9/+9
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-243-7/+7
* some simplifications and uniformisationAurelien Jacobs2007-09-244-21/+21
* Remove check for input buffer size as it does not guarantee thatKostya Shishkov2007-09-241-2/+1
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-242-5/+43
* factor out dequant table lookup outside loops, gives a 1-2% speed-upAndreas Öman2007-09-241-4/+8
* Do not try to decode more data than output buffer may holdKostya Shishkov2007-09-241-0/+5
* VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-232-2/+2
* some experimental iterative quantization codeMichael Niedermayer2007-09-231-2/+123
* Move VIS CFLAGS settings into configure.Diego Biurrun2007-09-231-2/+0
* VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-231-1/+1
* Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).Kostya Shishkov2007-09-231-0/+10
* Apply skip_loop_filter before checking if we can parallelize with the selectedReimar Döffinger2007-09-221-6/+6
* Guard against output buffer overflowsKostya Shishkov2007-09-221-0/+6
* Do not decode more data than output buffer may holdKostya Shishkov2007-09-221-0/+2
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-211-0/+1
* Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.Andreas Öman2007-09-211-58/+13
* allcodecs.h and allformats.h are not used anymoreAurelien Jacobs2007-09-201-319/+0
* remove last dependencies on allformats.h and allcodecs.hAurelien Jacobs2007-09-201-9/+13
* Remove inline from function that is exported.Ivan Kalvachev2007-09-181-1/+1
* blackfin vsad primitivesMarc Hoffman2007-09-171-0/+12
* properly tell the compiler that A0 and A1 are clobberedMarc Hoffman2007-09-171-3/+3
* Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional toDiego Biurrun2007-09-171-4/+0
* remove obsolete and wrong extern declarationAurelien Jacobs2007-09-161-2/+0
* cosmetics: typoDiego Biurrun2007-09-161-1/+1
* fix image corruption when with multi-threaded decoding.Andreas Öman2007-09-161-4/+4
* Enable error resilience in WMV3/VC-1 decoderKostya Shishkov2007-09-151-4/+11
* HALFPQ should be used only for when PQUANT is selectedKostya Shishkov2007-09-151-1/+1
* In case when any quantizer may occur, HALFPQ should be zeroKostya Shishkov2007-09-151-0/+2
* skip incomplete framesJustin Ruggles2007-09-151-0/+6
* better AC3 header error reportingJustin Ruggles2007-09-153-9/+32
* fix random dithering of zero-bit mantissasJustin Ruggles2007-09-151-1/+1