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

Git pushed a change to branch master
in repository ffmpeg.

    from f35a082ecc libavformat/{riffenc, adpcmenc}.c: export correct bitrate
     new 091149b187 swscale/ops: group filtered rw metadata into struct
     new 57d7bf5194 swscale/ops_optimizer: fix broken convert->filter commute 
check
     new 11900e4e12 swscale/ops: generalize SWS_OP_FILTER_* result type
     new 2d01687fd0 swscale/ops_dispatch: generalize over_read/over_read to 
array
     new addee69955 swscale/ops_dispatch: generalize block_size_in/out to array
     new 7c5d45b843 swscale/ops_dispatch: reword misleading error
     new ef79a57b75 swscale/ops_dispatch: move some code from setup() to 
compile()
     new 5f43d0cd46 swscale/ops: add and use ff_sws_rw_op_planes()
     new 84c8f55398 swscale/ops_optimizer: simplify shuffle solver plane checks
     new 01c007ec4d swscale/ops_memcpy: simplify plane count check
     new b488ee5553 swscale/ops: generalize SwsReadWriteOp.packed to enum
     new 625ab011f4 swscale/uops: add default fallback for translate_op()

The 12 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/ops.c           |   4 +-
 libswscale/aarch64/ops_impl_conv.c |  16 +++--
 libswscale/format.c                |  23 ++++---
 libswscale/ops.c                   |  48 +++++++++++----
 libswscale/ops.h                   |  29 ++++++++-
 libswscale/ops_chain.c             |   7 ++-
 libswscale/ops_chain.h             |  10 +--
 libswscale/ops_dispatch.c          | 122 +++++++++++++++++++++----------------
 libswscale/ops_dispatch.h          |  12 ++--
 libswscale/ops_memcpy.c            |   6 +-
 libswscale/ops_optimizer.c         |  59 ++++++++++--------
 libswscale/uops.c                  |  16 ++---
 libswscale/uops_backend.c          |   5 +-
 libswscale/vulkan/ops.c            |  52 ++++++++--------
 libswscale/x86/ops.c               |  30 +++++----
 libswscale/x86/ops_include.asm     |   4 +-
 tests/checkasm/sw_ops.c            |  54 +++++++++++-----
 17 files changed, 310 insertions(+), 187 deletions(-)

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

Reply via email to