Re: [FFmpeg-devel] [PATCH] fate: add tests for xHE-AAC

2024-05-21 Thread Paul B Mahol
On Tue, May 21, 2024 at 4:05 AM Lynne via ffmpeg-devel < ffmpeg-devel@ffmpeg.org> wrote: > Starting off small with a few features. > Samples and reference decoded files copied from the official ISO > reference suite. > Sorry for my ignorance, but is such copy allowed from them? --- > Samples and

Re: [FFmpeg-devel] [PATCH v3 1/3] avfilter/af_volumedetect.c: Move logdb function

2024-05-21 Thread Paul B Mahol
On Mon, May 20, 2024 at 10:25 PM Yigithan Yigit < yigithanyigitde...@gmail.com> wrote: > --- > libavfilter/af_volumedetect.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git a/libavfilter/af_volumedetect.c b/libavfilter/af_volumedetect.c > index 8b001d

Re: [FFmpeg-devel] [PATCH v3 1/3] avfilter/af_volumedetect.c: Move logdb function

2024-05-21 Thread Paul B Mahol
On Tue, May 21, 2024 at 9:20 AM Paul B Mahol wrote: > > > On Mon, May 20, 2024 at 10:25 PM Yigithan Yigit < > yigithanyigitde...@gmail.com> wrote: > >> --- >> libavfilter/af_volumedetect.c | 20 ++-- >> 1 file changed, 10 insertions

Re: [FFmpeg-devel] [PATCH] area changed: scdet filter

2024-05-28 Thread Paul B Mahol
On Tue, May 28, 2024 at 9:51 AM wrote: > > -Original Message- > > From: radu.taraib...@gmail.com > > Sent: duminică, 19 mai 2024 19:05 > > To: ffmpeg-devel@ffmpeg.org > > Subject: RE: [PATCH] area changed: scdet filter > > > > > > > -Original Message- > > > From: radu.taraib...@g

Re: [FFmpeg-devel] [PATCH v4 1/4] doc: Explain what "context" means

2024-05-29 Thread Paul B Mahol
On Wed, May 29, 2024 at 12:50 PM Andrew Sayers wrote: > Posting this separately, as these are practical "how does FFmpeg work" > issues > vaguely inspired by recent discussions. > > > *How do namespaces work in FFmpeg?* > > We've talked a bit about function namespaces recently. One reason I've >

Re: [FFmpeg-devel] [RFC] STF 2025

2024-06-03 Thread Paul B Mahol
On Tue, Jun 4, 2024 at 8:53 AM Vittorio Giovara wrote: > On Tue, Jun 4, 2024 at 3:01 AM Cosmin Stejerean via ffmpeg-devel < > ffmpeg-devel@ffmpeg.org> wrote: > > > > Reposting my question/comment here since Thilo hasn't had a chance to > > > respond, but shouldn't these kinds of requests go throu

Re: [FFmpeg-devel] [RFC] STF 2025

2024-06-04 Thread Paul B Mahol
On Tue, Jun 4, 2024 at 9:09 AM Vittorio Giovara wrote: > On Tue, Jun 4, 2024 at 8:55 AM Paul B Mahol wrote: > > > On Tue, Jun 4, 2024 at 8:53 AM Vittorio Giovara < > > vittorio.giov...@gmail.com> > > wrote: > > > > > On Tue, Jun 4, 2024

Re: [FFmpeg-devel] [PATCH v3] avcodec: add farbfeld encoder

2024-06-04 Thread Paul B Mahol
Encoder without decoder? ___ 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] STF 2025

2024-06-04 Thread Paul B Mahol
On Tue, Jun 4, 2024 at 12:59 PM Vittorio Giovara wrote: > On Tue, Jun 4, 2024 at 12:09 PM Paul B Mahol wrote: > > > On Tue, Jun 4, 2024 at 9:09 AM Vittorio Giovara < > > vittorio.giov...@gmail.com> > > wrote: > > > > > On Tue, Jun 4, 2024 at 8:55

Re: [FFmpeg-devel] [RFC] STF 2025

2024-06-04 Thread Paul B Mahol
On Tue, Jun 4, 2024 at 2:53 PM Vittorio Giovara wrote: > On Tue, Jun 4, 2024 at 2:02 PM Paul B Mahol wrote: > > > On Tue, Jun 4, 2024 at 12:59 PM Vittorio Giovara < > > vittorio.giov...@gmail.com> > > wrote: > > > > > On Tue, Jun 4, 2024 at 12:09

Re: [FFmpeg-devel] [PATCH] lavu/opt: Mention that AVOptions is not reentrant

2024-06-05 Thread Paul B Mahol
On Wed, Jun 5, 2024 at 3:18 PM Andrew Sayers wrote: > An external API developer might think they can use AVOptions to modify > values > during playback (e.g. putting a playback quality slider next to the volume > slider). Make it clear that behaviour is not recommended. > There are options that

Re: [FFmpeg-devel] [RFC] STF 2025

2024-06-05 Thread Paul B Mahol
On Wed, Jun 5, 2024 at 11:31 AM Rémi Denis-Courmont wrote: > > > Le 5 juin 2024 12:18:57 GMT+03:00, "Rémi Denis-Courmont" > a écrit : > >But by reacting *only* to Vittorio trying to defend himself and > explicitly (and ineffectively) asking for help from the CC, you look like > you are attacking

Re: [FFmpeg-devel] [PATCH] lavu/opt: Mention that AVOptions is not reentrant

2024-06-05 Thread Paul B Mahol
On Wed, Jun 5, 2024 at 3:44 PM Andrew Sayers wrote: > On Wed, Jun 05, 2024 at 03:34:50PM +0200, Paul B Mahol wrote: > > On Wed, Jun 5, 2024 at 3:18 PM Andrew Sayers < > ffmpeg-de...@pileofstuff.org> > > wrote: > > > > > An external API developer might

Re: [FFmpeg-devel] [PATCH] aacdec_usac: correctly set and use the layout map

2024-06-06 Thread Paul B Mahol
On Wed, Jun 5, 2024 at 7:41 PM Lynne via ffmpeg-devel < ffmpeg-devel@ffmpeg.org> wrote: > --- > libavcodec/aac/aacdec_usac.c | 105 +-- > 1 file changed, 63 insertions(+), 42 deletions(-) > > diff --git a/libavcodec/aac/aacdec_usac.c b/libavcodec/aac/aacdec_usac.c

Re: [FFmpeg-devel] [PATCH 1/2] lavu/bswap: remove some inline assembler

2024-06-11 Thread Paul B Mahol
On Tue, Jun 11, 2024 at 5:57 PM Michael Niedermayer wrote: > On Tue, Jun 11, 2024 at 12:38:37PM -0300, James Almer wrote: > > On 6/11/2024 10:15 AM, Michael Niedermayer wrote: > > > On Fri, Jun 07, 2024 at 09:19:46PM +0300, Rémi Denis-Courmont wrote: > > > > C code or compiler built-ins are prefe

Re: [FFmpeg-devel] Add Mediacodec audio decoders support

2024-06-12 Thread Paul B Mahol
FFmpeg RIP ___ 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: add sdlvsink for video display

2024-06-12 Thread Paul B Mahol
On Wed, Jun 12, 2024 at 9:52 PM Stefano Sabatini wrote: > On date Tuesday 2024-06-11 21:13:48 +0800, Shiqi Zhu wrote: > > On Fri, 7 Jun 2024 at 19:55, Rémi Denis-Courmont > wrote: > > > Le 7 juin 2024 12:53:51 GMT+03:00, Michael Niedermayer < > mich...@niedermayer.cc> a écrit : > > > >We can req

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

2024-06-14 Thread Paul B Mahol
Just try with: ffmpeg -f lavfi -i sine=d=30 -af apad -f null - Pressing 'q' will not stop it at all, because current ffmpeg code will try to flush all frames, but because pad filter never receives EOF from next filter in chain (sink) it will happily produce frame forever. Tried to fix ffmpeg.c r

Re: [FFmpeg-devel] [PATCH v2] avcodec/h264dec: Remove ff_h264_draw_horiz_band

2024-06-14 Thread Paul B Mahol
On Fri, Jun 14, 2024 at 2:41 PM Kieran Kunhya via ffmpeg-devel < ffmpeg-devel@ffmpeg.org> wrote: > On Sun, Jun 9, 2024 at 2:39 AM Andreas Rheinhardt > wrote: > > > > The H.264 decoder does not support draw_horiz_band (it does not have > > the AV_CODEC_CAP_DRAW_HORIZ_BAND), making ff_h264_draw_hor

Re: [FFmpeg-devel] [PATCH] avcodec/iirfilter: Move ff_iir_filter() to lavc/tests/iirfilter.c

2024-06-16 Thread Paul B Mahol
On Sun, Jun 16, 2024 at 2:07 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > It is only used by the test. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/iirfilter.c | 14 -- > libavcodec/iirfilter.h | 15 --- > libavcodec/tests/iirfi

Re: [FFmpeg-devel] [PATCH v3 0/3] s/RUNTIME/POST_INIT_SETTABLE/

2024-06-16 Thread Paul B Mahol
Pointless. Commit log spam. ___ 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] Development process for explaining contexts (was Re: [PATCH v6 1/4] doc: Explain what "context" means)

2024-06-16 Thread Paul B Mahol
Avoid filling some of bellow points: https://erikbern.com/2023/12/13/simple-sabotage-for-software.html Especially part of rewriting public or internal API just for rewrite. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH 1/2] avutil/executor: Allowing thread_count be zero

2024-06-17 Thread Paul B Mahol
On Mon, Jun 17, 2024 at 9:05 AM Anton Khirnov wrote: > Quoting Zhao Zhili (2024-06-17 07:19:26) > > From: Zhao Zhili > > > > When thread_count be zero, it will be run on current thread like > > !HAVE_THREADS. > > Other APIs treat zero to mean "auto". > Agreed, this approach for 0 to mean do it

Re: [FFmpeg-devel] [PATCH 7/9] MAINTAINERS: Update the entries for the release maintainer for FFmpeg

2024-06-17 Thread Paul B Mahol
On Mon, Jun 17, 2024 at 1:09 AM Michael Niedermayer wrote: > Ive been told that someone at the BCN video tech meetup claimed to be the > "release maintainer for FFmpeg". > > That is nothing, I see many claims in many such videos and on many platforms that they are developer/maintainer of FFmpeg w

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

2024-06-17 Thread Paul B Mahol
On Mon, Jun 17, 2024 at 9:24 AM Anton Khirnov wrote: > Quoting Paul B Mahol (2024-06-14 14:19:13) > > Just try with: > > > > ffmpeg -f lavfi -i sine=d=30 -af apad -f null - > > > > Pressing 'q' will not stop it at all, because current ffmpeg code will

Re: [FFmpeg-devel] [PATCH 8/9] avcodec/smcenc: width < 4 is unsupported

2024-06-17 Thread Paul B Mahol
On Mon, Jun 17, 2024 at 1:09 AM Michael Niedermayer wrote: > Fixes: out of array read > Fixes: > 68939/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SMC_fuzzer-587804104884224 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-of

Re: [FFmpeg-devel] [PATCH 2/3] avfilter/af_volumedetect.c: Add 32bit float audio support

2024-06-17 Thread Paul B Mahol
On Mon, Jun 17, 2024 at 4:52 PM Rémi Denis-Courmont wrote: > > > Le 17 juin 2024 13:18:11 GMT+02:00, Yigithan Yigit < > yigithanyigitde...@gmail.com> a écrit : > >--- > > libavfilter/af_volumedetect.c | 159 -- > > 1 file changed, 133 insertions(+), 26 deletions(-)

Re: [FFmpeg-devel] [PATCH 8/9] avcodec/smcenc: width < 4 is unsupported

2024-06-18 Thread Paul B Mahol
Fixed by making nx/ny always >= 0. ___ 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 2/3] avfilter/af_volumedetect.c: Add 32bit float audio support

2024-06-18 Thread Paul B Mahol
On Tue, Jun 18, 2024 at 8:56 AM Rémi Denis-Courmont wrote: > > > Le 17 juin 2024 19:52:10 GMT+02:00, Paul B Mahol a > écrit : > >On Mon, Jun 17, 2024 at 4:52 PM Rémi Denis-Courmont > wrote: > > > >> > >> > >> Le 17 juin 2024 13:

Re: [FFmpeg-devel] [RFC]] swscale modernization proposal

2024-06-23 Thread Paul B Mahol
On Sun, Jun 23, 2024 at 7:46 PM Michael Niedermayer wrote: > On Sun, Jun 23, 2024 at 12:19:13AM +0200, Vittorio Giovara wrote: > > On Sat, Jun 22, 2024 at 3:22 PM Niklas Haas wrote: > > > > > Hey, > > > > > > As some of you know, I got contracted (by STF 2024) to work on > improving > > > swscal

Re: [FFmpeg-devel] [PATCH] libavformat/vapoursynth: Update to API version 4, load library at runtime

2024-06-25 Thread Paul B Mahol
On Tue, Jun 25, 2024 at 11:10 AM Anton Khirnov wrote: > Quoting Stefan Oltmanns via ffmpeg-devel (2024-06-22 03:37:03) > > Hello, > > > > this is my first patch, I hope I got all the formalities correct. > > > > The current VapourSynth implementation is rarely used, as it links the > > VapourSynt

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

2024-06-25 Thread Paul B Mahol
On Tue, Jun 25, 2024 at 2:47 PM Dennis Mungai wrote: > On Sun, 28 Jun 2020 at 16:59, James Almer wrote: > > > On 6/27/2020 7:54 AM, Paul B Mahol wrote: > > > On 6/26/20, James Almer wrote: > > >> On 6/26/2020 4:16 PM, Lynne wrote: > > >&

Re: [FFmpeg-devel] [PATCH 1/2 v2] fftools/ffmpeg: support applying container level cropping

2024-06-25 Thread Paul B Mahol
On Tue, Jun 25, 2024 at 3:12 PM Anton Khirnov wrote: > Quoting James Almer (2024-06-25 14:38:58) > > On 6/25/2024 7:25 AM, Anton Khirnov wrote: > > > Quoting James Almer (2024-05-31 01:22:51) > > >> @@ -1000,11 +1001,21 @@ int ist_filter_add(InputStream *ist, > InputFilter *ifilter, int is_simple

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

2024-06-25 Thread Paul B Mahol
On Tue, Jun 25, 2024 at 3:17 PM Dennis Mungai wrote: > On Tue, 25 Jun 2024 at 16:07, Paul B Mahol wrote: > > > On Tue, Jun 25, 2024 at 2:47 PM Dennis Mungai wrote: > > > > > On Sun, 28 Jun 2020 at 16:59, James Almer wrote: > > > > > > > On 6/27/

Re: [FFmpeg-devel] [PATCH 1/3] avformat/cafdec: sanity check channels and bps

2024-06-26 Thread Paul B Mahol
On Thu, Jun 27, 2024 at 1:50 AM Michael Niedermayer wrote: > On Tue, Jun 25, 2024 at 09:27:55PM +0200, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2024-06-25 21:25:46) > > > On Thu, Mar 28, 2024 at 12:27:02AM +0100, Michael Niedermayer wrote: > > > > On Wed, Mar 27, 2024 at 08:39:17AM +

Re: [FFmpeg-devel] [PATCH 3/4] avformat/img2dec: ensure input padding is zeroed

2024-06-26 Thread Paul B Mahol
On Thu, Jun 27, 2024 at 3:57 AM Kacper Michajłow wrote: > Fixes use of uninitialized value, reported by MSAN. Specifically in > jpegxl parser. > > Found by OSS-Fuzz. > > Signed-off-by: Kacper Michajłow > --- > libavformat/img2dec.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/liba

Re: [FFmpeg-devel] [PATCH] avfilter/asubprocess: add audio subprocess filter

2024-06-27 Thread Paul B Mahol
I do not want to comment code. But this concept/idea/whatever is plain nonsense. ___ 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...@ffmpe

Re: [FFmpeg-devel] Scaling PAL8 images with alpha

2021-09-25 Thread Paul B Mahol
On Sat, Sep 25, 2021 at 5:00 AM Soft Works wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Soft Works > > Sent: Friday, 24 September 2021 19:03 > > To: FFmpeg development discussions and patches > de...@ffmpeg.org> > > Subject: Re: [FFmpeg-devel] Scaling PAL8 i

[FFmpeg-devel] [PATCH] avfilter/vf_avgblur: switch to faster algorithm

2021-09-25 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_avgblur.c | 311 +-- 1 file changed, 171 insertions(+), 140 deletions(-) diff --git a/libavfilter/vf_avgblur.c b/libavfilter/vf_avgblur.c index 3e222a43fa..a838285bb4 100644 --- a/libavfilter/vf_avgblur.c +++ b

Re: [FFmpeg-devel] Scaling PAL8 images with alpha

2021-09-25 Thread Paul B Mahol
On Sat, Sep 25, 2021 at 5:46 PM Soft Works wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Michael Niedermayer > > Sent: Saturday, 25 September 2021 16:30 > > To: FFmpeg development discussions and patches > de...@ffmpeg.org> > > Subject: Re: [FFmpeg-devel] Sca

[FFmpeg-devel] [PATCH 1/2] avfilter/vf_selectivecolor: refactor some repeating calculations

2021-09-25 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_selectivecolor.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/libavfilter/vf_selectivecolor.c b/libavfilter/vf_selectivecolor.c index ebbba9157f..9d789a6d8b 100644 --- a/libavfilter/vf_selectivecolor.c +++ b

[FFmpeg-devel] [PATCH 2/2] avfilter/vf_selectivecolor: reduce number of operations with r/g/b/a pointers

2021-09-25 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_selectivecolor.c | 41 +++-- 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/libavfilter/vf_selectivecolor.c b/libavfilter/vf_selectivecolor.c index 9d789a6d8b..398d4bec0d 100644 --- a/libavfilter

[FFmpeg-devel] [PATCH 1] avfilter/vf_avgblur: switch to faster algorithm

2021-09-26 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_avgblur.c | 311 ++ tests/ref/fate/filter-refcmp-psnr-yuv | 80 +++ 2 files changed, 211 insertions(+), 180 deletions(-) diff --git a/libavfilter/vf_avgblur.c b/libavfilter/vf_avgblur.c index 3e222a43fa

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/vf_swaprect: Use ff_formats_pixdesc_filter()

2021-09-26 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] avutil/utils: Remove racy check from avutil_version()

2021-09-26 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 2/2] avutil/tests/opt: Set AVClass.version

2021-09-26 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 1/2] avutil/opt: Remove outdated version check

2021-09-26 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 1] avfilter/vf_avgblur: switch to faster algorithm

2021-09-26 Thread Paul B Mahol
On Sun, Sep 26, 2021 at 1:27 PM myp...@gmail.com wrote: > On Sun, Sep 26, 2021 at 4:11 PM Paul B Mahol wrote: > > > > Signed-off-by: Paul B Mahol > > --- > > libavfilter/vf_avgblur.c | 311 ++ > > tests/ref/fate/filter-ref

Re: [FFmpeg-devel] [PATCH 1/4] libavfilter/x86/vf_hflip: add ff_flip_byte/short_avx512()

2021-09-26 Thread Paul B Mahol
On Mon, Sep 27, 2021 at 8:48 AM Wu, Jianhua wrote: > Ping. > Jianhua wrote: > > > > Ping. > > > > Jianhua wrote: > > > From: ffmpeg-devel On Behalf Of > > Wu, > > > Jianhua > > > Sent: Tuesday, September 14, 2021 1:02 PM > > > To: FFmpeg development discussions and patches > > de...@ffmpeg.org>

Re: [FFmpeg-devel] [PATCH] avfilter/elbg: Extend filter to include alpha values in the quantization procedure

2021-09-27 Thread Paul B Mahol
On Mon, Sep 27, 2021 at 5:30 PM Michael Niedermayer wrote: > On Sun, Sep 26, 2021 at 05:56:36PM +, Soft Works wrote: > > > > > > > -Original Message- > > > From: ffmpeg-devel On Behalf Of > > > Michael Niedermayer > > > Sent: Sunday, 26 September 2021 18:52 > > > To: FFmpeg developme

Re: [FFmpeg-devel] [PATCH] ffmpeg: fix loosing gaps between audio frame timestamps when filtering

2021-09-27 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".

Re: [FFmpeg-devel] [PATCH] avfilter/elbg: Extend filter to include alpha values in the quantization procedure

2021-09-28 Thread Paul B Mahol
On Tue, Sep 28, 2021 at 5:43 PM Soft Works wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Paul B Mahol > > Sent: Monday, 27 September 2021 18:37 > > To: FFmpeg development discussions and patches > de...@ffmpeg.org&

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

2021-09-28 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 56 libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_huesaturation.c | 485 + 4 files changed, 543 insertions(+) create mode 100644 libavfilter

Re: [FFmpeg-devel] [PATCH] avfilter/elbg: Extend filter to include alpha values in the quantization procedure

2021-09-28 Thread Paul B Mahol
On Tue, Sep 28, 2021 at 7:16 PM Soft Works wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Paul B Mahol > > Sent: Tuesday, 28 September 2021 18:05 > > To: FFmpeg development discussions and patches > de...@ffmpeg.org&

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

2021-09-28 Thread Paul B Mahol
will apply ___ 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 2/2] avcodec/siren: Check available bits at frame start

2021-09-28 Thread Paul B Mahol
On Tue, Sep 28, 2021 at 8:09 PM James Almer wrote: > On 9/28/2021 3:03 PM, Michael Niedermayer wrote: > > On Tue, Sep 28, 2021 at 09:44:01PM +1000, Peter Ross wrote: > >> On Tue, Sep 28, 2021 at 12:07:49AM -0300, James Almer wrote: > >>> On 9/27/2021 7:37 PM, Michael Niedermayer wrote: > Fix

Re: [FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func

2021-09-29 Thread Paul B Mahol
On Wed, Sep 29, 2021 at 12:51 PM Arif Driessen wrote: > Here's your patch for `afftfilt` win_func. (copied from the surround > filter, but checked against the code to ensure it's correct). If you like > it, I'll do it for all the win_funcs. > Better add separate section, and than link to it with

Re: [FFmpeg-devel] [PATCH 1] avfilter/vf_avgblur: switch to faster algorithm

2021-09-29 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".

Re: [FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func

2021-09-29 Thread Paul B Mahol
On Wed, Sep 29, 2021 at 7:52 PM Arif Driessen wrote: > > Better add separate section, and than link to it with each filter docs, > instead copy paste lines 100 times. > > If we do add a separate section, I'm not sure where to put it. Perhaps > under "@chapter See Also"? > > I thought about someth

[FFmpeg-devel] [PATCH] avformat/mux: fix overflow in case one of dts in not set

2021-09-30 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index 2053a5636e..583328b123 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -949,7 +949,7 @@ int ff_interleave_packet_per_dts

Re: [FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func

2021-09-30 Thread Paul B Mahol
g Functions, that has to live under some chapter? (...Which?) > > Just keep the current patch for now. I'll push and then consolidate. > Please revert your commit, I haven't approved your changes that duplicates lines unneceassary. > > > > > On Wed, Sep 29, 2021 at

Re: [FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func

2021-09-30 Thread Paul B Mahol
On Thu, Sep 30, 2021 at 12:51 PM Gyan Doshi wrote: > > > On 2021-09-30 04:20 pm, Paul B Mahol wrote: > > On Thu, Sep 30, 2021 at 10:53 AM Gyan Doshi wrote: > > > >> On 2021-09-30 02:19 pm, Arif Driessen wrote: > >>> Okay. But is it a @chapter Variou

Re: [FFmpeg-devel] [PATCH v1 1/1] avformat/amr: Return PATCHWELCOME on stereo files

2021-09-30 Thread Paul B Mahol
On Thu, Sep 30, 2021 at 5:05 AM Sun Zhenliang wrote: > ping for review. > have amr-wb mc stereo sample? > 在 2021年9月27日 +0800 09:48,Sun Zhenliang ,写道: > > 在 2021年9月26日 +0800 20:40,myp...@gmail.com ,写道: > > > On Thu, Sep 16, 2021 at 11:24 AM sunzhenliang > > > wrote: > > > > > > > > Signed-off-

Re: [FFmpeg-devel] [PATCH] avformat/mux: fix overflow in case one of dts in not set

2021-09-30 Thread Paul B Mahol
On Thu, Sep 30, 2021 at 1:54 PM Michael Niedermayer wrote: > On Thu, Sep 30, 2021 at 12:36:17PM +0200, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > libavformat/mux.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > >

[FFmpeg-devel] [PATCH] avcodec: add amr parser

2021-09-30 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 + libavcodec/amr_parser.c | 103 libavcodec/parsers.c| 1 + libavformat/amr.c | 63 +--- 4 files changed, 117 insertions(+), 51 deletions(-) create mode

Re: [FFmpeg-devel] [PATCH 1/3] swscale/swscale_internal: Avoid unsigned for slice parameters

2021-09-30 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 v1 1/1] avformat/amr: Return PATCHWELCOME on stereo files

2021-09-30 Thread Paul B Mahol
On Thu, Sep 30, 2021 at 4:42 PM Sun Zhenliang wrote: > 在 2021年9月30日 +0800 19:56,Paul B Mahol ,写道: > > On Thu, Sep 30, 2021 at 5:05 AM Sun Zhenliang < > hisunzhenli...@outlook.com> > > wrote: > > > > > ping for review. > > > > > > > hav

[FFmpeg-devel] [PATCH 1/2] avcodec: add amr parser

2021-09-30 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 + libavcodec/amr_parser.c | 103 libavcodec/parsers.c| 1 + libavformat/amr.c | 63 +--- 4 files changed, 117 insertions(+), 51 deletions(-) create mode

[FFmpeg-devel] [PATCH 2/2] avcodec/amr*dec: add multichannel support

2021-09-30 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/amr_parser.c | 39 ++ libavcodec/amrnbdec.c | 54 +++- libavcodec/amrwbdec.c | 59 +-- libavformat/amr.c | 61

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/amr*dec: add multichannel support

2021-09-30 Thread Paul B Mahol
On Fri, Oct 1, 2021 at 3:17 AM Sun Zhenliang wrote: > > Sent with a Spark > 2021年10月1日 +0800 05:01 Paul B Mahol ,写道: > > Signed-off-by: Paul B Mahol > > --- > > libavcodec/amr_parser.c | 39 ++ >

Re: [FFmpeg-devel] [PATCH 001/218] avfilter/f_reverse: Don't use redundant query_formats function

2021-10-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 v11 10/14] avfilter/textmod: Add textmod, censor and show_speaker filters

2021-10-01 Thread Paul B Mahol
Please remove '_' from all your filters names. It is not needed ___ 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

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/amr*dec: add multichannel support

2021-10-01 Thread Paul B Mahol
On Fri, Oct 1, 2021 at 4:03 PM Sun Zhenliang wrote: > 2021年10月1日 +0800 14:41 Paul B Mahol ,写道: > > On Fri, Oct 1, 2021 at 3:17 AM Sun Zhenliang > > > wrote: > > > > > > > > Sent with a Spark > > > 2021年10月1日 +0800 05:01 Pa

Re: [FFmpeg-devel] [PATCH v11 10/14] avfilter/textmod: Add textmod, censor and show_speaker filters

2021-10-01 Thread Paul B Mahol
On Fri, Oct 1, 2021 at 9:43 PM Soft Works wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Paul B Mahol > > Sent: Friday, 1 October 2021 10:57 > > To: FFmpeg development discussions and patches > de...@ffmpeg.org> >

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/avfilter: Remove unused buffer

2021-10-02 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: add (a)latency filters

2021-10-02 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".

Re: [FFmpeg-devel] [PATCH 06/20] avformat/sccdec: Don't use uninitialized data, fix crash, simplify logic

2021-10-02 Thread Paul B Mahol
lgtm i guess ___ 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 07/20] avformat/sccdec: Remove redundant check

2021-10-02 Thread Paul B Mahol
lgtm i guess ___ 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 08/20] avformat/sccdec: Fix position of returned subtitle packets

2021-10-02 Thread Paul B Mahol
maybe 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 10/20] avformat/sccdec: Avoid zero-terminating unnecessarily

2021-10-02 Thread Paul B Mahol
probably fine ___ 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 17/20] fate/subtitles: Add scc remux test

2021-10-02 Thread Paul B Mahol
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 15/20] fate/subtitles: Add remuxing test for lrc

2021-10-02 Thread Paul B Mahol
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 20/20] avformat/lrcenc: Remove unnecessary header

2021-10-02 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 03/20] avutil/md5: Avoid av_unused variable

2021-10-02 Thread Paul B Mahol
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 01/20] libpostproc/postprocess_template: Don't reimplement FFSWAP

2021-10-02 Thread Paul B Mahol
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 12/20] avformat/(lrc|scc)enc: Use avio_w8() to write a single char

2021-10-02 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 19/20] avformat/lrcenc: Unify writing timestamps

2021-10-02 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 18/20] avformat/lrcenc: Avoid allocations for writing packet data

2021-10-02 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 11/20] avformat/subtitles: Honour ff_subtitles_read_line() documentation

2021-10-02 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 16/20] fftools/ffmpeg_opt: Remove write-only variable

2021-10-02 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 09/20] avformat/sccdec: Make constants more intelligible

2021-10-02 Thread Paul B Mahol
probably ok i guess ___ 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/vf_floodfill: constify the AVFrame parameter in is_same() and pick_pixel() functions

2021-10-02 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 1/2] avcodec: add amr parser

2021-10-02 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".

Re: [FFmpeg-devel] [PATCH 3/3] swscale/swscale: Pass slice location into unscaled code also for dst scaling

2021-10-02 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 2/3] swscale/alphablend: Fix slice handling

2021-10-02 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] doc/filters: added possible values to @item win_func

2021-10-02 Thread Paul B Mahol
On Thu, Sep 30, 2021 at 1:04 PM Gyan Doshi wrote: > > > On 2021-09-30 04:28 pm, Paul B Mahol wrote: > > On Thu, Sep 30, 2021 at 12:51 PM Gyan Doshi wrote: > > > >> > >> On 2021-09-30 04:20 pm, Paul B Mahol wrote: > >>> On Thu, Sep 30, 2021 at

Re: [FFmpeg-devel] [PATCH] avfilter/x86/vf_blend: unify indentation format

2021-10-03 Thread Paul B Mahol
applied ___ 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 2/4] libavfilter/x86/vf_threshold_init: remove condition s->depth == 16

2021-10-03 Thread Paul B Mahol
NAK, the x86 code is not working correctly with other depths, as there is fixed 0x80 (for 8bit and 0x8000 for 16bit) variable. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit li

Re: [FFmpeg-devel] [PATCH 2/4] libavfilter/x86/vf_threshold_init: remove condition s->depth == 16

2021-10-03 Thread Paul B Mahol
I can not test avx512 so someone lese needs to apply it. ___ 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 "unsub

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: GEM Raster image decoder

2021-10-03 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".

  1   2   3   4   5   6   7   8   9   10   >