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

Git pushed a change to branch master
in repository ffmpeg.

    from 0f7eec026c avcodec/cbs_lcevc: don't return an error if a Process Block 
is missing padding bits
     new 4af33ec418 swscale/graph: ensure intermediate buffers have extra line 
padding
     new 6b38a4035a swscale/graph: add plane copy metadata
     new a167248c4d swscale/ops_memcpy: omit memcpy() if src and dst are 
identical
     new 49dd7666d1 swscale/ops: use unzwizzled component index for 
SwsComps.dep_in[]
     new cd20a6f43c swscale/ops: generate plane copy map for passes
     new d3d74f0ce4 swscale/aarch64/ops: set correct mask for SWS_OP_MIN/MAX
     new 770a1ef28d swscale/ops_optimizer: eliminate unneeded SWS_OP_MIN/MAX 
components
     new 5ca18fdde4 swscale/graph: internally ref copied intermediate buffers
     new 6bbc22dc09 swscale: partially ref copied planes

The 9 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_entries.c   |   4 ++
 libswscale/aarch64/ops_impl_conv.c |   7 ++-
 libswscale/graph.c                 |  73 ++++++++++++++++++++++----
 libswscale/graph.h                 |  19 +++++++
 libswscale/ops.c                   |   2 +-
 libswscale/ops_dispatch.c          |  30 +++++++++++
 libswscale/ops_memcpy.c            |   3 ++
 libswscale/ops_optimizer.c         |   8 ++-
 libswscale/swscale.c               | 105 ++++++++++++++++++++++++++++---------
 libswscale/uops_macros.h           |  10 ++++
 tests/ref/fate/sws-ops-list        |   2 +-
 11 files changed, 220 insertions(+), 43 deletions(-)

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

Reply via email to