Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-06constant was excessively alignedLoren Merritt
2008-02-05ssse3 h264 motion compensation.Loren Merritt
2008-02-05clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt
2008-02-04reduce code duplicationLoren Merritt
2008-02-03avg_pixels4_mmx2Loren Merritt
2008-02-03use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt
2008-02-03ff_h264_idct8_add_sse2.Loren Merritt
2008-01-31add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren...Baptiste Coudurier
2008-01-31fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ...Baptiste Coudurier
2008-01-27Use DECLARE_ALIGNEDReimar Döffinger
2008-01-11Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet
2007-12-22add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet
2007-12-21Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun
2007-12-17move FLAC mmx dsp to its own fileAurelien Jacobs
2007-12-11typo/clarificationDiego Biurrun
2007-12-02spellingVitor Sessak
2007-11-28remove some unused ff_p* vars from dsputilAurelien Jacobs
2007-11-28remove useless #ifdef around extern declarationAurelien Jacobs
2007-11-28cosmetics: indentationAurelien Jacobs
2007-11-28convert some #ifdef CONFIG_ to if(ENABLE_Aurelien Jacobs
2007-11-28build vc1dsp_mmx.c in its own compilation unitAurelien Jacobs
2007-11-28use ff_ prefix for extern varsAurelien Jacobs
2007-11-28make ff_p* vars extern so that they can be used in various *_mmx.c filesAurelien Jacobs
2007-11-22add VC-1 MMX DSP functions, under MIT license.Christophe Gisquet
2007-11-12tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer
2007-09-30sse2 version of compute_autocorr().Loren Merritt
2007-08-26CONFIG_7REGS has been renamed to HAVE_7REGSRamiro Polla
2007-08-26workaround gcc bug, untested as my gcc is not complainingMichael Niedermayer
2007-08-26avoid overflow in the 3rd lifting step, this now needs mmx2 at minimumMichael Niedermayer
2007-08-25update mmx code to latest snow changesMichael Niedermayer
2007-08-25use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer
2007-07-24help some gcc version to optimize out those functionsAurelien Jacobs
2007-07-11cosmetics: indentationAurelien Jacobs
2007-07-11Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs
2007-07-09make arguments to ssd_int8_vs_int16() constMåns Rullgård
2007-05-20Remove incorrect comment; MMX2 is preferred over 3DNow! on AthlonZuxy Meng
2007-05-183DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw inst...Zuxy Meng
2007-05-17better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-05-14Make vp3dsp*.c compilation optional.Panagiotis Issaris
2007-05-12factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt
2007-05-12sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels.Loren Merritt
2007-05-09cosmetics: remove code duplication in hadamard8_diff_mmxLoren Merritt
2007-05-08cosmetics: remove duplicate transpose macroLoren Merritt
2007-04-07typosDiego Biurrun
2007-03-30mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt
2007-02-24Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.Diego Biurrun
2007-01-30Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård