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

Git pushed a change to branch master
in repository ffmpeg.

    from 4bbb7d9b99 avutil/x86/x86util: Force VEX encoding when using -mavx
     new 127efb7072 swscale/format: pass SwsFormat to ff_sws_decode_colors()
     new e52459195c swscale/ops: simplify SWS_OP_READ default comps handling
     new faac9fa705 swscale/ops_optimizer: set correct range metadata after 
split pass
     new b120505ce2 swscale/ops: apply ff_sws_comp_mask_swizzle() in-place
     new d474b408f2 swscale/ops_optimizer: simplify unused op check (cosmetic)
     new cb8a006f8a swscale/graph: don't over-allocate pass buffer lines
     new ba1c1d9eee swscale/graph: separate pass dispatch size from buffer size
     new 3a2c5050c6 swscale: fix format equality check
     new 7e7c1c0d94 swscale/format: nuke ff_props_equal()
     new aedede0cee swscale/format: add SwsFormat.field
     new 4653e68aab swscale/graph: nuke SwsGraph.field
     new 1f6dc79c80 swscale/format: factor out ff_sws_chroma_pos() helper
     new 8215e9bbea swscale/filters: add option for adding an input pixel offset
     new fa1ca69a8b swscale/filters: add ability to set a virtual output size
     new 8cc6b2ddaf swscale/tests/swscale: fix unscaled subsampled chroma 
format check
     new b3689e792f swscale/uops: simplify permute naming scheme

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/filters.c        |  10 +-
 libswscale/filters.h        |  23 ++++
 libswscale/format.c         |  65 +++++++++--
 libswscale/format.h         |  29 ++---
 libswscale/graph.c          | 132 +++++++++------------
 libswscale/graph.h          |  13 ++-
 libswscale/ops.c            |  13 +--
 libswscale/ops.h            |   2 +-
 libswscale/ops_dispatch.c   |  15 +--
 libswscale/ops_optimizer.c  |  13 ++-
 libswscale/swscale.c        |   4 +-
 libswscale/tests/swscale.c  |   3 +-
 libswscale/uops.c           |  22 ++--
 libswscale/uops_macros.h    | 274 ++++++++++++++++----------------------------
 libswscale/vulkan/ops.c     |   2 +-
 tests/ref/fate/sws-ops-list |   2 +-
 16 files changed, 296 insertions(+), 326 deletions(-)

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

Reply via email to