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

Git pushed a change to branch master
in repository ffmpeg.

    from a0d23706e8 aarch64: Switch to a more correct Windows flag for 
detecting I8MM
     new 70691bbb27 configure: add detection of assembler support for SME2
     new 905348df9d configure: add detection of SME-I16I64 extension
     new 0edd75e150 aarch64/asm.S: to support SME added macro to save/restore 
registers d8-d16
     new 510999f6b0 aarch64/vvc: sme2 optimisation of alf_filter_luma() 8/10/12 
bit

The 4 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:
 Makefile                              |   2 +-
 configure                             |  17 +-
 ffbuild/arch.mak                      |   1 +
 libavcodec/aarch64/vvc/Makefile       |   1 +
 libavcodec/aarch64/vvc/alf_template.c |  26 ++
 libavcodec/aarch64/vvc/dsp_init.c     |   9 +
 libavcodec/aarch64/vvc/inter_sme2.S   | 657 ++++++++++++++++++++++++++++++++++
 libavutil/aarch64/asm.S               |  38 ++
 libavutil/aarch64/cpu.c               |  24 ++
 libavutil/aarch64/cpu.h               |   2 +
 libavutil/cpu.c                       |   3 +
 libavutil/cpu.h                       |   2 +
 libavutil/tests/cpu.c                 |   2 +
 tests/checkasm/checkasm.c             |   2 +
 14 files changed, 783 insertions(+), 3 deletions(-)
 create mode 100644 libavcodec/aarch64/vvc/inter_sme2.S

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

Reply via email to