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

Git pushed a change to branch master
in repository ffmpeg.

    from 493dfc356f swscale/swscale_internal: fix typos in flag names
     new 5384908e56 swscale/ops: move pass compilation logic to helper function
     new 4178c4d430 swscale/ops: remove unneeded macro
     new 68f3886460 swscale/ops_dispatch: split off compile/dispatch code from 
ops.c
     new cc334a223e swscale/ops_backend: move static table out of function body
     new b4bcb00cd3 swscale/ops: add and use ff_sws_op_list_input/output()
     new 4b5122bfb2 swscale/ops_dispatch: move on-stack mutation to ops backends
     new d9e594ca96 swscale/graph: have ff_sws_graph_add_pass() return an error 
code
     new 1c2a300f66 swscale/graph: remove pointless helper

The 8 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/Makefile        |   1 +
 libswscale/graph.c         |  63 ++++---
 libswscale/graph.h         |  10 +-
 libswscale/ops.c           | 402 +++------------------------------------------
 libswscale/ops.h           |  15 ++
 libswscale/ops_backend.c   |  23 ++-
 libswscale/ops_dispatch.c  | 395 ++++++++++++++++++++++++++++++++++++++++++++
 libswscale/ops_dispatch.h  |  94 +++++++++++
 libswscale/ops_internal.h  |  66 +-------
 libswscale/ops_optimizer.c |  14 +-
 libswscale/x86/ops.c       |  36 ++--
 11 files changed, 606 insertions(+), 513 deletions(-)
 create mode 100644 libswscale/ops_dispatch.c
 create mode 100644 libswscale/ops_dispatch.h

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

Reply via email to