Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Michael Niedermayer via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: ffmpeg-devel@ffmpeg.org
Cc: Michael Niedermayer <michael@niedermayer.cc>
Subject: [FFmpeg-devel] Re: [FFmpeg-cvslog] [ffmpeg]  Initial checkin of OCIO filter. (branch master)
Date: Fri, 20 Feb 2026 03:47:17 +0100
Message-ID: <aZfLNSovfbzSqJjh@neo> (raw)
In-Reply-To: <177107168204.2270105.9815749316199270439@ffbox>


[-- Attachment #1.1: Type: text/plain, Size: 4194 bytes --]

Hi

On Sat, Feb 14, 2026 at 02:21:22PM +0200, Sam.Richards--- via ffmpeg-cvslog wrote:
> This is an automated email from the git hooks/post-receive script.
> 
> Git pushed a commit to branch master
> in repository ffmpeg.
> 
> The following commit(s) were added to refs/heads/master by this push:
>      new 677cf95ea4 Initial checkin of OCIO filter.
> 677cf95ea4 is described below
> 
> commit 677cf95ea4be805fa326adb082eff666a2e790ea
> Author:     Sam.Richards@taurich.org <Sam.Richards@taurich.org>
> AuthorDate: Wed Jan 7 20:50:17 2026 +0000
> Commit:     Lynne <dev@lynne.ee>
> CommitDate: Sat Feb 14 12:21:10 2026 +0000
> 
>     Initial checkin of OCIO filter.
>     
>     Initial checkin of OCIO filter.
>     
>     Initial checkin of OCIO filter.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Change for the right C++ library, should work on linux too.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Adding inverse when using display/view.
>     
>     Removed comments.
>     
>     Removed code that was setting the CICP values. Hopefully this can be done through OCIO at some point.
>     
>     Config cleanup - need a modified require_cpp to handle namespacing.
>     
>     Switch to using require_cpp so that namespace can be used.
>     
>     Adding documentation.
>     
>     Sadly a bit of linting went in here, but more importantly added a threads option to split the image into horizontal tiles, since OCIO was running rather slow.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Adding context parameters.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Add the OCIO config parameter.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Make the min threads 1 for now, reserve 0 for later if we can automatically pick something.
>     Also added a few comments.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     This is using ffmpeg-slicing.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Adding OCIO filetransform.
>     
>     Making sure everything is using av_log rather than std::cerr.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Updating the tests so they would work without additional files.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Adding the file-transform documentation.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Adding copyright/license info.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Removing tests, since this is optional code.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Code cleanup.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Typo.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     I went the wrong way, av_log is expecting \n
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Fix indenting to 4 spaces.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Fixing lint issues and a spelling mistake.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Code formatting cleanup to match conventions.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>
>     
>     Whitespace removal.
>     
>     Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org>

Can someone please add a check to forgejo that detects messed up commit
messages like this

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Some Animals are More Equal Than Others. - George Orwell's book Animal Farm

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 163 bytes --]

_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org

           reply	other threads:[~2026-02-20  2:48 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <177107168204.2270105.9815749316199270439@ffbox>]

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=aZfLNSovfbzSqJjh@neo \
    --to=ffmpeg-devel@ffmpeg.org \
    --cc=michael@niedermayer.cc \
    /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