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

Git pushed a change to branch master
in repository ffmpeg.

    from e54e117998 avutil/x86/x86util: define .text section additionally to 
COMDAT one
     new a1bfaa0e78 swscale/aarch64: introduce tool to enumerate sws_ops for 
NEON backend
     new 991611536c swscale/aarch64: introduce a runtime aarch64 assembler 
interface
     new 534757926f swscale/aarch64: introduce ops_asmgen for NEON backend
     new 2517c328fc swscale/aarch64: add NEON sws_ops backend

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:
 .gitignore                                         |    2 +
 ffbuild/common.mak                                 |    4 +-
 libswscale/Makefile                                |    7 +
 libswscale/aarch64/.gitignore                      |    1 +
 libswscale/aarch64/Makefile                        |   19 +
 libswscale/aarch64/ops.c                           |  257 +++
 libswscale/aarch64/ops_asmgen.c                    | 1646 ++++++++++++++++++++
 libswscale/aarch64/ops_entries.c                   |  390 +++++
 libswscale/aarch64/ops_impl.c                      |  352 +++++
 libswscale/aarch64/ops_impl.h                      |  188 +++
 libswscale/aarch64/ops_impl_conv.c                 |  236 +++
 .../aarch64/ops_lookup.h                           |   19 +-
 libswscale/aarch64/rasm.c                          |  346 ++++
 libswscale/aarch64/rasm.h                          |  612 ++++++++
 libswscale/aarch64/rasm_print.c                    |  500 ++++++
 libswscale/ops.c                                   |    5 +-
 libswscale/tests/sws_ops_aarch64.c                 |  208 +++
 tests/ref/fate/source                              |    1 +
 18 files changed, 4781 insertions(+), 12 deletions(-)
 create mode 100644 libswscale/aarch64/.gitignore
 create mode 100644 libswscale/aarch64/ops.c
 create mode 100644 libswscale/aarch64/ops_asmgen.c
 create mode 100644 libswscale/aarch64/ops_entries.c
 create mode 100644 libswscale/aarch64/ops_impl.c
 create mode 100644 libswscale/aarch64/ops_impl.h
 create mode 100644 libswscale/aarch64/ops_impl_conv.c
 copy libswresample/x86/w64xmmtest.c => libswscale/aarch64/ops_lookup.h (68%)
 create mode 100644 libswscale/aarch64/rasm.c
 create mode 100644 libswscale/aarch64/rasm.h
 create mode 100644 libswscale/aarch64/rasm_print.c
 create mode 100644 libswscale/tests/sws_ops_aarch64.c

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

Reply via email to