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

Git pushed a change to branch master
in repository ffmpeg.

    from c91634dfe6 vulkan/ffv1: add current linecache for encode/decode
     new e96332cb65 swscale/ops: add ff_sws_op_list_is_noop()
     new c17a9ba0b8 tests/sws_ops: explicitly skip no-op operation lists
     new 9662d1fa97 swscale/optimizer: remove read+write optimization
     new 2dfde1531d swscale/ops: reset comp flags on SWS_OP_CLEAR
     new 998cffb432 swscale/ops: add input/output plane swizzle mask to 
SwsOpList
     new 70d30056dc swscale/ops: also print plane order when swizzled
     new d0cb74881c swscale/ops: fix PRINTQ snprintf buffer size
     new 1940662ac6 swscale/ops: take plane order into account during noop() 
check
     new da47951bd7 swscale/ops: lift read op metadata to SwsOpList
     new ef4e16ed50 swscale/x86/ops: make the presence of a read op optional
     new 272e7a047b swscale/ops_backend: add clear pattern for ya8 alpha
     new 7961e3a48f swscale/ops_backend: add float clear patterns
     new e729f49645 swscale/ops_backend: allocate block storage up-front
     new 4b8790f107 swscale/optimizer: allow commuting CLEAR past SWAP_BYTES
     new e7965e84c5 swscale/optimizer: fix unswizzle optimization
     new 6df8174f77 swscale/optimizer: don't reject op lists without read
     new a02860a292 swscale/optimizer: don't assume op lists start with read
     new aaa898a2d1 swscale/optimizer: promote component swizzles to plane 
swizzles
     new b01236d5fb swscale/optimizer: try pushing all swizzles towards the 
output
     new 46d721a69a swscale/optimizer: compress planar reads with unused planes
     new c9404f5b9c swscale/optimizer: eliminate completely unused operations

The 21 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/format.c          |  11 ++-
 libswscale/graph.c           |   8 ---
 libswscale/ops.c             | 139 +++++++++++++++++++++++++++++++-------
 libswscale/ops.h             |  31 ++++++---
 libswscale/ops_backend.c     |  16 +++--
 libswscale/ops_backend.h     |  21 ++----
 libswscale/ops_optimizer.c   | 155 ++++++++++++++++++++++++++++---------------
 libswscale/ops_tmpl_common.c |   1 +
 libswscale/ops_tmpl_float.c  |   4 ++
 libswscale/ops_tmpl_int.c    |  11 +--
 libswscale/tests/sws_ops.c   |   5 +-
 libswscale/x86/ops.c         |  12 ++--
 libswscale/x86/ops_int.asm   |   1 +
 tests/ref/fate/sws-ops-list  |   2 +-
 14 files changed, 279 insertions(+), 138 deletions(-)

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

Reply via email to