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

Git pushed a change to branch master
in repository ffmpeg.

    from 47f3996bdd avcodec/tdsc: propagate max_pixels to the JPEG tile decoder
     new dc902654de swscale: add missing validation for newly added enums
     new 972c0cf91f swscale: add new SwsContext.backends option
     new 945151851e swscale/tests/swscale: add -backends option
     new 6df223ce02 swscale/format: generalize ff_test_fmt() to take SwsBackend
     new dfeb4fdbc7 swscale/graph: add metadata about backends in use
     new 57541f5f41 swscale/graph: move legacy fallback out of 
add_convert_pass()
     new b8bfd7800a swscale/graph: only prefer unstable backends with 
SWS_UNSTABLE

The 7 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:
 doc/APIchanges                |  3 ++
 doc/scaler.texi               | 41 +++++++++++++++++++++++++++
 libswscale/aarch64/ops.c      |  1 +
 libswscale/format.c           | 45 ++++++++++++++++++++++++++----
 libswscale/format.h           | 13 ++++++++-
 libswscale/graph.c            | 64 ++++++++++++++++++++++++++++---------------
 libswscale/graph.h            |  2 ++
 libswscale/ops_backend.c      |  1 +
 libswscale/ops_dispatch.c     | 16 ++++++++---
 libswscale/ops_dispatch.h     |  4 +++
 libswscale/ops_memcpy.c       |  1 +
 libswscale/options.c          | 13 +++++++++
 libswscale/swscale.c          |  8 ++++--
 libswscale/swscale.h          | 45 ++++++++++++++++++++++++++----
 libswscale/swscale_internal.h |  2 ++
 libswscale/tests/swscale.c    | 13 +++++++++
 libswscale/utils.c            | 12 ++++++++
 libswscale/version.h          |  2 +-
 libswscale/vulkan/ops.c       |  2 ++
 libswscale/x86/ops.c          |  1 +
 20 files changed, 249 insertions(+), 40 deletions(-)

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

Reply via email to