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

Git pushed a change to branch master
in repository ffmpeg.

    from b9078c0939 vulkan/prores: copy constant tables to shared memory
     new 960cf3015e swscale/ops: add explicit row offset to SwsDitherOp
     new 58f933798f swscale/ops_tmpl_float: respect specified dither matrix 
offsets
     new d62102d679 swscale/ops_tmpl_float: actually skip allocation for 
!size_log2 case
     new b1c96b99fa swscale/x86/ops_float: remove special case for 2x2 matrix
     new 0744260ff0 swscale/x86/ops: over-allocate dither matrix
     new 3f7e3cedb5 swscale/x86/ops_float: store and load per row dither offset 
directly
     new d5174f9e5b swscale/format: add source format info to 
ff_sws_encode_colors()
     new 6184924892 swscale/format: don't add chroma noise when dithering 
grayscale content
     new 1cc4c2b236 swscale/ops_optimizer: rework ambiguous 
op_type_is_independent()
     new 7bce47cc63 swscale/ops_optimizer: only commute swizzle ops if 
coefficients are identical
     new 18edb246c8 swscale/ops_optimizer: correctly commute swizzles with 
dither ops

The 11 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           |  50 +++++++++++++-----
 libswscale/format.h           |   3 +-
 libswscale/graph.c            |   2 +-
 libswscale/ops.c              |   6 ++-
 libswscale/ops.h              |   1 +
 libswscale/ops_optimizer.c    | 115 +++++++++++++++++++++++++++++++++---------
 libswscale/ops_tmpl_float.c   |  16 ++++--
 libswscale/tests/sws_ops.c    |   2 +-
 libswscale/x86/ops.c          |  39 +++++++++++---
 libswscale/x86/ops_common.asm |   3 ++
 libswscale/x86/ops_float.asm  |  44 +++++++---------
 tests/checkasm/sw_ops.c       |   4 +-
 tests/ref/fate/sws-ops-list   |   2 +-
 13 files changed, 206 insertions(+), 81 deletions(-)

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

Reply via email to