summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_mmx.c
Commit message (Expand)AuthorAge
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-21
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-20
* remove unused tempMichael Niedermayer2008-03-20
* move draw_edges() into dsputilAurelien Jacobs2008-03-04
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-25
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-24
* simd and unroll png_filter_rowLoren Merritt2008-02-21
* sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt2008-02-06
* put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt2008-02-06
* constant was excessively alignedLoren Merritt2008-02-06
* ssse3 h264 motion compensation.Loren Merritt2008-02-05
* clean up an ugliness introduced in r11826. this syntax will require fewer cha...Loren Merritt2008-02-05
* reduce code duplicationLoren Merritt2008-02-04
* avg_pixels4_mmx2Loren Merritt2008-02-03
* use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt2008-02-03
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-03
* add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren...Baptiste Coudurier2008-01-30
* fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ...Baptiste Coudurier2008-01-30
* Use DECLARE_ALIGNEDReimar Döffinger2008-01-27
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-11
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-21
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-21
* move FLAC mmx dsp to its own fileAurelien Jacobs2007-12-16
* typo/clarificationDiego Biurrun2007-12-11
* spellingVitor Sessak2007-12-01
* remove some unused ff_p* vars from dsputilAurelien Jacobs2007-11-27
* remove useless #ifdef around extern declarationAurelien Jacobs2007-11-27
* cosmetics: indentationAurelien Jacobs2007-11-27
* convert some #ifdef CONFIG_ to if(ENABLE_Aurelien Jacobs2007-11-27
* build vc1dsp_mmx.c in its own compilation unitAurelien Jacobs2007-11-27
* use ff_ prefix for extern varsAurelien Jacobs2007-11-27
* make ff_p* vars extern so that they can be used in various *_mmx.c filesAurelien Jacobs2007-11-27
* add VC-1 MMX DSP functions, under MIT license.Christophe Gisquet2007-11-21
* tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer2007-11-12
* sse2 version of compute_autocorr().Loren Merritt2007-09-29
* CONFIG_7REGS has been renamed to HAVE_7REGSRamiro Polla2007-08-26
* workaround gcc bug, untested as my gcc is not complainingMichael Niedermayer2007-08-26
* avoid overflow in the 3rd lifting step, this now needs mmx2 at minimumMichael Niedermayer2007-08-26
* update mmx code to latest snow changesMichael Niedermayer2007-08-25
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-25
* help some gcc version to optimize out those functionsAurelien Jacobs2007-07-24
* cosmetics: indentationAurelien Jacobs2007-07-10
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-10
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-08
* Remove incorrect comment; MMX2 is preferred over 3DNow! on AthlonZuxy Meng2007-05-20
* 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw inst...Zuxy Meng2007-05-18
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-16
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-14
* factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt2007-05-12