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

Git pushed a change to branch master
in repository ffmpeg.

    from 6e65d1c945 avcodec/motion_est: Fix left shifts of negative numbers
     new 982244818b avcodec/x86/h264_deblock: Remove unused macros
     new d53ff30215 tests/checkasm/h264dsp: Don't test loop filter strength 0
     new a22149ab3d avcodec/x86/h264_deblock: Remove always-false branches
     new 899475326b avcodec/x86/h264_deblock: Simplify splatting
     new b1140d3c98 avcodec/x86/h264_deblock: Remove obsolete macro parameters
     new dbdf514c17 avcodec/x86/h264_deblock_10bit: Remove custom stack 
allocation code
     new aab0946eae avcodec/x86/h264_deblock_10bit: Remove mmxext functions
     new eaaf45fd79 avcodec/x86/h264_deblock_10bit: Simplify r0+4*r1
     new 9882973935 avcodec/x86/h264_deblock: Avoid reloading constant
     new 8428a412bc avcodec/x86/h264_deblock: Avoid MMX in deblock_h_luma_8
     new db66e057eb avcodec/x86/h264_deblock: Avoid reload
     new 489aaf4e1c avcodec/x86/h264_deblock: Don't sign-extend stride
     new bf4d5037b4 avcodec/h264dsp: Remove redundant h264 from H264DSPCtx 
member names

The 13 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/aarch64/h264dsp_init_aarch64.c     |  72 ++++----
 libavcodec/arm/h264dsp_init_arm.c             |  38 ++--
 libavcodec/h264_loopfilter.c                  |  30 ++--
 libavcodec/h264_mb.c                          |  54 +++---
 libavcodec/h264_mb_template.c                 |  28 +--
 libavcodec/h264dsp.c                          |  78 ++++-----
 libavcodec/h264dsp.h                          | 114 ++++++------
 libavcodec/loongarch/h264dsp_init_loongarch.c |  86 +++++-----
 libavcodec/mips/h264dsp_init_mips.c           | 108 ++++++------
 libavcodec/ppc/h264dsp.c                      |  30 ++--
 libavcodec/riscv/h264dsp_init.c               |  88 +++++-----
 libavcodec/svq3.c                             |   8 +-
 libavcodec/x86/h264_deblock.asm               | 238 ++++++++++----------------
 libavcodec/x86/h264_deblock_10bit.asm         | 132 ++------------
 libavcodec/x86/h264dsp_init.c                 | 193 ++++++++++-----------
 tests/checkasm/h264dsp.c                      |  92 +++++-----
 16 files changed, 613 insertions(+), 776 deletions(-)

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

Reply via email to