From: "Xiang, Haihao" <haihao.xiang-at-intel.com@ffmpeg.org> To: "ffmpeg-devel@ffmpeg.org" <ffmpeg-devel@ffmpeg.org>, "cyfdecyf@gmail.com" <cyfdecyf@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v2 0/1] avfilter/vf_vpp_qsv: apply 3D LUT from file Date: Tue, 23 Jan 2024 01:59:54 +0000 Message-ID: <179e2295ac2ba399cef97625e2cb61464c20bea6.camel@intel.com> (raw) In-Reply-To: <20240120151504.118057-1-cyfdecyf@gmail.com> On Sa, 2024-01-20 at 23:14 +0800, Chen Yufei wrote: > This patch adds support for applying 3D LUT from file using oneVPL VPP. > > PATCH v1 uses VA-API to create LUT surface. Because oneVPL can't work with VA- > API on Windows, > this version now creates LUT in system memory (MFX_RESOURCE_SYSTEM_SURFACE) > and let oneVPL > copy LUT to video memory. > > Note: requires oneVPL-intel-gpu version >= 24.1.1 because this version > contains > a fix for creating LUT in video memory. > (For details, refer to > https://github.com/oneapi-src/oneVPL-intel-gpu/issues/307) Please bump a new runtime version, then you may check the runtime version for this feature. Thanks Haihao > > 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 | 113 ++++++- > 5 files changed, 799 insertions(+), 594 deletions(-) > create mode 100644 libavfilter/lut3d.c > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2024-01-23 2:00 UTC|newest] Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-01-20 15:14 Chen Yufei 2024-01-20 15:14 ` [FFmpeg-devel] [PATCH v2 1/1] " Chen Yufei 2024-01-24 11:39 ` Anton Khirnov 2024-01-25 16:16 ` Chen Yufei 2024-01-28 10:31 ` Anton Khirnov 2024-01-28 12:22 ` Paul B Mahol 2024-01-28 13:51 ` Zhao Zhili 2024-01-28 14:10 ` Anton Khirnov 2024-01-28 15:46 ` Zhao Zhili 2024-01-28 16:52 ` Anton Khirnov 2024-01-28 17:27 ` Zhao Zhili 2024-01-29 3:01 ` Chen Yufei 2024-01-29 3:28 ` Zhao Zhili 2024-01-29 12:09 ` Chen Yufei 2024-01-29 17:07 ` Anton Khirnov 2024-01-30 2:59 ` Chen Yufei 2024-02-03 11:09 ` Chen Yufei 2024-01-23 1:59 ` Xiang, Haihao [this message] 2024-01-23 12:09 ` [FFmpeg-devel] [PATCH v2 0/1] " Chen Yufei 2024-01-24 7:24 ` Xiang, Haihao
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=179e2295ac2ba399cef97625e2cb61464c20bea6.camel@intel.com \ --to=haihao.xiang-at-intel.com@ffmpeg.org \ --cc=cyfdecyf@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git