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

Git pushed a change to branch master
in repository ffmpeg.

    from 884c056059 avcodec/lcevc_parser: replace fall-through comment with 
annotation
     new a8968b1425 Makefile, ffbuild/{common,library}: Allow to build DEVTOOLS
     new cd9e6996af swscale/uops: Move stuff for generating uops_macros.h out
     new da8f9c4cac swscale/ops: Move stuff for enumerating op lists out

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:
 Makefile                           |   6 +-
 ffbuild/common.mak                 |   6 +-
 ffbuild/library.mak                |   6 +-
 libswscale/Makefile                |   2 +
 libswscale/op_list_gen_template.c  | 116 +++++++++++
 libswscale/ops.c                   |  76 -------
 libswscale/ops.h                   |  15 --
 libswscale/tests/sws_ops.c         |  14 +-
 libswscale/tests/sws_ops_aarch64.c |   1 +
 libswscale/uops.c                  | 390 +---------------------------------
 libswscale/uops.h                  |  12 --
 libswscale/uops_list.h             |  61 ++++++
 libswscale/uops_macros_gen.c       | 416 +++++++++++++++++++++++++++++++++++++
 tests/fate/libswscale.mak          |   4 +-
 14 files changed, 612 insertions(+), 513 deletions(-)
 create mode 100644 libswscale/op_list_gen_template.c
 create mode 100644 libswscale/uops_list.h
 create mode 100644 libswscale/uops_macros_gen.c

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

Reply via email to