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

Git pushed a change to branch master
in repository ffmpeg.

    from fb088f224b avfilter/vf_vpp_amf: fix build on non-windows
     new b19bd0de6c avutil/cpu: add aarch64 CPU feature flag for PMULL and EOR3
     new 952e588600 avutil/crc: refactor helper functions to separate header 
file
     new 5085432f8b avutil/crc: add aarch64 NEON PMULL+EOR3 SIMD implementation 
for av_crc

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:
 configure                 |  14 ++-
 libavutil/aarch64/asm.S   |  18 ++++
 libavutil/aarch64/cpu.c   |  28 +++++
 libavutil/aarch64/cpu.h   |   8 +-
 libavutil/aarch64/crc.S   | 265 ++++++++++++++++++++++++++++++++++++++++++++++
 libavutil/aarch64/crc.h   | 150 ++++++++++++++++++++++++--
 libavutil/cpu.c           |   3 +-
 libavutil/cpu.h           |   2 +
 libavutil/crc.c           |   4 +
 libavutil/crc_internal.h  |  66 ++++++++++++
 libavutil/tests/cpu.c     |   2 +
 libavutil/x86/crc.h       |  44 +-------
 tests/checkasm/checkasm.c |   1 +
 13 files changed, 552 insertions(+), 53 deletions(-)
 create mode 100644 libavutil/crc_internal.h

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

Reply via email to