Re: [FFmpeg-devel] [BROKEN] apad causes infinite hang

2024-06-17 Thread Nicolas George
Paul B Mahol (12024-06-17): > And once you close all buffersinks the EOF will and must propagate backward > to all not-closed filters and their in/out pads. Your analysis here is right, obviously. Closing a source for this bug makes no sense. Regards, -- Nicolas

Re: [FFmpeg-devel] [RFC] 5 year plan & Inovation

2024-06-17 Thread Nicolas George
y, the fftools should be just user interface around the high-level APIs provided by the libraries. Regards, -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, vis

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/formats: Avoid reallocations for video in ff_all_formats()

2021-09-26 Thread Nicolas George
n(+), 5 deletions(-) All three look good to me, but I have not looked that carefully at each individual change in the second patch. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@f

Re: [FFmpeg-devel] [PATCH] avfilter/frames: Ensure frames are writable when processing in-place

2021-09-27 Thread Nicolas George
in the future, but a common API requirement anyway. > > Signed-off-by: softworkz > --- NAK, redundant. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mail

Re: [FFmpeg-devel] [PATCH 2/2] avfilter/avfilter: Make ff_tlog_ref() static

2021-10-03 Thread Nicolas George
filter/avfilter.c | 4 ++-- > libavfilter/internal.h | 2 -- > 2 files changed, 2 insertions(+), 4 deletions(-) LGTM to both. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 003/218] avfilter/formats: Add function to create AVFilterFormats with one entry

2021-10-05 Thread Nicolas George
gt; 2 files changed, 12 insertions(+) Even if there is only one, it is still a formats list, and the name of the function should reflect it; "make_format", singular, is not clear. ff_make_formats_list_single() maybe? Regards, -- Nicolas George signat

Re: [FFmpeg-devel] [PATCH 004/218] avfilter: Replace query_formats callback with union of list and callback

2021-10-05 Thread Nicolas George
cally only > use ff_set_common_* functions, which are unaffected by his change. I do not like the aesthetics of this very much, but it is a useful change. I have not looked at each individual filter change, but they are straightforward. So ok for my part. Regards, -- Nicolas George sign

Re: [FFmpeg-devel] [PATCH 2/3] avfilter/avfilter: Add AVFILTER_FLAG_SUPPORT_COMMANDS

2021-10-09 Thread Nicolas George
ts commands. > > This commit fixes this by adding a new AVFilter flag. I do not like it: it requires redundant changes in all the filters. It would be more elegant to add avfilter_can_process_commands() that can check for the process_command callback. Regards, -- Nicolas George signa

Re: [FFmpeg-devel] [PATCH 2/3] avfilter/avfilter: Add AVFILTER_FLAG_SUPPORT_COMMANDS

2021-10-09 Thread Nicolas George
and(), directly in the callback. No flag required. > And adding a getter for something that is essentially a flag is IMO very > inelegant. Maintaining an information manually when it can be derived from a more authoritative source is worse. Regards, -- Nicolas George signature.asc De

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT

2021-10-20 Thread Nicolas George
exit_program(1); > break; > } On top of everything else that has been said about it, this is not the semantic of AVERROR_EXIT, which is meant for communication within a library. -- Nicolas George signature.asc Description: PGP signature __

Re: [FFmpeg-devel] [PATCH] avfilter: add option to end filtering on first EOF in filter sink

2021-11-01 Thread Nicolas George
ged, 11 insertions(+), 2 deletions(-) No objection for the lavfi part, but please split into two commits. I do not maintain the fftools part. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpe

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: fix NEEDS_UNSAFE flag value

2021-11-14 Thread Nicolas George
ile changed, 1 insertion(+), 1 deletion(-) Good catch, thanks. Applied. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

Re: [FFmpeg-devel] [PATCH v15 00/16] *** SUBJECT HERE ***

2021-11-26 Thread Nicolas George
James Almer (12021-11-25): > Have all the concerns people had been addressed? I'm also certain the > design itself wasn't well received. Indeed. The whole libavfilter part is nowhere near anything acceptable. It should not be applied at all. Regards, --

Re: [FFmpeg-devel] [PATCH v15 01/16] global: Prepare AVFrame for subtitle handling

2021-11-27 Thread Nicolas George
w that fares. We should lock the library versions together so that we do not have to worry about the internal ABI. This is a problem we force on ourselves that brings very little benefit, probably benefit nobody actually cares about. Regards, -- Nicolas George signature.asc Description: P

Re: [FFmpeg-devel] [PATCH v15 01/16] global: Prepare AVFrame for subtitle handling

2021-11-27 Thread Nicolas George
people defending them have refused to discuss. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit lin

Re: [FFmpeg-devel] [PATCH] all: Use av_memdup() where appropriate

2021-11-27 Thread Nicolas George
/mpegts.c | 3 +-- > libavformat/oggparsevorbis.c | 3 +-- > libavformat/rtsp.c | 3 +-- > libavutil/bprint.c | 6 ++ > 8 files changed, 11 insertions(+), 25 deletions(-) Ok for the bprint part. Regards, -- Nicolas George signatu

Re: [FFmpeg-devel] [PATCH 2/4] avfilter: add AVFILTER_FLAG_META

2021-11-27 Thread Nicolas George
, just printing in the log is not sustainable, and neither is each filter inventing it own solution. But that would require an unified efficient string API.) Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel maili

Re: [FFmpeg-devel] [PATCH 1/2] avdevice/lavfi: Properly free an AVDictionary

2021-12-03 Thread Nicolas George
hole series. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-re

Re: [FFmpeg-devel] [RFC] AG (GA?) VOTE

2023-10-10 Thread Nicolas George
egards, -- Nicolas George ___ 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.org with subject "unsubscribe".

Re: [FFmpeg-devel] [RFC] A file format to store generic raw image/video files

2023-10-17 Thread Nicolas George
sentations and permanent storage representations. PS: do not Cc me. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubsc

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/drawutils: simplify xyz format check

2023-10-26 Thread Nicolas George
Niklas Haas (12023-10-26): > From: Niklas Haas > > --- > libavfilter/drawutils.c | 3 --- > 1 file changed, 3 deletions(-) Please merge this with patch 1. Regards, -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@f

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/drawutils: simplify xyz format check

2023-10-26 Thread Nicolas George
read the actual patch. Niklas: patch 3 is incorrect, please fix it and drop patch 1. Regards, -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above,

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-10-27 Thread Nicolas George
> if (s->eof) > -return AVERROR(EINVAL); > +return AVERROR_EOF; > AVERROR_EOF does not have a semantic for writing, only for reading, so no. Regards, -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmp

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-10-27 Thread Nicolas George
Paul B Mahol (12023-10-27): > Both patches are required to fix out of memory scenario with this use case: Then please attach an analysis of the fix in the commit messages. Bugs that just disappear when you rework the code completely are not fixed. Regards, -- Nicolas Geo

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-10-27 Thread Nicolas George
Paul B Mahol (12023-10-27): > As OOM scenarios are bad, will apply this fix soon. This bug, if it is a bug, has been here for quite some time already, a few days more will not change anything. I want to analyze this properly, do not push before please. Regards, -- Nicolas Geo

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-10-29 Thread Nicolas George
Michael Niedermayer (12023-10-28): > It was just that jb told me > "6.1 opportunity is gone. Unsubstantiated opinion, let us ignore it. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list f

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-10-29 Thread Nicolas George
Paul B Mahol (12023-10-28): > I did proper analysis already. Pushed. Thanks for the precedent, I will gladly do the same to you in the future. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-de

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-10-29 Thread Nicolas George
Jean-Baptiste Kempf (12023-10-29): > > Unsubstantiated opinion, let us ignore it. > Again, a personal attack, from you. YOU are not an OPINION, so, no, this is not a personal attack, this is a lie. -- Nicolas George signature.asc Description: PGP

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-10-29 Thread Nicolas George
Jean-Baptiste Kempf (12023-10-29): > Because instead of doing the polite and normal thing which would be: Politeness or not does not make it a personal attack. Moving goalposts much? -- Nicolas George signature.asc Description: PGP signat

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-10-29 Thread Nicolas George
Jean-Baptiste Kempf (12023-10-29): > Being not polite to someone is a personal attack. No. -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above,

Re: [FFmpeg-devel] [RFC] financial sustainability Plan A (SPI)

2023-10-29 Thread Nicolas George
money in donations and that more of us will have to keep a day job, but it is the price of freedom. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-10-29 Thread Nicolas George
ted for a project on multiple timezones where everybody is equal but nobody has an obligation. And I think it is very bad that some body with apparent authority suggests otherwise. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-de

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-10-29 Thread Nicolas George
Jean-Baptiste Kempf (12023-10-29): > We'll have to agree to disagree. So you disagree that ffmpeg is not a corporate project where developers can be forced to have fixed work hours. Interesting. -- Nicolas George signature.asc Description: PGP s

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-10-29 Thread Nicolas George
not be. -- Nicolas George signature.asc Description: PGP signature ___ 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.org with s

Re: [FFmpeg-devel] [RFC] financial sustainability Plan A (SPI)

2023-10-29 Thread Nicolas George
choose on their own, of course. But the project itself should never accept obligations to a corporate entity. Never. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.o

Re: [FFmpeg-devel] [RFC] financial sustainability Plan A (SPI)

2023-10-29 Thread Nicolas George
trings attached are dangerous and should be refused, whoever they are offered to. > who you are opposing here, rather than bottom feeders such as myself. Please refrain from insinuating that I have insulted you like that. -- Nicolas George signature.asc Description: PGP

Re: [FFmpeg-devel] [PATCH v2] avformat/hls: use av_strlcopy instead of strncpy

2023-10-30 Thread Nicolas George
ot be silently truncated. Regards, -- Nicolas George ___ 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.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH v2] avformat/hls: use av_strlcopy instead of strncpy

2023-10-30 Thread Nicolas George
Leo Izen (12023-10-30): > > difference: user data should not be silently truncated. > There isn't really a bug here, just an extraneous compiler warning. Truncating user data silently is a bug. The warning is right and needs proper fix. Regards, --

Re: [FFmpeg-devel] [PATCH v2] avformat/hls: use av_strlcopy instead of strncpy

2023-10-30 Thread Nicolas George
properly reporting the error to the user is important. It is just about adding an if and return error. Regards, -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-10-31 Thread Nicolas George
to go on the Internet unsupervised? -- Nicolas George ___ 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.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-11-01 Thread Nicolas George
I wrote it…) I am pretty certain this kind of bug does not need a source with a single output to be switched to activate. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://f

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-11-01 Thread Nicolas George
Paul B Mahol (12023-10-31): > Huh? I fixed this, and you need to give proof that this does not fixes it. It is you wou have to prove that your patches fix anything or are in any way useful. > Because You can be mistaken and/or evil and simply lie. Seriously, get a grip. -- Nicolas

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-11-01 Thread Nicolas George
mp4): [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0x557c9a7e72c0] Input stream #0:0 (video): 10513 packets read (83701450 bytes); 10511 frames decoded; 0 decode errors; [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0x557c9a7e72c0] Total: 10513 packets (83701450 bytes) demuxed [AVIOContext @ 0x557c9a7e5d40] S

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-11-01 Thread Nicolas George
ggered in his specific testcase? I posted my console output in the last mail. And even if it did make the bug go away, such an important change is not acceptable without the proof that it is necessary in the commit message. Regards, -- Nicolas George signature.asc Desc

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-11-02 Thread Nicolas George
uld be detailed and in the commit message. -- Nicolas George ___ 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.org with s

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-11-02 Thread Nicolas George
k. As it is, the need to switch buffersrc to activate is not established, and therefore it should not be done. -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe,

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-11-02 Thread Nicolas George
Paul B Mahol (12023-11-02): > I do not understand. What proof you need? That the patch is correct and necessary. First, explain how the current triggers the problem. In the commit message. -- Nicolas George ___ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] [PATCH 1/1] tools/general_assembly.pl - print names with emails

2023-11-03 Thread Nicolas George
arse HEAD`, Encode::FB_CROAK)); > -foreach my $email (sort values %assembly) { > -printf("%s\n", $email); > +foreach my $name (sort keys %assembly) { This is also changing the sort order. It might be acceptable but it might also not be. > +my $email = $assembly{$name}

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-11-03 Thread Nicolas George
ing into this that is not first analyzing what is going on is a waste of time. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffm

Re: [FFmpeg-devel] [PATCH 2/4] avfilter/buffersink: cuddle () closer around =

2023-11-03 Thread Nicolas George
Michael Niedermayer (12023-11-03): > Signed-off-by: Michael Niedermayer > --- > libavfilter/buffersink.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patches 1 and 2 look good to me. Good catch. Regards, -- Nicolas George signature.asc Description: P

Re: [FFmpeg-devel] [PATCH 08/24] fftools/ffmpeg_filter: remove an unnecessary sub2video_push_ref() call

2023-11-04 Thread Nicolas George
h264 @ 0x562874ac4f40] decode_slice_header error [h264 @ 0x562874ac4f40] no frame! […] -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avfillter/buffersrc: activate and EOF fix

2023-11-04 Thread Nicolas George
you are right, that means there is a bug in the framework code. Then the patch forward is to fix that bug, not needlessly single every simple filter to activate. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing lis

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-04 Thread Nicolas George
be found and fixed. This patch just adds code to work around it, it is not acceptable. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-deve

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Paul B Mahol (12023-11-06): > Gonna apply soon. No you are not. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscr

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Vittorio Giovara (12023-11-06): > Nicolas, have you thought of providing a patch to the bug Paul is > describing? Why do you not ask Paul if he have thought of giving me time to have a chance to do so? -- Nicolas George signature.asc Description: PGP sig

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
;s can go in. No. I will review this issue when I have the time and Paul will wait. This is how it works. Invalid patches do not go in just because the maintainer is busy or sick. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
rude from you. -- Nicolas George signature.asc Description: PGP signature ___ 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.or

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
ion, I have already done so, but again you neglected to read it: if there is a bug, it is in the framework code. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailma

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Vittorio Giovara (12023-11-06): > I'm not misrepresenting anybody's words, Me: “I never doubted that Paul's patches do make the bug go away in your test case.” You: “you insisted it wasn't there” This is precisely misrepresenting my words. So stop lying and present

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
ow anything about lavfi's scheduling so you cannot help. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visi

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
avior in this thread was toxic from your very first post. -- Nicolas George ___ 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.org

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-07 Thread Nicolas George
roblem in the first place, even more so since it was purely trolling. -- Nicolas George ___ 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.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-07 Thread Nicolas George
judge your own patch. -- Nicolas George signature.asc Description: PGP signature ___ 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...@f

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-07 Thread Nicolas George
legate to review this piece? This is a public mailing-list, have you seen somebody volunteering? The scheduling in libavfilter is tricky, and I am not aware of anybody else having manifested interest about the subtle details. -- Nicolas George signature.asc Description: PGP

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-08 Thread Nicolas George
I have now been able to set up a reasonable test case with limit memoryuse 600M. Next step is to simplify the test case. (I cannot understand how you can pretend you analyzed the bug when your test case contains unrelated filters like hqdn3d or setsar.) -- Nicolas George

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-08 Thread Nicolas George
it can be expected that universe will > froze first before you manage to came to any conclusion about the > "framework". Then work on something else. There is no urgency here. -- Nicolas George signature.asc Description: PGP signature ___

Re: [FFmpeg-devel] [PATCH 08/24] fftools/ffmpeg_filter: remove an unnecessary sub2video_push_ref() call

2023-11-09 Thread Nicolas George
have to find a solution, won't we? (I hope you do not consider removing a feature that people have been using for years an option.) I can suggest this: have demuxer code emit virtual subtitles packets to trigger the sending of the heartbeat frames. Regards, -- Nicolas George signatur

Re: [FFmpeg-devel] [ANNOUNCE] Repeat vote: GA voters list updates

2023-11-11 Thread Nicolas George
some of the people running this thing is sinking rapidly. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link abov

Re: [FFmpeg-devel] [ANNOUNCE] Repeat vote: GA voters list updates

2023-11-11 Thread Nicolas George
w get a mail at > gmx.at > i could vote twice. I am confused: you would get the same token in the second mail, you would not be able to use it twice. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mail

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-11 Thread Nicolas George
Paul B Mahol (12023-11-11): > I waited enough, applied, now for 100% true statement. Your teacher called, you forgot your pacifier in class yesterday. I am still expecting you to share the test cases you have so that the bug can be properly fixed. -- Nicolas George signature.

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-11 Thread Nicolas George
proaches to the person who started the “unacceptable and unbecoming” behavior. You just shown that you are biassed against me. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http

Re: [FFmpeg-devel] [ANNOUNCE] upcoming vote: TC/CC elections

2023-11-11 Thread Nicolas George
everal members were in fact very biassed. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-11 Thread Nicolas George
rong” is the discourse of adults empowering bullies everywhere by punishing the victims who try to defend themselves. > Please just stop, you cannot have a bad day on the ml every day, it's bad > for your mental health. Oh, so “pacifier” is inappropriate but this is? I hope

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-12 Thread Nicolas George
se can be simplified by just using single filter, "trim=.." with same > parameters as in script. Please show the exact command so that we do not talk at cross-purposes. -- Nicolas George signature.asc Description: PGP signature ___ ffm

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-12 Thread Nicolas George
roves you are biassed beyond all credibility. > I am genuinely concerned for whatever reason is pushing you to use such an > alienating and toxic language, yes. Yeah, right. You mocking somebody's mental health was way more inappropriate than anything that I or Paul ever wrote. --

Re: [FFmpeg-devel] Poll: Repeat vote: GA voters list updates

2023-11-12 Thread Nicolas George
it is necessary. -- Nicolas George signature.asc Description: PGP signature ___ 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.or

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-13 Thread Nicolas George
because that info does not exist). But Paul pushed anyway, violating deliberately the project's policy. Out of courtesy to everybody else I will not revert immediately as I should, but I will revert with extreme prejudice if I find a simpler fix. Regards, -- Nicolas George signature.as

Re: [FFmpeg-devel] [ANNOUNCE] Repeat vote: GA voters list updates

2023-11-14 Thread Nicolas George
t I am rather in favor too. Also, I will say it here instead of sending a separate mail: I find the strategy of legal intimidation about the GDPR disgusting. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel ma

Re: [FFmpeg-devel] [ANNOUNCE] Repeat vote: GA voters list updates

2023-11-14 Thread Nicolas George
tween CAN and WOULD. That would be better than calling somebody's logical arguments “FUD”. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpe

Re: [FFmpeg-devel] [ANNOUNCE] Repeat vote: GA voters list updates

2023-11-14 Thread Nicolas George
vote for other VideoLAN members (and they are quite of us in the FFmpeg GA). Hum. This is an angle I had neglected, thanks for bringing it up. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-d

Re: [FFmpeg-devel] [PATCH 08/24] fftools/ffmpeg_filter: remove an unnecessary sub2video_push_ref() call

2023-11-17 Thread Nicolas George
re closely matches > the subtitles timestamp stored in the file. I would need to look into it. Does it improve it with your changes or also with the precedent non-threaded code? Regards, -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-deve

Re: [FFmpeg-devel] [PATCH 02/13] fftools/ffmpeg_filter: make sub2video heartbeat more robust

2023-11-27 Thread Nicolas George
ays ago) thousands of frame queued, eventually failing on OOM. Regards, -- Nicolas George ___ 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.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 02/13] fftools/ffmpeg_filter: make sub2video heartbeat more robust

2023-11-27 Thread Nicolas George
Nicolas George (12023-11-27): > Just as I warned you, it breaks the test case I suggested: > > ./ffmpeg_g -xerror -i /tmp/dummy_with_sub.mkv -preset ultrafast -lavfi > '[0:s]setpts=PTS+60/TB[s] ; [0:v][s]overlay' -y /tmp/dummy_with_hardsub.mkv > > (/tmp/dummy_with_su

Re: [FFmpeg-devel] [PATCH 01/13] lavfi/buffersink: avoid leaking peeked_frame on uninit

2023-11-27 Thread Nicolas George
Anton Khirnov (12023-11-23): > --- > libavfilter/buffersink.c | 9 + > 1 file changed, 9 insertions(+) LGTM, thanks. Regards, -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH v2 0/6] WebRTC sub-second live streaming support

2023-11-27 Thread Nicolas George
art and much better than no testing at all. Regards, -- Nicolas George ___ 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.org

Re: [FFmpeg-devel] [PATCH 02/13] fftools/ffmpeg_filter: make sub2video heartbeat more robust

2023-11-27 Thread Nicolas George
Paul B Mahol (12023-11-27): > Looks unrelated issue I just fixed, and sent patch to ML. No, it does not change anything, still “queued = 1081”. You could have tested. -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org ht

Re: [FFmpeg-devel] [PATCH] avfilter/framesync: fix OOM case

2023-11-28 Thread Nicolas George
Paul B Mahol (12023-11-28): > Gonna apply soon. 24 hours is not enough. -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-de

Re: [FFmpeg-devel] [PATCH] avfilter/framesync: fix OOM case

2023-11-28 Thread Nicolas George
Paul B Mahol (12023-11-28): > Will wait max 24 hours. You will wait until I post a review, and if you think I am taking too much time in… let us say… ten days you can politely ask me where I am. -- Nicolas George ___ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] [PATCH] avfilter/framesync: fix OOM case

2023-11-29 Thread Nicolas George
to filtergraph > that reached EOF by other means, for example EOF is signalled > by other filter in filtergraph or by buffersink. > > Signed-off-by: Paul B Mahol > --- > libavfilter/framesync.c | 3 +++ > 1 file changed, 3 insertions(+) LGTM, good catch. -- Nicol

Re: [FFmpeg-devel] [POC][PATCHSET] Add qrencodesrc source

2023-11-30 Thread Nicolas George
Tomas Härdin (12023-11-30): > Why? Why not? -- Nicolas George ___ 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.org w

[FFmpeg-devel] [PATCH] lavfi/af_pan: fix sscanf return value check

2023-12-01 Thread Nicolas George
sscanf() can return -1 when it reach the end of the string. Fix track ticket #10677. Signed-off-by: Nicolas George --- libavfilter/af_pan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/af_pan.c b/libavfilter/af_pan.c index cfed9f146a..9ab827b396 100644

Re: [FFmpeg-devel] [PATCH 13/13 v3] fftools/ffmpeg: convert to a threaded architecture

2023-12-01 Thread Nicolas George
in parallel. > > Changes the results of ffmpeg-fix_sub_duration_heartbeat - tested by > JEEB to be more correct and deterministic. > --- > Fixed the hang. Also updated the public branch. Still breaking sub2video with time shift, see the test case I already sent t

Re: [FFmpeg-devel] [PATCH 13/13 v3] fftools/ffmpeg: convert to a threaded architecture

2023-12-01 Thread Nicolas George
Anton Khirnov (12023-12-01): > See my email from wednesday, it's not actually broken. I do not have a mail from you from Wednesday. When something succeeds with the current code and fails with “Error while add the frame to buffer source(Cannot allocate memory)”, that is broken. --

Re: [FFmpeg-devel] [PATCH 13/13 v3] fftools/ffmpeg: convert to a threaded architecture

2023-12-01 Thread Nicolas George
last thread). I do not know what you are talking about, I agreed to no such thing. The test case I gave you is correct and with the current code it works. Your changes breaks it, removing an important features for users. Please include it in your testing routine and only submit again when you have

Re: [FFmpeg-devel] [PATCH 13/13 v3] fftools/ffmpeg: convert to a threaded architecture

2023-12-01 Thread Nicolas George
d that it was already what you did, but obviously it is not, so let us resolve this misunderstanding. -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit

Re: [FFmpeg-devel] [PATCH] avfilter/avfilter: fix OOM case for default activate

2023-12-04 Thread Nicolas George
Paul B Mahol (12023-12-03): > Will apply soon. Must you really act like an asshole each time? You will wait for review. -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] avfilter/avfilter: fix OOM case for default activate

2023-12-04 Thread Nicolas George
ilter.c | 10 ++ > 1 file changed, 10 insertions(+) You pushed without review, I will revert this without a second thought if I have the slightest doubt about the validity of this commit. -- Nicolas George ___ ffmpeg-devel mailing list ff

Re: [FFmpeg-devel] [PATCH 13/13 v3] fftools/ffmpeg: convert to a threaded architecture

2023-12-04 Thread Nicolas George
tbeat frames only when they are needed, keeping the current logic in place. -- Nicolas George ___ 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.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 13/13 v3] fftools/ffmpeg: convert to a threaded architecture

2023-12-04 Thread Nicolas George
by threading is the job of the person who wants to introduce threading. I can offer the help of my expertise about lavfi and subtitles, of course. But your attitude to just pretend the problem does not exist is unacceptable. -- Nicolas George ___ f

Re: [FFmpeg-devel] [PATCH] lavc: remove the QOA decoder

2023-12-04 Thread Nicolas George
than no code at all. We are not libav, we do not remove code just because the Great Dictator says so. If you really really want this decoder to have a test, you can write add it yourself. Rejected. -- Nicolas George signature.asc Description: P

  1   2   3   4   5   6   7   8   9   10   >