This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 9ebfd68096 swscale/swscale: force SwsDither and SwsAlphaBlend to 32
bits
new a0d4c07b86 tests/checkasm: add test for png
new f54841d375 avcodec/aarch64: add pngdsp
The 2 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/Makefile | 2 +
libavcodec/{x86 => aarch64}/pngdsp_init.c | 24 +--
libavcodec/aarch64/pngdsp_neon.S | 289 ++++++++++++++++++++++++++++++
libavcodec/pngdsp.c | 4 +-
libavcodec/pngdsp.h | 1 +
tests/checkasm/Makefile | 1 +
tests/checkasm/checkasm.c | 3 +
tests/checkasm/checkasm.h | 1 +
tests/checkasm/png.c | 116 ++++++++++++
tests/fate/checkasm.mak | 1 +
10 files changed, 429 insertions(+), 13 deletions(-)
copy libavcodec/{x86 => aarch64}/pngdsp_init.c (62%)
create mode 100644 libavcodec/aarch64/pngdsp_neon.S
create mode 100644 tests/checkasm/png.c
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]