[FFmpeg-devel] Re: [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-09-04 Thread Drew Dunne via ffmpeg-devel
t;> On Tue, Aug 26, 2025 at 2:33 PM Ronald S. Bultje >> wrote: >> >>> Hi Drew, >>> >>> Thanks for the bug report! >>> >>> On Mon, Aug 25, 2025 at 10:50 AM Drew Dunne via ffmpeg-devel < >>> ffmpeg-devel@ffmpeg.org> wrote: >>>

[FFmpeg-devel] [PATCH] vf_colorspace: Add an option to clamp trc LUT output (PR #20438)

2025-09-04 Thread Drew Dunne via ffmpeg-devel
PR #20438 opened by Drew Dunne (doctor3w) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20438 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20438.patch Add a new flag to the vf_colorspace filter which provides the user an option to clamp the linear and delinear transfer characteristics

[FFmpeg-devel] Re: [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-09-02 Thread Drew Dunne via ffmpeg-devel
Sure, I can submit it there. Is there documentation on how to submit a patch there? Do I just submit it as a pull request? On Tue, Aug 26, 2025 at 2:33 PM Ronald S. Bultje wrote: > Hi Drew, > > Thanks for the bug report! > > On Mon, Aug 25, 2025 at 10:50 AM Drew Dunne v

[FFmpeg-devel] [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-08-25 Thread Drew Dunne via ffmpeg-devel
Add a new flag to the vf_colorspace filter which provides the user an option to clamp the linear and delinear transfer characteristics LUT values to the [0, 1] represented range. This helps constrain the potential value range when converting between colorspaces. Signed-off-by: Drew Dunne --- doc

[FFmpeg-devel] [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-08-19 Thread Drew Dunne via ffmpeg-devel
Add a new flag to the vf_colorspace filter which provides the user an option to clamp the linear and delinear transfer characteristics LUT values to the [0, 1] represented range. This helps constrain the potential value range when converting between colorspaces. Sorry about sending this multiple t

[FFmpeg-devel] [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-08-19 Thread Drew Dunne via ffmpeg-devel
Add a new flag to the vf_colorspace filter which provides the user an option to clamp the linear and delinear transfer characteristics LUT values to the [0, 1] represented range. This helps constrain the potential value range when converting between colorspaces. Signed-off-by: Drew Dunne --- doc

[FFmpeg-devel] [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-08-18 Thread Drew Dunne via ffmpeg-devel
Add a new flag to the vf_colorspace filter which provides the user an option to clamp the linear and delinear transfer characteristics LUT values to the [0, 1] represented range. This helps constrain the potential value range when converting between colorspaces. Signed-off-by: Drew Dunne --- doc

[FFmpeg-devel] [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-08-14 Thread Drew Dunne via ffmpeg-devel
Add a new flag to the vf_colorspace filter which provides the user an option to clamp the linear and delinear transfer characteristics LUT values to the [0, 1] represented range. This helps constrain the potential value range when converting between colorspaces. Signed-off-by: Drew Dunne --- lib