summaryrefslogtreecommitdiff
path: root/libavcodec/i386/h264dsp_mmx.c
Commit message (Expand)AuthorAge
* cosmetics: remove duplicate transpose macroLoren Merritt2007-05-08
* Fix parts missed in clip -> av_clip renameReimar Döffinger2007-04-19
* add a few asserts to ensure alignmentMichael Niedermayer2007-02-16
* prevent h.264 MC related functions from being inlined (yes this is much faste...Michael Niedermayer2007-02-16
* ensure alignment (no speed change)Michael Niedermayer2006-11-03
* merging mov & and (no speedchange)Michael Niedermayer2006-11-03
* 2 instructions less (same speed)Michael Niedermayer2006-11-03
* comment about failed optimizationMichael Niedermayer2006-11-03
* move luma tc0 related init into asmMichael Niedermayer2006-11-03
* 2 instructions less in h264_loop_filter_luma_mmx2()Michael Niedermayer2006-11-03
* preempt possible overflowMichael Niedermayer2006-11-03
* 1 instruction lessMichael Niedermayer2006-11-03
* optimize H264_DEBLOCK_P0_Q0Michael Niedermayer2006-11-03
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-28
* remove redundant macro definitionsMåns Rullgård2006-07-02
* added mmx implementation of h264_chroma_mc2Loren Merritt2006-03-22
* h264_idct8_add_mmxLoren Merritt2006-03-07
* h264_idct_add only needs mmx1Loren Merritt2006-03-07
* gcc2.95 workaroundLoren Merritt2006-03-05
* remove some useless instructionsLoren Merritt2006-03-04
* 4% faster h264_qpel_mcLoren Merritt2006-03-02
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
* 10l in 1.12Loren Merritt2006-02-09
* 10l (x86_64)Loren Merritt2006-02-07
* 18% faster put_h264_qpel16_mc[13]2_mmx2Loren Merritt2006-02-07
* 11% faster put_h264_qpel16_v_lowpass_mmx2Loren Merritt2006-02-07
* 15% faster put_h264_qpel16_hv_lowpass_mmx2Loren Merritt2006-02-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* tweak h264_biweightLoren Merritt2006-01-09
* fix some potential arithmetic overflows in pred_direct_motion() andLoren Merritt2005-12-30
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.Loren Merritt2005-10-27
* h264 mmx weighted prediction. up to 3% overall speedup.Loren Merritt2005-10-09
* simplify (d&a) and (d&~a) calculation, hint by skalMichael Niedermayer2005-09-03
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-02