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

Git pushed a change to branch master
in repository ffmpeg.

    from 4f8043e658 avcodec/cbs_h266: size vps_direct_ref_layer_flag for the 
full layer range
     new b5483446d3 avcodec/x86/vc1dsp_init: Avoid fpel wrappers
     new 933b195bcb avcodec/vc1dsp: Avoid negating unnecessarily
     new f30ef7eec4 avcodec/x86/vc1dsp_loopfilter: Avoid imul
     new 8434869cfd avcodec/x86/vc1dsp_loopfilter: Reduce number of GPRs used
     new f2035a4605 avcodec/x86/vc1dsp_loopfilter: Reorder instructions slightly
     new 55bdc109a1 avcodec/x86/vc1dsp_loopfilter: Avoid unnecessary PABSW
     new 8f05c446a1 avcodec/x86/vc1dsp_loopfilter: Use psignw when available
     new 3ea01992d6 avcodec/x86/vc1dsp_loopfilter: Don't use MMX regs in horiz. 
loop filter
     new 3db7a55280 avcodec/x86/vc1dsp_loopfilter: Don't use MMX regs
     new 406c5a37aa avcodec/x86/vc1dsp_inv_trans: Port to SSE2

The 10 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/vc1dsp.c                  |  12 +--
 libavcodec/x86/fpel.asm              |  13 +++
 libavcodec/x86/vc1dsp_init.c         |  45 +++-------
 libavcodec/x86/vc1dsp_inv_trans.asm  |  41 ++++-----
 libavcodec/x86/vc1dsp_loopfilter.asm | 159 ++++++++++++++++++++---------------
 tests/checkasm/vc1dsp.c              |   4 +-
 6 files changed, 142 insertions(+), 132 deletions(-)

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

Reply via email to