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

Git pushed a change to branch master
in repository ffmpeg.

    from d9da090b1d avformat/dashdec: don't stop at the first input EOF
     new 7c9d1fd3c0 tests/checkasm/huffyuvdsp: Return early if there is no 
function to test
     new dd8730cfe3 tests/checkasm/huffyuvdsp: Actually test masks
     new b1142ed5be tests/checkasm/huffyuvdsp: Actually test width not multiple 
of 16
     new 3928c291b7 avcodec/x86/huffyuvdsp: Remove unaligned add_int16 version
     new 0d342f01f0 avcodec/x86/huffyuvdsp_template: Don't push+pop reg 
unnecessarily
     new d8cb1ef0e5 avcodec/x86/huffyuvdsp: Remove remnants of MMX
     new eb40b0b6b7 tests/checkasm/huffyuvdsp: Add test for 
add_hfyu_median_pred_int16
     new 0127016c41 avcodec/x86/huffyuvdsp: Add SSE4 add_hfyu_median_pred_int16
     new c8fb970a92 avcodec/x86/huffyuvdsp: Remove 
ff_add_hfyu_median_prediction_mmxext
     new a59498db08 avcodec/huffyuvdsp: Remove pix_fmt parameter from 
ff_huffyuvdsp_init()

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/aarch64/huffyuvdsp_init_aarch64.c |   2 +-
 libavcodec/huffyuvdec.c                      |   5 +-
 libavcodec/huffyuvdsp.c                      |   8 +-
 libavcodec/huffyuvdsp.h                      |  13 ++-
 libavcodec/riscv/huffyuvdsp_init.c           |   3 +-
 libavcodec/x86/huffyuvdsp.asm                | 121 +++++++++++++++------------
 libavcodec/x86/huffyuvdsp_init.c             |  15 ++--
 libavcodec/x86/huffyuvdsp_template.asm       |   4 +
 tests/checkasm/huffyuvdsp.c                  |  93 +++++++++++++++-----
 9 files changed, 162 insertions(+), 102 deletions(-)

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

Reply via email to