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

Git pushed a change to branch master
in repository ffmpeg.

    from 927c81b569 avutil/version: bump after recent additions
     new 66f3a62b46 swscale/ops_backend: use in/out_bump[] in process()
     new f535212a2c swscale/ops_chain: allow free callback to take SwsOpPriv
     new 4e63dbeb6d swscale/ops_chain: add more integer types to SwsOpPriv
     new 6c92ab6a4e swscale/graph: remove redundant check
     new 563cc8216b swscale/graph: allow setup() to return an error code
     new 8227a21c27 swscale/ops_optimizer: always clear unused dither components
     new adf2d4e90f swscale/ops_dispatch: add helper function to clean up 
SwsCompiledOp
     new b5db7c7354 swscale/ops_dispatch: have ff_sws_compile_pass() take 
ownership of `ops`
     new e7c84a8e6a swscale/ops_dispatch: infer destination format from 
SwsOpList
     new 7fb1e0832c swscale/ops_dispatch: move ENOTSUP error to 
ff_sws_compile_pass()
     new baac4a1174 swscale/x86/ops: add section comments (cosmetic)
     new 55dd4a18bb tests/checkasm/sw_ops: declare temporary arrays static

The 12 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           | 26 ++++++++++++++---------
 libswscale/graph.h           |  7 ++++---
 libswscale/ops.h             |  8 ++++---
 libswscale/ops_chain.c       |  6 +++---
 libswscale/ops_chain.h       | 29 +++++++++++++++++--------
 libswscale/ops_dispatch.c    | 50 ++++++++++++++++++++++++++++++--------------
 libswscale/ops_dispatch.h    |  2 ++
 libswscale/ops_optimizer.c   |  4 ++--
 libswscale/ops_tmpl_common.c | 14 ++++++++-----
 libswscale/ops_tmpl_float.c  |  4 ++--
 libswscale/swscale.c         |  7 +++++--
 libswscale/x86/ops.c         |  4 ++--
 libswscale/x86/ops_float.asm |  9 ++++++++
 tests/checkasm/sw_ops.c      | 15 +++++++------
 tests/ref/fate/sws-ops-list  |  2 +-
 15 files changed, 121 insertions(+), 66 deletions(-)

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

Reply via email to