This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

    from 8851de74e8 tests/fate/wav.mak: gate tests that need swresample
     new f5c26ccf93 avcodec/x86/hpeldsp: Deduplicate {avg,put}_pixels{8,16}_x2 
macros
     new 5d277e8c7c avcodec/x86/hpeldsp: Avoid constant in 
{avg,put}_pixels16_xy2_ssse3
     new 65a87545a9 avcodec/x86/hpeldsp: Add _approx to non-bitexact functions' 
names
     new 0ff6f28437 avcodec/x86/hpeldsp: Deduplicate {avg,put}_pixels{8,16}_y2 
macros
     new 00ece261b8 avcodec/x86/hpeldsp: Avoid offsetting unnecessarily
     new 77dbbdcac2 avcodec/x86/hpeldsp: Avoid loading constants
     new c35f57f3c4 avcodec/x86/fpel: Use SSE2 in avg_pixels8
     new 19e377b4b9 avcodec/x86/hpeldsp: Port mmxext functions to SSE2

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libavcodec/cavsdec.c          |   2 -
 libavcodec/mpeg12dec.c        |   3 -
 libavcodec/vp3.c              |   2 -
 libavcodec/x86/cavsdsp.c      |   6 +-
 libavcodec/x86/fpel.asm       |  46 +++-
 libavcodec/x86/fpel.h         |   8 +-
 libavcodec/x86/h264_qpel.c    |   2 +-
 libavcodec/x86/hpeldsp.asm    | 520 +++++++++++++++++++-----------------------
 libavcodec/x86/hpeldsp_init.c |  69 +++---
 libavcodec/x86/qpeldsp_init.c |   6 +-
 libavcodec/x86/vc1dsp_init.c  |   5 +-
 tests/checkasm/cavsdsp.c      |   2 +-
 tests/checkasm/hpeldsp.c      |   2 +-
 13 files changed, 317 insertions(+), 356 deletions(-)

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to