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

Git pushed a change to branch master
in repository ffmpeg.

    from b57ff00bcf configure/x86: split 7-register check from EBP availability
     new 168dfcb557 swscale/ops: add SWS_RW_PALETTE for PAL8 read type
     new d26994d35f swscale/format: exclude palette formats for output
     new efbfd75434 swscale/ops_dispatch: add support for dispatching palette 
reads
     new 5163b05552 swscale/uops: add SWS_UOP_READ_PALETTE
     new 6217350269 swscale/uops_backend: add SWS_UOP_READ_PALETTE reference 
implementation
     new ffd6855a50 swscale/vulkan/ops: properly error out for unsupported read 
modes
     new d4b9b94ccb swscale/format: add support for AV_PIX_FMT_PAL8
     new 310df19fcd tests/checkasm/sw_ops: add check for SWS_UOP_READ_PALETTE
     new 9cbd889670 swscale/x86/ops: add AVX2/SSE4 path for SWS_UOP_READ_PALETTE

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/format.c              | 70 ++++++++++++++++++++++++++++++----------
 libswscale/ops.c                 | 15 +++++----
 libswscale/ops.h                 |  2 ++
 libswscale/ops_dispatch.c        | 21 ++++++++++--
 libswscale/uops.c                |  5 +++
 libswscale/uops.h                |  1 +
 libswscale/uops_backend.c        |  1 +
 libswscale/uops_macros.h         | 10 ++++++
 libswscale/uops_tmpl.c           | 20 ++++++++++++
 libswscale/vulkan/ops.c          | 14 ++++++--
 libswscale/x86/ops.c             |  2 ++
 libswscale/x86/ops_int.asm       | 57 ++++++++++++++++++++++++++++++++
 libswscale/x86/uops_macros.asm.h |  1 +
 tests/checkasm/sw_ops.c          | 14 ++++++--
 tests/ref/fate/sws-ops-list      |  2 +-
 15 files changed, 205 insertions(+), 30 deletions(-)

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

Reply via email to