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

Git pushed a change to branch master
in repository ffmpeg.

    from 9b7439c31b swscale: don't pointlessly loop over NULL buffers
     new 97682155e6 swscale/vulkan/ops: move buffer desc setting to helper 
function
     new fdc0a66cbd swscale/graph: skip threading for single-slice passes
     new 254c07bf60 swscale/graph: rename sws_filter_run_t to SwsPassFunc
     new 5b8889f4e8 swscale/graph: add typedef for SwsPassSetup
     new 42a47838ea swscale/graph: add setup()/free() to 
ff_sws_graph_add_pass() signature
     new 2e29833832 swscale/graph: have ff_sws_graph_add_pass() free priv on 
failure
     new 9571f5cf15 swscale/graph: simplify ff_sws_graph_add_pass() usages
     new 911176c880 swscale/ops_dispatch: add SwsCompiledFunc.opaque
     new 143cb56501 swscale/vulkan/ops: use opaque run function
     new bd9590db70 swscale/ops_dispatch: remove unnecessary SwsOpExec fields

The 10 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            | 80 +++++++++++++++++++------------------------
 libswscale/graph.h            | 24 +++++++++----
 libswscale/ops_dispatch.c     | 26 ++++++--------
 libswscale/ops_dispatch.h     | 27 ++++++++++-----
 libswscale/vulkan/ops.c       | 37 +++++++++++++++-----
 libswscale/x86/ops_common.asm |  2 --
 6 files changed, 111 insertions(+), 85 deletions(-)

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

Reply via email to