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

Git pushed a change to branch master
in repository ffmpeg.

    from 8d394252d8 avcodec/riscv/hevcdsp_init: decouple add_residual from RVB 
guard
     new 89cc079b30 swscale/ops_optimizer: add ff_sws_uop_list_optimize() 
placeholder
     new 755be6f842 swscale/uops: add ff_sws_uop_list_remove_at()
     new 5c86408724 swscale/uops: add SWS_UOP_RW_SHUFFLE
     new 535ee06f6d swscale/uops: add SWS_UOP_FLAG_PSHUFB
     new 784f4c10cd swscale/uops: add ff_sws_shuffle_mask() helper
     new b97d65aae2 swscale/uops: rewrite ff_sws_solve_shuffle() in terms of 
uops
     new 8fdafc8198 swscale/x86/ops: rewrite packed_shuffle() in terms of uops 
macro
     new a785ff4ca2 swscale/x86/ops: add AVX512 vpermb packed shuffle path
     new 0869e710e6 swscale/ops_optimizer: remove now-unused 
ff_sws_solve_shuffle()

The 9 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/ops_internal.h        |  28 ------
 libswscale/ops_optimizer.c       | 208 ++++++++++++++++++++++++++++-----------
 libswscale/uops.c                |  18 +++-
 libswscale/uops.h                |  44 ++++++++-
 libswscale/uops_list.h           |   1 +
 libswscale/uops_macros.h         |  52 ++++++++++
 libswscale/uops_macros_gen.c     |  13 ++-
 libswscale/x86/ops.c             | 136 +++++++++++++------------
 libswscale/x86/ops_common.asm    | 176 +++++++++++++++++++++++----------
 libswscale/x86/uops_macros.asm.h |   1 +
 10 files changed, 473 insertions(+), 204 deletions(-)

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

Reply via email to