From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] avfilter: add inverse tone mapping Date: Tue, 8 Jul 2025 03:06:00 +0200 Message-ID: <20250708010600.GI29660@pb2> (raw) In-Reply-To: <mailman.5353.1751739661.1384.ffmpeg-devel@ffmpeg.org> [-- Attachment #1.1: Type: text/plain, Size: 2256 bytes --] On Sat, Jul 05, 2025 at 06:20:50PM +0000, Sarthak Indurkhya via ffmpeg-devel wrote: > Date: Sat, 5 Jul 2025 18:20:50 +0000 > From: Sarthak Indurkhya <sindurkhya@adobe.com> > To: "ffmpeg-devel@ffmpeg.org" <ffmpeg-devel@ffmpeg.org> > Subject: [PATCH] avfilter: add inverse tone mapping > > Hello FFmpeg developers, > This patch introduces a new video filter called inversetonemap for FFmpeg. > The filter performs SDR to HDR conversion by mapping SDR BT.709 video to HDR BT.2020 PQ, using local adaptation and inverse tone mapping. The goal is to provide a simple, flexible tool for upconverting SDR content for HDR displays, with local adaptation, tone curve sensitivity, and chroma processing. > > Please review. > Thanks, > Sarthak > > -- > > From f563ee1ad93511dfe7dd252578d7801e0cbbe968 Mon Sep 17 00:00:00 2001 > From: Sarthak Indurkhya sarthak@Sarthaks-MacBook-Pro.local<mailto:sarthak@Sarthaks-MacBook-Pro.local> > Date: Sat, 5 Jul 2025 22:33:46 +0530 > Subject: [PATCH] avfilter: add inversetonemap filter > > This filter performs inverse tone mapping from SDR to HDR using local adaptation and PQ mapping. > > - Added inversetonemap video filter for SDR to HDR conversion. > --- > Changelog | 1 + > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_inversetonemap.c | 98 ++++++++++++++++----------------- > 4 files changed, 51 insertions(+), 50 deletions(-) > > diff --git a/Changelog b/Changelog > index 81e2cc813f..0aecf6dbf1 100644 > --- a/Changelog > +++ b/Changelog > @@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest within each release, > releases are sorted from youngest to oldest. > version <next>: This patch is corrupted by line breaks please make sure your MUA doesnt break long lines or attach the patch or use git send-email thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the lowest level language in which you can solve the problem conveniently. New school: Use the highest level language in which the latest supercomputer can solve the problem without the user falling asleep waiting. [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] [-- Attachment #2: Type: text/plain, Size: 251 bytes --] _______________________________________________ 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".
prev parent reply other threads:[~2025-07-08 1:06 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-07-05 18:20 Sarthak Indurkhya via ffmpeg-devel 2025-07-08 1:06 ` Michael Niedermayer [this message]
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=20250708010600.GI29660@pb2 \ --to=michael@niedermayer.cc \ --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