Re: [FFmpeg-devel] Vittorio's mailinglist ban, git access removal and message deletion (was: Worsening messages)

2024-12-30 Thread Ronald S. Bultje
Hi Michael, On Mon, Dec 30, 2024 at 2:13 PM Michael Niedermayer wrote: > Hi CC-2024 > > On Mon, Dec 30, 2024 at 08:31:00AM -0500, Ronald S. Bultje wrote: > > Dear Michael, > > > > The other 4 members of the previous CC (JB, Steven, James, Ronald) would > > like to make it clear that it was never

[FFmpeg-devel] [PATCH] avformat/vqf: Propagate errors from add_metadata()

2024-12-30 Thread Michael Niedermayer
Suggested-by: Marton Balint Signed-off-by: Michael Niedermayer --- libavformat/vqf.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/libavformat/vqf.c b/libavformat/vqf.c index 79deb33744b..5094724240e 100644 --- a/libavformat/vqf.c +++ b/libavformat/vqf.c @

Re: [FFmpeg-devel] [PATCH 1/4] avformat/vqf: Check avio_read() in add_metadata()

2024-12-30 Thread Michael Niedermayer
On Thu, Dec 26, 2024 at 11:39:10AM +0100, Marton Balint wrote: > > > On Thu, 26 Dec 2024, Michael Niedermayer wrote: > > > Fixes: use of uninitialized data > > Fixes: > > 383825642/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5380168801124352 > > > > Found-by: continuous fuzzing proces

Re: [FFmpeg-devel] [PATCH 3/4] avformat/mxfdec: Check llen addition for overflow

2024-12-30 Thread Michael Niedermayer
On Wed, Dec 25, 2024 at 05:26:56AM +0100, Michael Niedermayer wrote: > Fixes: signed integer overflow: 9223372036854775807 + 1 cannot be represented > in type 'long' > Fixes: > 377971441/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-4966030696316928 > > Found-by: continuous fuzzing proces

Re: [FFmpeg-devel] [PATCH 4/4] avformat/mlvdec: Check avio_read()

2024-12-30 Thread Michael Niedermayer
On Thu, Dec 26, 2024 at 12:28:16PM +1100, Peter Ross wrote: > On Wed, Dec 25, 2024 at 05:26:57AM +0100, Michael Niedermayer wrote: > > Fixes: use-of-uninitialized-value > > Fixes: > > 383170476/clusterfuzz-testcase-minimized-ffmpeg_dem_MLV_fuzzer-4696002884337664 > > > > Found-by: continuous fuzz

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/aac/aacdec: Free channel layout

2024-12-30 Thread Michael Niedermayer
On Thu, Dec 26, 2024 at 01:19:52PM +0900, Lynne via ffmpeg-devel wrote: > On 25/12/2024 13:26, Michael Niedermayer wrote: > > Fixes: > > 371445194/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_LATM_fuzzer-5981081124274176 > > Fixes: memleak > > > > Found-by: continuous fuzzing process >

Re: [FFmpeg-devel] [PATCH] lavc/vvc_mc: reduce sequential dependency in R-V V sad

2024-12-30 Thread flow gg
> Yes but there was only a day and a half between v2_2 and my comments, and > that's way too short. Hi, the timing feels a bit unclear here because it's v2_2, not v3, as I only resolved the conflict (#elif ARCH_WASM was newly added) and made no other changes. Rémi Denis-Courmont 于2024年12月31日周二 0

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Rémi Denis-Courmont
Le maanantaina 30. joulukuuta 2024, 18.57.49 EET Michael Niedermayer a écrit : > After months of public harassment and accusations > it appears the attacks against me shift to private mail. You can't *publicly* accuse people of harrassment without proof,. That would literally constitute defamatio

Re: [FFmpeg-devel] Vittorio's mailinglist ban, git access removal and message deletion (was: Worsening messages)

2024-12-30 Thread Kieran Kunhya via ffmpeg-devel
> > You can simply verify that vittorio is himself as you meet him next time > and drink > beer with him (which you said you did previously). > Its just a simple "yeah i met him after this and he is still in control > of his accounts&keys", theres no kyc here, just a statement from you saying > you

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Baptiste Coudurier
On Dec 30, 2024, at 10:20 AM, Nicolas George wrote: > > Michael Niedermayer (12024-12-30): >> After months of public harassment and accusations >> it appears the attacks against me shift to private mail. >> >> Iam not sure how to handle this to be honest, >> It must from the outside look like th

Re: [FFmpeg-devel] Vittorio's mailinglist ban, git access removal and message deletion (was: Worsening messages)

2024-12-30 Thread Michael Niedermayer
Hi CC-2024 On Mon, Dec 30, 2024 at 08:31:00AM -0500, Ronald S. Bultje wrote: > Dear Michael, > > The other 4 members of the previous CC (JB, Steven, James, Ronald) would > like to make it clear that it was never consulted on this decision. You > (Michael) have - after the fact - asked us (the oth

Re: [FFmpeg-devel] Worsening messages

2024-12-30 Thread Baptiste Coudurier
FWIW, I mostly remember it the way Nicolas retold it. — Baptiste Coudurier > On Dec 30, 2024, at 6:18 AM, Nicolas George wrote: > > Vittorio Giovara (12024-12-27): >> But that's the problem James. Spreading hate and conspiracy theories and > > I resent my honest retelling of important events

[FFmpeg-devel] [PATCH] avfilter/vf_dnn_detect: fix loading anchors when labels file is set

2024-12-30 Thread Leandro Santiago
References https://trac.ffmpeg.org/ticket/11387 Defining anchors is needed, even when a filename with the labels is set. The issue was identified when using yolov4-tiny model using openvino. More information about how to reproduce the bug can be found on the trac issue referenced by this commit.

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Ali KIZIL
> Michael Niedermayer (12024-12-30): > > After months of public harassment and accusations > > it appears the attacks against me shift to private mail. > > > > Iam not sure how to handle this to be honest, > > It must from the outside look like these mails here and there are a minor > > thing, but

Re: [FFmpeg-devel] [PATCH] lavc/vvc_mc: reduce sequential dependency in R-V V sad

2024-12-30 Thread Rémi Denis-Courmont
Le tiistaina 24. joulukuuta 2024, 15.30.00 EET Nuo Mi a écrit : > On Mon, Dec 23, 2024 at 11:18 PM flow gg wrote: > > Hi, It looks like you submitted your review comments not long after the > > patch was merged. > > > > Previously, regarding the VVC avg patch, you mentioned "LGTM for the > > RISC

[FFmpeg-devel] [PATCH v3 2/2] avformat: add srv3 demuxer

2024-12-30 Thread Hubert Głuchowski
Signed-off-by: Hubert Głuchowski --- Changelog | 1 + MAINTAINERS | 2 + configure | 2 + doc/general_contents.texi | 1 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/srv3dec.c | 515 ++

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Nicolas George
Michael Niedermayer (12024-12-30): > After months of public harassment and accusations > it appears the attacks against me shift to private mail. > > Iam not sure how to handle this to be honest, > It must from the outside look like these mails here and there are a minor > thing, but really this i

[FFmpeg-devel] [PATCH v3 1/2] avcodec: add srv3 decoder

2024-12-30 Thread Hubert Głuchowski
Preliminary support for decoding the srv3 subtitle format. srv3 is the internal format YouTube uses for their captions. Supporting it in ffmpeg allows video players to play a significant subset of srv3 mostly correctly by converting it to ASS. Currently the following features are unsupported: - Ver

[FFmpeg-devel] [PATCH v2] lavc/vvc: Fix race condition for MVs cropped to subpic

2024-12-30 Thread Frank Plowman
When the current subpicture has sps_subpic_treated_as_pic_flag equal to 1, motion vectors are cropped such that they cannot point to other subpictures. This was accounted for in the prediction logic, but not in pred_get_y, which is used by the scheduling logic to determine which parts of the refer

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Kieran Kunhya via ffmpeg-devel
On Mon, Dec 30, 2024 at 4:58 PM Michael Niedermayer wrote: But in an attempt to remove the grand prize and motive behind this. > I will never give any power related to FFmpeg to people who continue with > attacks/harrassment/accusations. > (more clearly, any future democratication will exclude th

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Michael Niedermayer
Hi On Mon, Dec 30, 2024 at 02:36:52PM -0300, James Almer wrote: > On 12/30/2024 1:57 PM, Michael Niedermayer wrote: > > Hi all > > > > After months of public harassment and accusations > > it appears the attacks against me shift to private mail. > > > > Iam not sure how to handle this to be hone

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Kieran Kunhya via ffmpeg-devel
On Mon, Dec 30, 2024 at 4:58 PM Michael Niedermayer wrote: > But in an attempt to remove the grand prize and motive behind this. > I will never give any power related to FFmpeg to people who continue with > attacks/harrassment/accusations. > (more clearly, any future democratication will exclude t

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Michael Niedermayer
Hi For teh record, here is a sample of an exchange from yesterday Iam posting this to show how the new CC is doing And id like to use this to say that i will disregard all similar future mails from this CC. Which is what multiple people have recommanded me to do both from within FFmpeg and from ou

Re: [FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread James Almer
On 12/30/2024 1:57 PM, Michael Niedermayer wrote: Hi all After months of public harassment and accusations it appears the attacks against me shift to private mail. Iam not sure how to handle this to be honest, It must from the outside look like these mails here and there are a minor thing, but

[FFmpeg-devel] FFmpeg governance and accusations

2024-12-30 Thread Michael Niedermayer
Hi all After months of public harassment and accusations it appears the attacks against me shift to private mail. Iam not sure how to handle this to be honest, It must from the outside look like these mails here and there are a minor thing, but really this is grinding my nerves down, my ability t

Re: [FFmpeg-devel] [PATCH] avcodec/mpeg12dec: fix range for cc_format option

2024-12-30 Thread Marth64
Will push soon to fix the issue. Will revisit renaming it in a separate email. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.o

Re: [FFmpeg-devel] [PATCH v4 0/2] Animated JPEG XL encoding (via libjxl)

2024-12-30 Thread Leo Izen
On 12/24/24 2:51 AM, Leo Izen wrote: Changes since v3: - Added APIChanges and Changelog entry - bumped minor version (new codec id) - Changed commit message to libjxl: - Added Reviewed-by to commits Changes since v2: - Replaced "goto end;" with "return ret;" when unnecessary - removed *data from

Re: [FFmpeg-devel] [ANNOUNCE] upcoming vote: CC election

2024-12-30 Thread Leo Izen
On 12/28/24 11:53 AM, Ronald S. Bultje wrote: Hi all, (Prior note: the election was scheduled to end on the 23rd of December. Anton is currently taking a break so I've asked him to let me announce the election results.) The poll has concluded, with 31 votes out of 52. Results are available at [

Re: [FFmpeg-devel] Worsening messages

2024-12-30 Thread Nicolas George
Vittorio Giovara (12024-12-27): > But that's the problem James. Spreading hate and conspiracy theories and I resent my honest retelling of important events as I remember them being called a conspiracy theory. Especially by somebody who was not yet in the project to witness them, or barely in the o

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Fix race condition for MVs cropped to subpic

2024-12-30 Thread Nuo Mi
On Sun, Dec 29, 2024 at 6:24 PM Frank Plowman wrote: > Hi, > > Thank you for your review. > > It seems your mail did not reach the ML for whatever reason. I have > ensured your comments are all left verbatim below so that others may > read them. > Thank you. > > On 29/12/2024 03:44, Nuo Mi wrot

[FFmpeg-devel] Vittorio's mailinglist ban, git access removal and message deletion (was: Worsening messages)

2024-12-30 Thread Ronald S. Bultje
Dear Michael, The other 4 members of the previous CC (JB, Steven, James, Ronald) would like to make it clear that it was never consulted on this decision. You (Michael) have - after the fact - asked us (the other 4 previous-CC members) to look into Vittorio's emails and Kieran's re-post thereof, w