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

Git pushed a change to branch master
in repository ffmpeg.

    from 71db4f3cc1 lavc/llvidencdsp: R-V V sub_median_pred
     new f8a06da4ec fate/vcodec: Test median prediction in ffvhuff,huffyuv
     new 2b9aea7756 avcodec/x86/lossless_videoencdsp_init: Don't read from 
before the buffer
     new 3144652588 avcodec/x86/lossless_videoencdsp_init: Don't read too often
     new 56b8769a1c tests/checkasm/llviddspenc: Add test for sub_median_pred
     new 3a3e7080f1 avcodec/x86/lossless_videoencdsp_init: Port sub_median_pred 
to SSE2
     new 9ba33cc198 avcodec/x86/lossless_videoencdsp_init: Avoid special-casing 
first pixel
     new abe6ba17fa avcodec/x86/lossless_videoencdsp: Port sub_median_pred to 
NASM
     new f96829b5bf avcodec/x86/lossless_videoencdsp_init: Remove pointless 
av_unused
     new 4715b9bac2 tests/checkasm/llviddspenc: Rename to llvidencdsp

The 9 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/lossless_videoencdsp.h               |  1 -
 libavcodec/x86/lossless_videoencdsp.asm         | 39 ++++++++++++++++
 libavcodec/x86/lossless_videoencdsp_init.c      | 59 +++----------------------
 tests/checkasm/Makefile                         |  2 +-
 tests/checkasm/checkasm.c                       |  2 +-
 tests/checkasm/checkasm.h                       |  2 +-
 tests/checkasm/{llviddspenc.c => llvidencdsp.c} | 49 +++++++++++++++++---
 tests/fate/checkasm.mak                         |  2 +-
 tests/fate/vcodec.mak                           |  3 +-
 tests/ref/vsynth/vsynth1-ffvhuff420p12          |  4 +-
 tests/ref/vsynth/vsynth1-huffyuv                |  4 +-
 tests/ref/vsynth/vsynth2-ffvhuff420p12          |  4 +-
 tests/ref/vsynth/vsynth3-ffvhuff420p12          |  4 +-
 tests/ref/vsynth/vsynth_lena-ffvhuff420p12      |  4 +-
 14 files changed, 104 insertions(+), 75 deletions(-)
 rename tests/checkasm/{llviddspenc.c => llvidencdsp.c} (67%)

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

Reply via email to