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

Git pushed a change to branch master
in repository ffmpeg.

    from ddc587bad1 aacenc: add an info log to ask users to resample
     new 0860292157 swscale/aarch64/ops: consistently use SWS_COMP() to test 
and set mask values
     new 4e91f49e3d swscale/aarch64/ops: convert swizzle operation to a series 
of moves
     new be71c4a70f swscale/aarch64/ops: specialize convert and expand 
operations
     new e66601ac6b swscale/aarch64/ops: specialize linear operation
     new cc7784205c swscale/aarch64/ops: specialize clear operation
     new 5778cbb11f swscale/aarch64/ops: remove overly-complicated generated 
lookup function
     new f4edbf0b38 swscale/aarch64/ops: remove overly-complicated 
field-specific functions
     new 000bc6c85a swscale/tests/sws_ops_aarch64: use AVBPrint instead of 
custom string functions
     new a839f444b0 swscale/aarch64/ops: use SwsUOpType/SwsPixelType instead of 
SwsAArch64OpType/SwsAArch64PixelType
     new 3332e5e278 swscale/aarch64/ops: use SwsShiftUOp for 
SwsAArch64OpImplParams.shift
     new 57ca4d2ae3 swscale/aarch64/ops: use SwsClearUOp for 
SwsAArch64OpImplParams.clear
     new 7c0e5d4682 swscale/aarch64/ops: use SwsMoveUOp for 
SwsAArch64OpImplParams.move
     new e45e0e7084 swscale/aarch64/ops: use SwsPackUOp for 
SwsAArch64OpImplParams.pack
     new 4a33d2ce2c swscale/aarch64/ops: use SwsLinearUOp for 
SwsAArch64OpImplParams.linear
     new 353b8297a5 swscale/aarch64/ops: use SwsDitherUOp for 
SwsAArch64OpImplParams.dither
     new 0536c93b32 swscale/aarch64/ops: use SwsCompMask for 
SwsAArch64OpImplParams.mask
     new 19cc66f02f swscale/aarch64/ops: use SwsUOpParams for 
SwsAArch64OpImplParams's parameter fields
     new 82c1a01142 swscale/tests/sws_ops_aarch64: pretty-print entries in 
ops_entries.c

The 18 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        |   8 +-
 libswscale/aarch64/ops.c           |  42 +-
 libswscale/aarch64/ops_asmgen.c    | 537 +++++++++---------------
 libswscale/aarch64/ops_entries.c   | 806 +++++++++++++++++++------------------
 libswscale/aarch64/ops_impl.c      | 346 ----------------
 libswscale/aarch64/ops_impl.h      | 130 +-----
 libswscale/aarch64/ops_impl_conv.c | 313 ++++++++------
 libswscale/aarch64/ops_lookup.h    |  30 --
 libswscale/tests/sws_ops_aarch64.c | 313 ++++++++++++--
 9 files changed, 1140 insertions(+), 1385 deletions(-)
 delete mode 100644 libswscale/aarch64/ops_impl.c
 delete mode 100644 libswscale/aarch64/ops_lookup.h

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

Reply via email to