summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Reorganize long reference management to minimize code duplication in upcoming...Jeff Downs2007-10-04
* Fix Picture.key_frame setting to be compatible with frame and field contexts....Jeff Downs2007-10-04
* Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.Jeff Downs2007-10-04
* Rename variable to make sense in both field and frame contexts (support of PA...Jeff Downs2007-10-04
* Further modularize short reference list management for upcoming PAFF implemen...Jeff Downs2007-10-04
* Re-indent unreference_pic.Jeff Downs2007-10-04
* Modify unreference_pic implementation with PAFF in mind.Jeff Downs2007-10-04
* Partial PAFF implementation at macroblock level.Jeff Downs2007-10-04
* Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"Vladimir Voroshilov2007-10-03
* merge some #ifdef CONFIG_ENCODERS sectionsAurelien Jacobs2007-10-03
* remove alternative declaration of h263_encode_init()Aurelien Jacobs2007-10-03
* fix declaration name from MPV_common_init_ppc to MPV_common_init_altivecAurelien Jacobs2007-10-03
* remove useless #ifdefAurelien Jacobs2007-10-03
* Rename MPV_common_init_ppc to MPV_common_init_altivec, the function isDiego Biurrun2007-10-03
* Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a fileDiego Biurrun2007-10-03
* remove unused code, spotted by Jeff Downs, heydowns a borg d comAndreas Öman2007-10-02
* Hopefully fix sparc compilation again, add incorrectly removed variable decla...Reimar Döffinger2007-10-02
* Remove uses of SIGILL for CPU extension detection, that method is not acceptableReimar Döffinger2007-10-02
* Rename MMCO stuff to prepare for h264/PAFF implementation.Jeff Downs2007-10-02
* Cosmetic preparations for h264/PAFF implementation.Jeff Downs2007-10-02
* 100l: Revert accidental commit, restore previous version.Diego Biurrun2007-10-02
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-02
* Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun2007-10-02
* Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.Diego Biurrun2007-10-02
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-02
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-02
* Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVecDiego Biurrun2007-10-02
* Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun2007-10-01
* Remove Metrowerks compiler workaround.Diego Biurrun2007-10-01
* 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