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

2023-11-13 Thread Paul B Mahol
On Mon, Nov 13, 2023 at 10:32 PM Nicolas George wrote: > Michael Niedermayer (12023-11-13): > > dear patch iam ashamed but iam not actually blocking you. > > What was blocking this patch is that the bug had not been properly > analyzed and a review process was in progress, slowed down by Paul's o

Re: [FFmpeg-devel] [PATCH] lavfilter/af_loudnorm: fix loudnorm limiter invalid at final frame

2023-11-19 Thread Paul B Mahol
There are much more serious issues with this filter. That why my approach and fix is to completely rewrite it. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or ema

Re: [FFmpeg-devel] [PATCH] avfilter: merge loudnorm filter functionality into f_ebur128.c

2023-11-19 Thread Paul B Mahol
On Fri, Nov 17, 2023 at 7:38 AM Kyle Swanson wrote: > Hi, > > On Wed, Nov 15, 2023 at 12:39 PM Paul B Mahol wrote: > > > > Attached. > > Only had a few minutes to look at this. Seems like more than just > merging two filters, I see a bunch of new filter options

[FFmpeg-devel] [PATCH] avfilter: ambisonic decoder

2023-11-19 Thread Paul B Mahol
Attached. From 0ff5ad526363bed85022381134a152682cdba487 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 11 Jan 2018 21:32:22 +0100 Subject: [PATCH] avfilter: add ambisonic decoder Signed-off-by: Paul B Mahol --- libavfilter/Makefile |1 + libavfilter/af_ambisonic.c

[FFmpeg-devel] [PATCH] avfilter: use AV_OPT_TYPE_CHLAYOUT

2023-11-19 Thread Paul B Mahol
Attached. From 79d3fceece0ead163ffcaca753b9479669776d2f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 19 Nov 2023 19:35:43 +0100 Subject: [PATCH] avfilter: use AV_OPT_TYPE_CHLAYOUT Signed-off-by: Paul B Mahol --- libavfilter/af_channelmap.c | 57

Re: [FFmpeg-devel] [PATCH] avfilter: use AV_OPT_TYPE_CHLAYOUT

2023-11-19 Thread Paul B Mahol
Fixed issue. From 3abdd4d0b085a6c5aa3e6114448a2967d584d7c4 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 19 Nov 2023 19:35:43 +0100 Subject: [PATCH] avfilter: use AV_OPT_TYPE_CHLAYOUT Signed-off-by: Paul B Mahol --- libavfilter/af_channelmap.c | 59

Re: [FFmpeg-devel] [PATCH] avfilter: merge loudnorm filter functionality into f_ebur128.c

2023-11-19 Thread Paul B Mahol
On Sun, Nov 19, 2023 at 10:55 PM Marton Balint wrote: > > > On Sun, 19 Nov 2023, Paul B Mahol wrote: > > > On Fri, Nov 17, 2023 at 7:38 AM Kyle Swanson wrote: > > > >> Hi, > >> > >> On Wed, Nov 15, 2023 at 12:39 PM Paul B Mahol wrote: > >

Re: [FFmpeg-devel] [PATCH] avfilter/asrc_anullsrc: fix allowed range for sample_rate

2023-11-22 Thread Paul B Mahol
LGTM ___ 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 01/13] lavfi/buffersink: avoid leaking peeked_frame on uninit

2023-11-23 Thread Paul B Mahol
LGTM ___ 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".

[FFmpeg-devel] [IMPORTANT] banned on irc

2023-11-24 Thread Paul B Mahol
Can not access irc anymore. ___ 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] [IMPORTANT] banned on irc

2023-11-24 Thread Paul B Mahol
On Fri, Nov 24, 2023 at 10:38 AM Paul B Mahol wrote: > Can not access irc anymore. > Time to work only on my fork. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visi

[FFmpeg-devel] [IMPORTANT] Serious fault in bwdif filter

2023-11-25 Thread Paul B Mahol
See related trac ticket in trac.ffmpeg.org and fix it ASAP! ___ 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 "un

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2023-11-25 Thread Paul B Mahol
On Sun, Oct 25, 2020 at 1:41 PM Paul B Mahol wrote: > > > On Thu, Apr 25, 2019 at 9:14 PM Nicolas George wrote: > >> Paul B Mahol (12019-04-25): >> > Not really, it works with 2x/3x/4x/5x.. sample rate or 1/2 / 1/3 / 1/4 >> / 1/5 >> > o sample rate i

[FFmpeg-devel] [PATCH] avfilter: add Affine Projection adaptive audio filter

2023-11-26 Thread Paul B Mahol
Attached. From 6c355f79e9c21a11e5e1266da7936a4ac2dc07ac Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 30 Apr 2023 17:06:00 +0200 Subject: [PATCH] avfilter: add Affine Projection adaptive audio filter Signed-off-by: Paul B Mahol --- doc/filters.texi | 43 libavfilter

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

2023-11-27 Thread Paul B Mahol
Attached. From 8ce6bd0090666ef94b0455b7f8f4d3c05e273093 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 27 Nov 2023 13:04:16 +0100 Subject: [PATCH] avfilter/framesync: fix OOM case Fixes OOM when caller keeps adding frames into filtergraph that reached EOF by other means, for example EOF

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

2023-11-27 Thread Paul B Mahol
On Mon, Nov 27, 2023 at 10:43 AM Nicolas George wrote: > 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_ha

Re: [FFmpeg-devel] [PATCH] checkasm: add test for dcmul_add

2023-11-27 Thread Paul B Mahol
On Mon, Nov 27, 2023 at 1:53 PM flow gg wrote: > In this email, I first attached the original patch, and then sent the > content of this patch in the second reply. > So I tried downloading the attached original patch and running git am > without any issues. > then I tried copying the content from

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

2023-11-27 Thread Paul B Mahol
On Mon, Nov 27, 2023 at 2:49 PM Nicolas George wrote: > 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. > I tested it, it passed: -bash: mkvmer

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

2023-11-28 Thread Paul B Mahol
On Tue, Nov 28, 2023 at 1:19 PM Ronald S. Bultje wrote: > Hi, > > On Tue, Nov 28, 2023 at 6:58 AM Anton Khirnov wrote: > > > There are reports from people on IRC that they got confused by the > > change and voted the reverse of what they meant. Sadly there is no way > > to change your vote after

Re: [FFmpeg-devel] [PATCH] avfilter: add Affine Projection adaptive audio filter

2023-11-28 Thread Paul B Mahol
Gonna apply soon. ___ 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/framesync: fix OOM case

2023-11-28 Thread Paul B Mahol
Gonna apply soon. ___ 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/framesync: fix OOM case

2023-11-28 Thread Paul B Mahol
On Tue, Nov 28, 2023 at 1:32 PM Nicolas George wrote: > Paul B Mahol (12023-11-28): > > Gonna apply soon. > > 24 hours is not enough. > How many hours is enough? > > -- > Nicolas George > ___ > ffmpeg-devel maili

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

2023-11-28 Thread Paul B Mahol
On Tue, Nov 28, 2023 at 3:10 PM Derek Buitenhuis wrote: > On 11/28/2023 1:23 PM, Anton Khirnov wrote: > > The system will assume you want to maximise the sum of weights of > > selected candidates. E.g. if X is given a weight of 10 and Y and Z have > > weights 8 and 6 respectively, then the vot

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

2023-11-28 Thread Paul B Mahol
On Tue, Nov 28, 2023 at 3:32 PM Derek Buitenhuis wrote: > On 11/28/2023 2:30 PM, Derek Buitenhuis wrote: > > Direct insults are unacceptable and I have forwarded this to CC, > > which can hopefully look after the vote. > > (I include myself in this, the irony wasn't lost on me.) > > Its my person

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

2023-11-28 Thread Paul B Mahol
Will wait max 24 hours. ___ 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/framesync: fix OOM case

2023-11-28 Thread Paul B Mahol
On Tue, Nov 28, 2023 at 5:01 PM Nicolas George wrote: > 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. > Once you bec

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

2023-11-30 Thread Paul B Mahol
On Thu, Nov 30, 2023 at 12:07 PM Tomas Härdin wrote: > tor 2023-11-30 klockan 01:49 +0100 skrev Stefano Sabatini: > > This is meant to introduce functionality to handle QR codes. > > Why? > For such trivial functionality using external library is unacceptable. > > /Tomas >

Re: [FFmpeg-devel] [PATCH] avfilter: merge loudnorm filter functionality into f_ebur128.c

2023-11-30 Thread Paul B Mahol
On Thu, Nov 30, 2023 at 12:43 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-11-28 17:51:14) > > Major change: loudnorm no longer returns oversampled audio at 192000 Hz > > when doing dynamic processing. > > Oversampled audio is only used for true peak finding now.

Re: [FFmpeg-devel] [PATCH 2/9] avcodec/get_bits: add get_leb()

2023-11-30 Thread Paul B Mahol
On Thu, Nov 30, 2023 at 11:40 AM Anton Khirnov wrote: > > add get_leb() > > Do you expect people to understand what this means? > get_leb() : get little-endian bits. > -- > Anton Khirnov > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > h

Re: [FFmpeg-devel] [PATCH] lavc/dvdsubenc: only check canvas size when it is actually set

2023-11-30 Thread Paul B Mahol
Probably ok ___ 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: merge loudnorm filter functionality into f_ebur128.c

2023-11-30 Thread Paul B Mahol
On Thu, Nov 30, 2023 at 2:47 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-11-30 13:48:16) > > On Thu, Nov 30, 2023 at 12:43 PM Anton Khirnov > wrote: > > > > > Quoting Paul B Mahol (2023-11-28 17:51:14) > > > > Major change: loudnorm no longer r

Re: [FFmpeg-devel] [PATCH] avfilter: merge loudnorm filter functionality into f_ebur128.c

2023-11-30 Thread Paul B Mahol
On Thu, Nov 30, 2023 at 2:57 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-11-30 15:01:23) > > On Thu, Nov 30, 2023 at 2:47 PM Anton Khirnov wrote: > > > > > Quoting Paul B Mahol (2023-11-30 13:48:16) > > > > On Thu, Nov 30, 2023 at

Re: [FFmpeg-devel] [PATCH] avfilter: merge loudnorm filter functionality into f_ebur128.c

2023-11-30 Thread Paul B Mahol
On Thu, Nov 30, 2023 at 8:39 PM Kyle Swanson wrote: > Hi, > > On Thu, Nov 30, 2023 at 6:11 AM Paul B Mahol wrote: > > > > I tested this a lot, and its great move forward. > > > > Make more useful testing and review next time, I'm sure you are quite >

Re: [FFmpeg-devel] [PATCH] avfilter: merge loudnorm filter functionality into f_ebur128.c

2023-11-30 Thread Paul B Mahol
On Thu, Nov 30, 2023 at 11:20 PM Kyle Swanson wrote: > Hi, > > On Thu, Nov 30, 2023 at 1:36 PM Paul B Mahol wrote: > > > > Loudnorm filter is big pile of hacks, I wanted to move forward and I > > improved it. > > > > I received nothing in return just so

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

2023-12-01 Thread Paul B Mahol
LGTM ___ 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: merge loudnorm filter functionality into f_ebur128.c

2023-12-01 Thread Paul B Mahol
On Fri, Dec 1, 2023 at 12:29 AM Kyle Swanson wrote: > Hi, > > On Thu, Nov 30, 2023 at 2:43 PM Paul B Mahol wrote: > > But how you could refactor code if one filter shares nothing with another > > filter code? > > > > Its not possible. You all seem to not und

Re: [FFmpeg-devel] [PATCH v3] GSoC 2023: Add Audio Overlay Filter

2023-12-01 Thread Paul B Mahol
On Fri, Dec 1, 2023 at 12:24 PM Gyan Doshi wrote: > > > On 2023-09-25 11:35 pm, Paul B Mahol wrote: > > On 9/11/23, Harshit Karwal wrote: > >> 1. Replaced ring buffer ADT with AVAudioFifo from libavutil/audio_fifo.h > >> 2. Fixed potential freeing of uninit

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

2023-12-01 Thread Paul B Mahol
Attached. From 2ea2a0df61cbd5519a1c1e88be27a3f8eb883aac Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 1 Dec 2023 16:59:07 +0100 Subject: [PATCH] avfilter/avfilter: fix OOM case for default activate Fixes OOM when caller keeps adding frames into filtergraph that reached EOF by other

Re: [FFmpeg-devel] [PATCH] avfilter: merge loudnorm filter functionality into f_ebur128.c

2023-12-01 Thread Paul B Mahol
On Fri, Dec 1, 2023 at 10:13 PM Kyle Swanson wrote: > Hi, > > On Fri, Dec 1, 2023 at 2:37 AM Paul B Mahol wrote: > > Keeping old code will not make patch any prettier. > > It's not really about pretty, it's about splitting up the patch so we > can do things on

[FFmpeg-devel] [PATCH] avfilter: add aspace filter

2023-12-02 Thread Paul B Mahol
Attached. From 0388038ff2c7816194d01cf4c8966aab4a504b92 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 2 Dec 2023 00:51:54 +0100 Subject: [PATCH] avfilter: add aspace filter Signed-off-by: Paul B Mahol --- doc/filters.texi | 62 + libavfilter/Makefile | 1

Re: [FFmpeg-devel] [PATCH] avfilter: add aspace filter

2023-12-02 Thread Paul B Mahol
On Sat, Dec 2, 2023 at 2:47 PM Anton Khirnov wrote: > Missing tests. > Float/double cant have tests. > > -- > Anton Khirnov > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscr

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add QOA decoder

2023-12-02 Thread Paul B Mahol
On Sat, Dec 2, 2023 at 2:50 PM Anton Khirnov wrote: > Missing tests. > Encoder is freely available and anyone can do it. > > -- > Anton Khirnov > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-d

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add QOA decoder

2023-12-02 Thread Paul B Mahol
On Sat, Dec 2, 2023 at 3:45 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-12-02 15:43:11) > > On Sat, Dec 2, 2023 at 2:50 PM Anton Khirnov wrote: > > > > > Missing tests. > > > > > > > Encoder is freely available and anyone can do it. > &

Re: [FFmpeg-devel] [PATCH] avfilter: add aspace filter

2023-12-02 Thread Paul B Mahol
On Sat, Dec 2, 2023 at 3:44 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-12-02 15:42:31) > > On Sat, Dec 2, 2023 at 2:47 PM Anton Khirnov wrote: > > > > > Missing tests. > > > > > > > Float/double cant have tests. > > They most definit

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add QOA decoder

2023-12-02 Thread Paul B Mahol
On Sat, Dec 2, 2023 at 3:50 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-12-02 15:55:57) > > On Sat, Dec 2, 2023 at 3:45 PM Anton Khirnov wrote: > > > > > Quoting Paul B Mahol (2023-12-02 15:43:11) > > > > On Sat, Dec 2, 2023 at 2:50 PM Anton Khirnov

Re: [FFmpeg-devel] [PATCH] avfilter: add aspace filter

2023-12-02 Thread Paul B Mahol
On Sat, Dec 2, 2023 at 3:51 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-12-02 15:57:59) > > On Sat, Dec 2, 2023 at 3:44 PM Anton Khirnov wrote: > > > > > Quoting Paul B Mahol (2023-12-02 15:42:31) > > > > On Sat, Dec 2, 2023 at 2:47 PM Anton Khirnov

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

2023-12-02 Thread Paul B Mahol
What a nice narrative. Yes, remove this decoder. And keep two sonic decoders at same time of questionable code quality, functionality and what not. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel T

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

2023-12-02 Thread Paul B Mahol
On Sat, Dec 2, 2023 at 7:20 PM Cosmin Stejerean via ffmpeg-devel < ffmpeg-devel@ffmpeg.org> wrote: > > > > On Dec 2, 2023, at 7:53 AM, Anton Khirnov wrote: > > > > Its author not only failed to add any tests, as is required by the > > development rules, but continues to actively refuse to do so.

Re: [FFmpeg-devel] [PATCH] fate: Add tests for QOA decoder

2023-12-02 Thread Paul B Mahol
Files needs to be first uploaded to rsync server of FATE, and wait 24h and after that it can be pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmp

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

2023-12-03 Thread Paul B Mahol
Will apply soon. ___ 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".

[FFmpeg-devel] [PATCH] libavfilter/asrc_flite: fixes and improvements

2023-12-03 Thread Paul B Mahol
Attached. From fe1ece70c0ecbe6fb24e0823fe46db57242396e4 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 3 Dec 2023 21:38:08 +0100 Subject: [PATCH 1/2] avfilter/asrc_flite: switch to activate Allows to set EOF timestamp. Signed-off-by: Paul B Mahol --- libavfilter/asrc_flite.c | 24

[FFmpeg-devel] [PATCH] tests/fate: add asegment filter tests

2023-12-04 Thread Paul B Mahol
Attached. From 1dbb5c6a072317794c32e2dcb03af592d1aa58a7 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 4 Dec 2023 16:06:02 +0100 Subject: [PATCH] tests/fate: add asegment filter tests Signed-off-by: Paul B Mahol --- tests/fate/filter-audio.mak | 17 ++ .../ref/fate

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

2023-12-04 Thread Paul B Mahol
Ping? ___ 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] libavfilter/asrc_flite: fixes and improvements

2023-12-04 Thread Paul B Mahol
On Tue, Dec 5, 2023 at 12:27 AM Stefano Sabatini wrote: > On date Sunday 2023-12-03 23:23:48 +0100, Paul B Mahol wrote: > > Attached. > > > From fe1ece70c0ecbe6fb24e0823fe46db57242396e4 Mon Sep 17 00:00:00 2001 > > From: Paul B Mahol > > Date: Sun, 3 Dec 2023 21:3

Re: [FFmpeg-devel] [PATCH] avfilter: add aspace filter

2023-12-05 Thread Paul B Mahol
Will apply improved version of this very important filter addition soon. ___ 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 wit

Re: [FFmpeg-devel] [PATCH] avfilter: add aspace filter

2023-12-05 Thread Paul B Mahol
On Tue, Dec 5, 2023 at 3:24 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-12-05 15:20:46) > > Will apply improved version of this very important filter addition soon. > > With tests, hopefully. > The only meaningful tests are your ears. >

Re: [FFmpeg-devel] [PATCH] avfilter: add aspace filter

2023-12-05 Thread Paul B Mahol
On Tue, Dec 5, 2023 at 3:30 PM Nicolas George via ffmpeg-devel < ffmpeg-devel@ffmpeg.org> wrote: > Paul B Mahol (12023-12-05): > > > > Will apply improved version of this very important filter addition > soon. > > This filter is so important that we have been missing

[FFmpeg-devel] [PATCH] tests/fate: add pixelize filter tests

2023-12-06 Thread Paul B Mahol
Attached. From c17589e4fc6b38013d6b0b14feeac50e00bb3305 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 6 Dec 2023 11:18:35 +0100 Subject: [PATCH] tests/fate: add pixelize filter tests Signed-off-by: Paul B Mahol --- tests/fate/filter-video.mak| 9 + tests/ref/fate

[FFmpeg-devel] [PATCH] tests/fate: add median filter test

2023-12-06 Thread Paul B Mahol
Attached. From 2c54553b83f2b67f781c67cb72deb4a5f267a8f1 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 6 Dec 2023 12:17:54 +0100 Subject: [PATCH] tests/fate: add median filter test Signed-off-by: Paul B Mahol --- tests/fate/filter-video.mak | 3 +++ tests/ref/fate/filter-median | 1

[FFmpeg-devel] [ANNOUNCEMENT] Left FFmpeg; starting Librempeg

2023-12-06 Thread Paul B Mahol
Today, effectively immediately, I officially Ieft the FFmpeg project. For new decoders/encoders/muxers/demuxers/filters/fixes/speedups/tests/cleanups etc. look at Librempeg project on github, source code will appear soon there. See you there. ___ ffmpeg

[FFmpeg-devel] [PATCH] MAINTAINERS: remove myself from FFmpeg

2023-12-06 Thread Paul B Mahol
Attached. From b249499fccb49705ade14362875ebf4d22628fa4 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 7 Dec 2023 08:27:14 +0100 Subject: [PATCH] MAINTAINERS: remove myself from FFmpeg Signed-off-by: Paul B Mahol --- MAINTAINERS | 55

[FFmpeg-devel] [PATCH] web: remove myself from FFmpeg consulting page

2023-12-06 Thread Paul B Mahol
Attached. From dbee6548020b42f4559042fd6a50fa4fa35121ff Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 7 Dec 2023 08:45:23 +0100 Subject: [PATCH] remove myself from FFmpeg consulting page --- src/consulting | 12 1 file changed, 12 deletions(-) diff --git a/src/consulting

Re: [FFmpeg-devel] [ANNOUNCEMENT] Left FFmpeg; starting Librempeg

2023-12-07 Thread Paul B Mahol
On Thu, Dec 7, 2023 at 9:23 AM Lynne wrote: > Dec 6, 2023, 21:27 by one...@gmail.com: > > > Today, effectively immediately, I officially Ieft the FFmpeg project. > > > > For new > > decoders/encoders/muxers/demuxers/filters/fixes/speedups/tests/cleanups > > etc. look at Librempeg project on githu

Re: [FFmpeg-devel] [ANNOUNCEMENT] Left FFmpeg; starting Librempeg

2023-12-07 Thread Paul B Mahol
On Thu, Dec 7, 2023 at 10:27 AM Lynne wrote: > Dec 7, 2023, 09:51 by one...@gmail.com: > > > On Thu, Dec 7, 2023 at 9:23 AM Lynne wrote: > > > >> Dec 6, 2023, 21:27 by one...@gmail.com: > >> > >> > Today, effectively immediately, I officially Ieft the FFmpeg project. > >> > > >> > For new > >> >

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

2023-12-07 Thread Paul B Mahol
On Wed, Dec 6, 2023 at 2:38 PM Nicolas George wrote: > James Almer (12023-12-06): > > I honestly can't believe you're arguing this. > > Yet I do, so I suggest you think a little harder to understand why I do. > > > And being condescending will not help your case. > > Can you tell that to Anton to

Re: [FFmpeg-devel] [PATCH] web: remove myself from FFmpeg consulting page

2023-12-16 Thread Paul B Mahol
Can someone commit this already? ___ 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] web: remove myself from FFmpeg consulting page

2023-12-16 Thread Paul B Mahol
On Sat, Dec 16, 2023 at 3:41 PM James Almer wrote: > On 12/16/2023 11:34 AM, Paul B Mahol wrote: > > Can someone commit this already? > > You still have commit rights. > For web? > ___ > ffmpeg-devel mailing list > ffmp

Re: [FFmpeg-devel] [PATCH] web: remove myself from FFmpeg consulting page

2023-12-16 Thread Paul B Mahol
On Sat, Dec 16, 2023 at 3:45 PM James Almer wrote: > On 12/16/2023 11:43 AM, Paul B Mahol wrote: > > On Sat, Dec 16, 2023 at 3:41 PM James Almer wrote: > > > >> On 12/16/2023 11:34 AM, Paul B Mahol wrote: > >>> Can someone commit this already? &g

Re: [FFmpeg-devel] [PATCH] web: remove myself from FFmpeg consulting page

2023-12-16 Thread Paul B Mahol
On Sat, Dec 16, 2023 at 3:49 PM James Almer wrote: > On 12/16/2023 11:47 AM, Paul B Mahol wrote: > > On Sat, Dec 16, 2023 at 3:45 PM James Almer wrote: > > > >> On 12/16/2023 11:43 AM, Paul B Mahol wrote: > >>> On Sat, Dec 16, 2023 at 3:41 PM James Almer wro

[FFmpeg-devel] [PATCH] avcodec/get_bits: unbreak get_bits_le() with cached reader

2019-03-26 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/get_bits.h | 82 + libavcodec/utvideodec.c | 4 +- 2 files changed, 60 insertions(+), 26 deletions(-) diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h index c2f267186e..c4ab607744 100644 --- a

Re: [FFmpeg-devel] [PATCH] avcodec/get_bits: unbreak get_bits_le() with cached reader

2019-03-26 Thread Paul B Mahol
On 3/26/19, Carl Eugen Hoyos wrote: > 2019-03-26 11:13 GMT+01:00, Paul B Mahol : >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/get_bits.h | 82 + >> libavcodec/utvideodec.c | 4 +- >> 2 files changed, 60 insertion

Re: [FFmpeg-devel] [PATCH] avcodec/get_bits: unbreak get_bits_le() with cached reader

2019-03-26 Thread Paul B Mahol
On 3/26/19, Carl Eugen Hoyos wrote: > 2019-03-26 11:34 GMT+01:00, Paul B Mahol : >> On 3/26/19, Carl Eugen Hoyos wrote: >>> 2019-03-26 11:13 GMT+01:00, Paul B Mahol : >>>> Signed-off-by: Paul B Mahol >>>&

Re: [FFmpeg-devel] [Patch] beautified + accelerated vf_fillborders – Please review

2019-03-26 Thread Paul B Mahol
On 3/26/19, Ulf Zibis wrote: > > Am 26.03.19 um 17:39 schrieb Carl Eugen Hoyos: >> >>> 1.) There may be a shortcut in CPU architecture for copying nulls in >>> series (fillborders.c essentially does that) and more important ... >> I am curious: >> Which architecture are you thinking about that int

[FFmpeg-devel] [PATCH 1/2] avformat/bink: properly mark packets that are key frames

2019-03-27 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/bink.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libavformat/bink.c b/libavformat/bink.c index 631b8c4d7d..44eb04362e 100644 --- a/libavformat/bink.c +++ b/libavformat/bink.c @@ -56,6 +56,7 @@ typedef struct

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-03-28 Thread Paul B Mahol
On 3/28/19, Carl Eugen Hoyos wrote: > 2019-03-27 21:21 GMT+01:00, Paul B Mahol : >> Signed-off-by: Paul B Mahol >> --- >> Missing deblocking. > > Patch contains an "if (0 && ..." somewhere, I assume this >

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-28 Thread Paul B Mahol
On 3/28/19, Nick Renieris wrote: > Any news on this? Is there something I should do? Have you uploaded small tiff so this patch can be tested? > > Στις Σάβ, 23 Μαρ 2019 στις 2:54 μ.μ., ο/η Carl Eugen Hoyos > έγραψε: >> >> 2019-03-23 13:34 GMT+01:00, Paul B Mahol : >

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-28 Thread Paul B Mahol
x27;t, is there a specific place that it's preferred I upload it to? >> >> Στις Πέμ, 28 Μαρ 2019 στις 1:12 μ.μ., ο/η Paul B Mahol >> έγραψε: >> > >> > On 3/28/19, Nick Renieris wrote: >> > > Any news on this? Is there some

[FFmpeg-devel] [PATCH] avcodec: add Amuse Graphics decoder

2019-03-28 Thread Paul B Mahol
This work is sponsored by VideoLAN. Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 + libavcodec/agm.c| 701 libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 7 + libavformat/riff.c

Re: [FFmpeg-devel] [Patch] beautified + accelerated vf_fillborders – Please review

2019-03-28 Thread Paul B Mahol
On 3/28/19, Carl Eugen Hoyos wrote: > 2019-03-28 22:45 GMT+01:00, Carl Eugen Hoyos : > >> Patch 1 is wrong. >> >> I don't understand the benchmarks > > Ok, numer 9 looks like a good idea, either send only this patch or wait > for another comment. Patches are big mess. Until this is fixed I not go

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-28 Thread Paul B Mahol
On 3/28/19, Nick Renieris wrote: > Ok, here's a multipage tif with 3 pages, the two first are blue and > the last one red: > https://0x0.st/zKdB.tif > Patch contains UINT16 opt and as is can not be applied. Please fix that. > Στις Πέμ, 28 Μαρ 2019 στις 4:35 μ.μ., ο/η Pa

Re: [FFmpeg-devel] [PATCH] Add scale parameter to lensfun filter

2019-03-28 Thread Paul B Mahol
On 3/28/19, Daniel Playfair Cal wrote: > Hi, > > Is anyone able to take a look at this? > > I'd appreciate it. It's my first time posting a patch to ffmpeg (or any > mailing list) so please let me know if I've done anything wrong :) > > Daniel This have been already applied. _

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-29 Thread Paul B Mahol
han available and than provide some page. > Στις Παρ, 29 Μαρ 2019 στις 12:51 π.μ., ο/η Paul B Mahol > έγραψε: >> >> On 3/28/19, Nick Renieris wrote: >> > Ok, here's a multipage tif with 3 pages, the two first are blue and >> > the last one red: >> >

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Multi-page support

2019-03-30 Thread Paul B Mahol
On 3/29/19, Nick Renieris wrote: > Στις Παρ, 29 Μαρ 2019 στις 11:05 π.μ., ο/η Paul B Mahol > έγραψε: >> You should also check max number of available pages. >> And issue warning if user requested more than available and than provide >> some >> page. > > Yea

Re: [FFmpeg-devel] [PATCH] avcodec: add Amuse Graphics decoder

2019-03-30 Thread Paul B Mahol
On 3/28/19, Paul B Mahol wrote: > This work is sponsored by VideoLAN. > > Signed-off-by: Paul B Mahol > --- Will apply soon. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubs

Re: [FFmpeg-devel] [PATCH] avcodec: add Amuse Graphics decoder

2019-03-30 Thread Paul B Mahol
On 3/30/19, Pedro Arthur wrote: > Em qui, 28 de mar de 2019 às 18:12, Paul B Mahol > escreveu: >> >> +static int decode_motion_vectors(AVCodecContext *avctx, GetBitContext >> *gb) >> +{ >> +AGMContext *s = avctx->priv_data; >> +int nb_mvs =

Re: [FFmpeg-devel] [PATCH] avcodec/rscc: Check that the to be uncompressed input is large enough

2019-03-31 Thread Paul B Mahol
On 3/31/19, Michael Niedermayer wrote: > Fixes: Out of array access > Fixes: > 13984/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RSCC_fuzzer-5734128093233152 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Nie

Re: [FFmpeg-devel] [PATCH] avcodec/rscc: Check that the to be uncompressed input is large enough

2019-04-01 Thread Paul B Mahol
On 4/1/19, Michael Niedermayer wrote: > On Sun, Mar 31, 2019 at 05:35:33PM +0200, Paul B Mahol wrote: >> On 3/31/19, Michael Niedermayer wrote: >> > Fixes: Out of array access >> > Fixes: >> > 13984/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RSCC_fuzzer

Re: [FFmpeg-devel] [PATCH] avcodec/tiff: Add support for recognizing DNG files

2019-04-02 Thread Paul B Mahol
On 4/2/19, Nick Renieris wrote: > I don't mind either way, but I'm writing my GSoC proposal at the > moment and wanted an answer. > > If there's no clear answer, is it something TBD that I don't need to > specify in the proposal? I do not think we can use libdng. _

Re: [FFmpeg-devel] [PATCH] avcodec/agm: Check that there is available input in read_code() before reading it

2019-04-02 Thread Paul B Mahol
On 4/2/19, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 13997/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5701427252428800 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niede

Re: [FFmpeg-devel] [PATCH] avcodec/agm: More completely check size before using it

2019-04-03 Thread Paul B Mahol
On 4/3/19, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 13997/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5701427252428800 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niede

Re: [FFmpeg-devel] [Patch] beautified + accelerated vf_fillborders – Please review

2019-04-03 Thread Paul B Mahol
On 4/3/19, Ulf Zibis wrote: > > Am 03.04.19 um 00:32 schrieb Carl Eugen Hoyos: >>> So please throw away the old one and use the new >>> patch 11. >> That patch does not apply: > At my machine all patches work fine: > > ich@T500:~/Projects/ffmpeg/test$ git clone git://source.ffmpeg.org/ffmpeg . >

Re: [FFmpeg-devel] [PATCH] ffmpeg: add -drop_deviant_frames option

2019-04-03 Thread Paul B Mahol
On 4/3/19, Gyan wrote: > > > On 02-04-2019 09:56 AM, Gyan wrote: >> >> >> On 01-04-2019 10:23 AM, Gyan wrote: >>> >>> >>> On 27-03-2019 08:26 PM, Gyan wrote: Weird. Attached corrected patch. Thanks. >>> >>> Ping. >> >> Plan to push tomorrow evening. > > Plan to push in ~2 hours. Pl

Re: [FFmpeg-devel] [Patch] beautified + accelerated vf_fillborders – Please review

2019-04-03 Thread Paul B Mahol
On 4/3/19, Ulf Zibis wrote: > > Am 03.04.19 um 14:25 schrieb Carl Eugen Hoyos: >>> vf_fillborders_1.patch >> As explained, this patch is not ok, > I would say "determined". > >> There are two possibilities: >> Either you rebase your remaining patchset and wait for a >> review from Paul. > > In

Re: [FFmpeg-devel] [PATCH] avcodec/agm: Fix integer overflow with w/h

2019-04-05 Thread Paul B Mahol
On 4/5/19, Michael Niedermayer wrote: > Fixes: negation of -2147483648 cannot be represented in type 'int'; cast to > an unsigned type to negate this value to itself > Fixes: > 13999/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5644405991538688 > > Found-by: continuous fuzzing proc

Re: [FFmpeg-devel] [PATCH] avfilter/af_asetnsamples: fix sample queuing.

2019-04-06 Thread Paul B Mahol
On 4/6/19, Nikolas Bowe via ffmpeg-devel wrote: > When asetnsamples uses output samples < input samples, remaining samples > build up in the fifo over time. > Fix this by marking the filter as ready again if there are enough samples. > > Regression since ef3babb2c70f564dc1634b3f29c6e35a2b2dc239 >

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee [#4]

2019-04-06 Thread Paul B Mahol
On 4/6/19, Derek Buitenhuis wrote: > On 06/04/2019 18:40, Marton Balint wrote: >> Sorry, vote has been called for, and I used the commit count to select >> people as in the second extension: >> >> https://ffmpeg.org/pipermail/ffmpeg-devel/2015-October/182057.html > > That's from 2015... So, let's

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/pnm_parser: Factor next initialization out

2019-04-07 Thread Paul B Mahol
On 4/7/19, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/pnm_parser.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavcodec/pnm_parser.c b/libavcodec/pnm_parser.c > index e3bfa3c490..91a9edc016 100644 > --- a/libavcodec/pnm_par

Re: [FFmpeg-devel] [PATCH 2/3] avcodec/pnm_parser: Factor out next/index compensation

2019-04-07 Thread Paul B Mahol
On 4/7/19, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/pnm_parser.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --git a/libavcodec/pnm_parser.c b/libavcodec/pnm_parser.c > index 91a9edc016..95241c30b3 100644 > --- a/libavcode

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add bink2 video decoder

2019-04-07 Thread Paul B Mahol
On 4/7/19, Peter Ross wrote: > On Wed, Mar 27, 2019 at 09:21:47PM +0100, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> Missing deblocking. >> --- >> configure |1 + >> libavcodec/Makefile |1 + >> libavcodec/a

Re: [FFmpeg-devel] [PATCH] avcodec/frame_thread_encoder: factorize frame threading

2019-04-07 Thread Paul B Mahol
On 4/7/19, Marton Balint wrote: > framethread.c is put into libavutil, but is has to be included directly to > avoid creating avpriv functions. > > Functionality should be identical, there is one slight difference: we close > the > per-thread avcodec contexts in the main thread and not in the work

<    1   2   3   4   5   6   7   8   9   10   >