]> git.sesse.net Git - ffmpeg/history - libavcodec/i386/h264dsp_mmx.c
Remove duplicate #includes, avcodec.h #includes common.h.
[ffmpeg] / libavcodec / i386 / h264dsp_mmx.c
2007-05-08 Loren Merrittcosmetics: remove duplicate transpose macro
2007-04-19 Reimar DöffingerFix parts missed in clip -> av_clip rename
2007-02-16 Michael Niedermayeradd a few asserts to ensure alignment
2007-02-16 Michael Niedermayerprevent h.264 MC related functions from being inlined...
2006-11-03 Michael Niedermayerensure alignment (no speed change)
2006-11-03 Michael Niedermayermerging mov & and (no speedchange)
2006-11-03 Michael Niedermayer2 instructions less (same speed)
2006-11-03 Michael Niedermayercomment about failed optimization
2006-11-03 Michael Niedermayermove luma tc0 related init into asm
2006-11-03 Michael Niedermayer2 instructions less in h264_loop_filter_luma_mmx2()
2006-11-03 Michael Niedermayerpreempt possible overflow
2006-11-03 Michael Niedermayer1 instruction less
2006-11-03 Michael Niedermayeroptimize H264_DEBLOCK_P0_Q0
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-28 Loren Merrittmmx implementation of deblocking strength decision.
2006-07-02 Måns Rullgårdremove redundant macro definitions
2006-03-22 Loren Merrittadded mmx implementation of h264_chroma_mc2
2006-03-07 Loren Merritth264_idct8_add_mmx
2006-03-07 Loren Merritth264_idct_add only needs mmx1
2006-03-05 Loren Merrittgcc2.95 workaround
2006-03-04 Loren Merrittremove some useless instructions
2006-03-02 Loren Merritt4% faster h264_qpel_mc
2006-02-10 Loren Merritth264: special case dc-only idct. ~1% faster overall
2006-02-09 Loren Merritt10l in 1.12
2006-02-07 Loren Merritt10l (x86_64)
2006-02-07 Loren Merritt18% faster put_h264_qpel16_mc[13]2_mmx2
2006-02-07 Loren Merritt11% faster put_h264_qpel16_v_lowpass_mmx2
2006-02-07 Loren Merritt15% faster put_h264_qpel16_hv_lowpass_mmx2
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-09 Loren Merritttweak h264_biweight
2005-12-30 Loren Merrittfix some potential arithmetic overflows in pred_direct_...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-27 Loren Merrittfaster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
2005-10-09 Loren Merritth264 mmx weighted prediction. up to 3% overall speedup.
2005-09-03 Michael Niedermayersimplify (d&a) and (d&~a) calculation, hint by skal
2005-06-02 Loren Merrittsort H.264 mmx dsp functions into their own file