Re: [FFmpeg-devel] [PATCH] [RFC] global/clang-format: Add .clang-format configuration for consistent formatting

2025-07-25 Thread Jacob Lifshay
Replying to softworkz from the mailing list archive: I tried out the .clang-format file you proposed and I ended up using: AlignConsecutiveDeclarations:Consecutive instead of: > +AlignConsecutiveDeclarations:AcrossEmptyLinesAndComments since otherwise clang-format will indent the f

Re: [FFmpeg-devel] Authorize BtbN

2025-07-25 Thread Derek Buitenhuis
On 7/25/2025 7:22 PM, Timo Rothenpieler wrote: > We were able to transfer the existing OAuth App to the FFmpeg org, so > hopefully it shows FFmpeg now? I can confirm it does. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.

Re: [FFmpeg-devel] Authorize BtbN

2025-07-25 Thread Timo Rothenpieler
On 7/25/2025 7:45 PM, Derek Buitenhuis wrote: On 7/25/2025 6:35 PM, Timo Rothenpieler wrote: The problem is changing it now might de-auth everyone who already signed in via Github. Though better now then later, might force a few people to sign up a second time. I think it should be done sooner

Re: [FFmpeg-devel] Authorize BtbN

2025-07-25 Thread Derek Buitenhuis
On 7/25/2025 6:35 PM, Timo Rothenpieler wrote: > The problem is changing it now might de-auth everyone who already signed > in via Github. Though better now then later, might force a few people to > sign up a second time. I think it should be done sooner rather than later, yeah. - Derek ___

Re: [FFmpeg-devel] Authorize BtbN

2025-07-25 Thread Timo Rothenpieler
On 7/25/2025 7:14 PM, Derek Buitenhuis wrote: https://0x0.st/85bn.png I know who BtbN is, random contributor does not. Appears sketchy. The problem is changing it now might de-auth everyone who already signed in via Github. Though better now then later, might force a few people to sign up a

Re: [FFmpeg-devel] Authorize BtbN

2025-07-25 Thread James Almer
On 7/25/2025 2:14 PM, Derek Buitenhuis wrote: https://0x0.st/85bn.png Yeah, not ideal. I know who BtbN is, random contributor does not. Appears sketchy. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listi

[FFmpeg-devel] Authorize BtbN

2025-07-25 Thread Derek Buitenhuis
https://0x0.st/85bn.png I know who BtbN is, random contributor does not. Appears sketchy. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-d

Re: [FFmpeg-devel] [PATCH 01/10] avformat/os_support: check invalid socket value correctly on Windows

2025-07-25 Thread Kacper Michajlow
On Tue, 22 Jul 2025 at 21:16, Kacper Michajłow wrote: > > SOCKET defined in winsock2.h is unsigned and invalid value is defined as > INVALID_SOCKET. Check this explicity to avoid compiler warnings. > > See: > https://learn.microsoft.com/en-us/windows/win32/winsock/socket-data-type-2 > Signed-off-

Re: [FFmpeg-devel] FFmpeg 8.0 Release

2025-07-25 Thread Derek Buitenhuis
On 7/23/2025 12:43 PM, Michael Niedermayer wrote: > Also name ideas as always are welcome, will choose teh one with most > votes. If theres a tie, i plan to vote last so i can break ties Eckart (Carl Eckart) - Derek ___ ffmpeg-devel mailing list ffmpeg

Re: [FFmpeg-devel] FFmpeg 8.0 Release

2025-07-25 Thread Andrew Randrianasulu
ср, 23 июл. 2025 г., 14:43 Michael Niedermayer : > Hi everyone > Hi. I still wish you put some time in making more accurate web changelog, with detailed (with git commit links) API changes, and new/closed bugs and regressions since last release (a bit like wine project does this part for example

Re: [FFmpeg-devel] Forgejo questions

2025-07-25 Thread Nicolas George
Kieran Kunhya via ffmpeg-devel (HE12025-07-25): > Inline review, discussion and resolution on a web app is light years ahead > of email. Nothing that happens in the monstrosity that is a web browser nowadays can be said to be light years ahead of the tools we use, except if it is in the direction

Re: [FFmpeg-devel] [PATCH] web: announce code.ffmpeg.org

2025-07-25 Thread Kieran Kunhya via ffmpeg-devel
On Fri, 25 Jul 2025, 12:41 Nicolas George, wrote: > Jacob Lifshay (HE12025-07-24): > > ok, I prefer to never do that though because it makes reading the > > patches very annoying. Anyone should be able to read the patches > > without having to download files and open them in their editor (which >

Re: [FFmpeg-devel] Forgejo questions

2025-07-25 Thread Kieran Kunhya via ffmpeg-devel
> > > > > Maybe some spam filter is somehow interfering, and eating some mails? > > > > > Going over the whole list is not particularly difficult (the contents > of > > > mails and patches may be difficult but the managing of mails/patches > is not) > > > > > > But with forgejo now there are mails

Re: [FFmpeg-devel] Forgejo questions

2025-07-25 Thread Michael Niedermayer
Hi On Thu, Jul 24, 2025 at 07:46:25PM +0200, Timo Rothenpieler wrote: > On 7/24/2025 7:30 PM, Michael Niedermayer wrote: > > Hi all > > > > how can i simply follow all changes, patches and discussions ? > > > > prior to teh forgejo test, i simply go over all new mail in my ffmpeg-devel > > folde

Re: [FFmpeg-devel] [PATCH v2] ffprobe: add -codec: option

2025-07-25 Thread Maryla Ustarroz via ffmpeg-devel
On Sat, Jul 12, 2025 at 12:06 AM Michael Niedermayer wrote: > > Hi Maryla > > On Thu, Jul 10, 2025 at 06:29:06PM +0200, Maryla Ustarroz via ffmpeg-devel > wrote: > [...] > > Friendly ping. > > This is a v2 of the patch that includes the shorter -c flag in > > addition to -codec as suggested in th

Re: [FFmpeg-devel] [PATCH] web: announce code.ffmpeg.org

2025-07-25 Thread Nicolas George
Jacob Lifshay (HE12025-07-24): > ok, I prefer to never do that though because it makes reading the > patches very annoying. Anyone should be able to read the patches > without having to download files and open them in their editor (which > is particularly annoying on phones), leaving a bunch of unw

[FFmpeg-devel] My pull request for adding MXF SMPTE 436m ANC and a mcc muxer is ready

2025-07-25 Thread Jacob Lifshay
Idk if forgejo notifies anyone when I make it no longer WIP, so I'm sending this email. https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20024 Also, can libklvanc be added to the CI images? that PR uses libklvanc for some parts and it'd be nice if CI tested that. Jacob