summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove Metrowerks compiler workaround.Diego Biurrun2007-10-01
* div -> mulLoren Merritt2007-10-01
* simplify lpcLoren Merritt2007-09-30
* 20% faster lpc, 6% overall flac decodingLoren Merritt2007-09-30
* replace FIR with finite differences.Loren Merritt2007-09-30
* unroll finite differences to avoid swapping registers.Loren Merritt2007-09-29
* encode_residual_fixed(): replace FIR with finite differences.Loren Merritt2007-09-29
* sse2 version of compute_autocorr().Loren Merritt2007-09-29
* AMV video decoder.Vladimir Voroshilov2007-09-29
* Use emms_c() instead of ifdefRonald S. Bultje2007-09-29
* Add variables to prepare to the AMV decoder patch.Vladimir Voroshilov2007-09-29
* was computing one more autocorrelation coefficient that was actually usedLoren Merritt2007-09-29
* replace brute force find_optimal_param() with a closed-form solution.Loren Merritt2007-09-29
* gcc isn't smart enough to factor out duplicate storesLoren Merritt2007-09-29
* On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will se...Ivan Kalvachev2007-09-28
* 2.5x faster compute_autocorr()Loren Merritt2007-09-28
* cosmetics: typosPanagiotis Issaris2007-09-27
* Remove redundant test.Panagiotis Issaris2007-09-27
* AMV audio decoderVitor Sessak2007-09-27
* oops, revert unrelated changeLoren Merritt2007-09-27
* unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ...Loren Merritt2007-09-27
* h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo...Jeff Downs2007-09-26
* oops, potential overflow on really large blocksLoren Merritt2007-09-25
* optimize decode_subframe_lpc()Loren Merritt2007-09-25
* optimize encode_residual_lpc()Loren Merritt2007-09-25
* simplifyAurelien Jacobs2007-09-25
* rename one variable to be consistent with the rest of the fileAurelien Jacobs2007-09-25
* consistent spelling: plan => planeAurelien Jacobs2007-09-25
* simplifyAurelien Jacobs2007-09-25
* cosmetic: indentAurelien Jacobs2007-09-25
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* reindentAndreas Öman2007-09-25
* Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not anDiego Biurrun2007-09-25
* move all model related tables into their own structAurelien Jacobs2007-09-24
* cosmetics: Sort CODEC_ID list.Diego Biurrun2007-09-24
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-24
* some simplifications and uniformisationAurelien Jacobs2007-09-24
* Remove check for input buffer size as it does not guarantee thatKostya Shishkov2007-09-24
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
* factor out dequant table lookup outside loops, gives a 1-2% speed-upAndreas Öman2007-09-24
* Do not try to decode more data than output buffer may holdKostya Shishkov2007-09-24
* VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
* some experimental iterative quantization codeMichael Niedermayer2007-09-23
* Move VIS CFLAGS settings into configure.Diego Biurrun2007-09-23
* VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun2007-09-23
* Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).Kostya Shishkov2007-09-23
* Apply skip_loop_filter before checking if we can parallelize with the selectedReimar Döffinger2007-09-22
* Guard against output buffer overflowsKostya Shishkov2007-09-22
* Do not decode more data than output buffer may holdKostya Shishkov2007-09-22
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-21