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

Git pushed a change to branch master
in repository ffmpeg.

    from d0a84c660a swscale/unscaled: fix rgbToRgbWrapper for non-native-endian 
formats
     new 5e0dddef80 swscale/graph: move graph uninit logic to helper function
     new 56305c460c swscale/graph: add ff_sws_graph_alloc() and _init()
     new 9fe0ff3d56 swscale/graph: make _reinit() only call _init(), not 
_create()
     new 0611abc1bb swscale/graph: move code for adding filters to format.h
     new 62aad4513c swscale/graph: move format conversion logic to formats.c
     new 98c1dbafbe swscale/ops_memcpy: don't depend on ops_backend.h
     new 064600585e swscale/ops_chain: remove flexible from SWS_OP_MIN/MAX 
entries
     new dacbf080f3 swscale/ops_chain: simplify ff_sws_op_compile_tables() 
signature
     new cac183f46f swscale/ops: don't silently suppress non-ENOTSUP errors
     new eec9f712f5 swscale/ops: re-use ff_sws_op_list_generate() in 
ff_sws_enum_op_lists()
     new 1d841635a4 swscale/ops: also include scaling ops in 
ff_sws_enum_op_lists()
     new 90669ab52e swscale/ops: move ff_sws_compile_pass() and friends to 
ops_dispatch.h
     new ad17144ce6 swscale/ops_dispatch: move op list print to 
ff_sws_ops_compile_backend()
     new 9021448857 swscale/ops_dispatch: merge ff_sws_ops_compile_backend() 
and compile()
     new 420b1bf368 swscale/ops_dispatch: allow forcing specific ops backend
     new 76dc83d9be swscale/ops_dispatch: make ff_sws_ops_compile() output 
optional

The 16 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          | 119 +++++++++++++++++++++++++++++
 libswscale/format.h          |  17 +++++
 libswscale/graph.c           | 175 +++++++++++++------------------------------
 libswscale/graph.h           |  23 ++++--
 libswscale/ops.c             |  59 ++++++++-------
 libswscale/ops.h             |  11 ---
 libswscale/ops_backend.c     |   2 +-
 libswscale/ops_chain.c       |   6 +-
 libswscale/ops_chain.h       |   2 +-
 libswscale/ops_dispatch.c    |  65 +++++++++-------
 libswscale/ops_dispatch.h    |  48 ++++++++++++
 libswscale/ops_internal.h    |  37 ---------
 libswscale/ops_memcpy.c      |   3 +-
 libswscale/ops_tmpl_common.c |   2 -
 libswscale/swscale.c         |  11 ++-
 libswscale/tests/sws_ops.c   |   7 +-
 libswscale/x86/ops.c         |   4 +-
 tests/checkasm/sw_ops.c      |   4 +-
 tests/ref/fate/sws-ops-list  |   2 +-
 19 files changed, 352 insertions(+), 245 deletions(-)

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

Reply via email to