mbox series

[FFmpeg-devel,v3,0/1] avfilter/vf_vpp_qsv: apply 3D LUT from file.

Message ID 20240127173308.227568-1-cyfdecyf@gmail.com
Headers show
Series avfilter/vf_vpp_qsv: apply 3D LUT from file. | expand

Message

Chen Yufei Jan. 27, 2024, 5:27 p.m. UTC
This version of PATCH use `QSV_RUNTIME_VERSION_ATLEAST` to apply 3D LUT when
libvpl runtime API version >= 2.11.

Chen Yufei (1):
  avfilter/vf_vpp_qsv: apply 3D LUT from file.

 libavfilter/Makefile     |   8 +-
 libavfilter/lut3d.c      | 669 +++++++++++++++++++++++++++++++++++++++
 libavfilter/lut3d.h      |  13 +
 libavfilter/vf_lut3d.c   | 590 +---------------------------------
 libavfilter/vf_vpp_qsv.c | 119 ++++++-
 5 files changed, 807 insertions(+), 592 deletions(-)
 create mode 100644 libavfilter/lut3d.c