This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 9e038fd959 swscale/tests/swscale: Fix typo
new ef651b84ce swscale: Refactor XYZ+RGB state and add function hooks
new a13871ae19 checkasm: Add xyz12Torgb48le test
new 1f30ff30fb swscale: Add AArch64 Neon path for xyz12Torgb48 LE
The 3 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:
libswscale/aarch64/Makefile | 1 +
.../va_copy.h => libswscale/aarch64/asm-offsets.h | 26 +-
libswscale/aarch64/swscale.c | 40 ++
libswscale/aarch64/xyz2rgb_neon.S | 702 +++++++++++++++++++++
libswscale/graph.c | 6 +-
libswscale/swscale.c | 96 +--
libswscale/swscale_internal.h | 34 +-
libswscale/swscale_unscaled.c | 2 +
libswscale/utils.c | 37 +-
tests/checkasm/Makefile | 1 +
tests/checkasm/checkasm.c | 1 +
tests/checkasm/checkasm.h | 1 +
tests/checkasm/sw_xyz2rgb.c | 108 ++++
tests/fate/checkasm.mak | 1 +
14 files changed, 970 insertions(+), 86 deletions(-)
copy compat/va_copy.h => libswscale/aarch64/asm-offsets.h (62%)
create mode 100644 libswscale/aarch64/xyz2rgb_neon.S
create mode 100644 tests/checkasm/sw_xyz2rgb.c
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]