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

Git pushed a change to branch master
in repository ffmpeg.

    from 59cba3147f swscale/uops: rename SwsOpTable/SwsOpEntry to 
SwsUOpTable/SwsUOpEntry
     new 176493e4c4 swscale/ops: pass SwsLinearOp by pointer instead of value 
in ff_sws_linear_mask()
     new 7599173512 swscale/ops: pass SwsComps by pointer instead of value in 
extract_{constant_rows,scalar,swizzle}()
     new a9cd93c917 swscale/ops: pass SwsSwizzleOp by pointer instead of value 
in ff_sws_comp_mask_swizzle()
     new 12750ed512 swscale/lut3d: pass SwsFormat by pointer instead of value 
in ff_sws_lut3d_pick_pixfmt()
     new 6f52c88f45 swscale/graph: pass SwsFormat by pointer instead of value 
in adapt_colors()
     new d90645c4db swscale/cms: pass SwsColor by pointer instead of value in 
gamut_from_colorspace()
     new c00b5be5de swscale/format: modify SwsSwizzleOp in-place in 
swizzle_inv()

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:
 libswscale/cms.c           | 24 ++++++++++++------------
 libswscale/format.c        | 23 ++++++++++++-----------
 libswscale/graph.c         | 13 ++++++++-----
 libswscale/lut3d.c         |  2 +-
 libswscale/lut3d.h         |  2 +-
 libswscale/ops.c           |  8 ++++----
 libswscale/ops.h           |  4 ++--
 libswscale/ops_optimizer.c | 28 +++++++++++++++-------------
 tests/checkasm/sw_ops.c    |  2 +-
 9 files changed, 56 insertions(+), 50 deletions(-)

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

Reply via email to