This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from cbbbe4a862 configure: bump AMF requirement to 1.5.2
new b992479539 swscale/ops: keep track of copied/cleared components
new cd2109b3a6 swscale/ops: fix stale comment
new aecca98488 swscale/ops: fix noop check ignoring read/write filters
new c1eee3d4d8 swscale/graph: add a function to allow reusing output
buffers
new d86f0ae534 swscale/ops_dispatch: don't assume first operation is a read
new 07e6ee54e7 swscale/ops_dispatch: move no-op check after optimization
pass
new e3d15d4606 swscale/ops_dispatch: move compile flags from ops.h
new 27ff50f6ab swscale/ops_dispatch: add SWS_OP_FLAG_DRY_RUN
new 17154619e5 swscale/ops_dispatch: group compilation args into struct
new 409b870bd6 swscale/tests/sws_ops: only print actually compiled ops
lists
new 2509eb3e8c swscale/ops_optimizer: extract subpass splitting logic to
helper
new 848753352d swscale/ops_dispatch: substantially refactor subpass
compilation
new 2eb254c5fd swscale/ops_dispatch: avoid possible infinite recursion
new b494a82321 swscale/ops: remove now-unneeded function
new 4f6d5c1794 swscale/uops: add a helper to print a comp mask as a string
new ed12cf7515 swscale/uops: simplify uop mask printing slightly
new 291e849ee3 swscale/ops_optimizer: add ff_sws_op_list_split_planes()
new 65197f67ff swscale/ops_dispatch: add option to link subpass outputs
together
new 0901ca4108 swscale/ops_dispatch: add option to split const/copied
subpasses
new 09c0cd6837 swscale/tests/sws_ops: split passes when printing ops lists
new 30155f9c3a swscale/uops: split planes when generating ops lists
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/graph.c | 19 ++++-
libswscale/graph.h | 10 +++
libswscale/ops.c | 94 ++++++++++++---------
libswscale/ops.h | 9 +-
libswscale/ops_dispatch.c | 194 ++++++++++++++++++++++++++++++--------------
libswscale/ops_dispatch.h | 19 +++--
libswscale/ops_internal.h | 30 +++++--
libswscale/ops_optimizer.c | 88 ++++++++++++++++----
libswscale/tests/sws_ops.c | 18 ++--
libswscale/uops.c | 12 +--
libswscale/uops.h | 13 +++
libswscale/uops_macros.h | 34 ++++----
tests/ref/fate/sws-ops-list | 2 +-
13 files changed, 369 insertions(+), 173 deletions(-)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]