Re: [FFmpeg-devel] [PATCH 2/3] doc/examples/transcode: stop using decoder's AVCodecContext.time_base

2023-05-31 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/3] doc/examples/transcode: set packet timebase for decoding

2023-05-31 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 12/23] fftools/ffmpeg_enc: do not guess frame durations from output framerate

2023-05-31 Thread Paul B Mahol
approved ___ 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 4/5] lavfi/graphparser: reimplement avfilter_graph_parse* using new API

2023-05-31 Thread Paul B Mahol
On Tue, May 30, 2023 at 11:10 PM Marton Balint wrote: > > > On Fri, 20 Jan 2023, Anton Khirnov wrote: > > > --- > > libavfilter/graphparser.c | 537 +- > > 1 file changed, 126 insertions(+), 411 deletions(-) > > This change makes error messages for parse

Re: [FFmpeg-devel] [PATCH] libavfilter: add vf_xfade_vulkan

2023-05-30 Thread Paul B Mahol
On Tue, May 30, 2023 at 3:34 AM Marvin Scholz wrote: > This is an initial version of vf_xfade_vulkan based > on vf_xfade_opencl, for now only fade and wipeleft > transitions are supported. > --- > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + >

[FFmpeg-devel] [BUGGY EXAMPLE] doc/examples/transcode: does not work

2023-05-29 Thread Paul B Mahol
It errors on time_base, somehow it becomes 0/1. ___ 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/af_aresample: switch to activate

2023-05-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/af_apad: switch to activate

2023-05-27 Thread Paul B Mahol
On Sat, May 27, 2023 at 5:46 PM Paul B Mahol wrote: > > > On Sat, May 27, 2023 at 5:43 PM Anton Khirnov wrote: > >> Quoting Paul B Mahol (2023-05-18 19:48:47) >> > Attached. >> > >> > From c06d3d9f6020fdda19641637cafa6f86c77b4b73 Mon Sep 17 00:00:00

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

2023-05-27 Thread Paul B Mahol
On Sat, May 27, 2023 at 5:43 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-05-18 19:48:47) > > Attached. > > > > From c06d3d9f6020fdda19641637cafa6f86c77b4b73 Mon Sep 17 00:00:00 2001 > > From: Paul B Mahol > > Date: Wed, 17 May 2023 09:14:56 +0200 &g

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

2023-05-27 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] lavu/tx: stop using av_log(NULL, )

2023-05-24 Thread Paul B Mahol
On 5/24/23, Lynne wrote: > Patch attached. > > 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

Re: [FFmpeg-devel] [PATCH] avformat/gifdec: cleanup

2023-05-22 Thread Paul B Mahol
On 5/21/23, Paul B Mahol wrote: > Attached patches. > > This finally removes giant hacks in gif demuxer and allows using gif > files via pipe reliably. > Hopefully final version. From 4dee724ff112967b8aa2e8ca5a45ec2726a7f409 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun,

Re: [FFmpeg-devel] [PATCH] avformat/gifdec: cleanup

2023-05-22 Thread Paul B Mahol
On 5/21/23, Paul B Mahol wrote: > Attached patches. > > This finally removes giant hacks in gif demuxer and allows using gif > files via pipe reliably. > Now with smaller diff. From f3d6eea43df686b4211601b194fac81f032eb273 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 21

Re: [FFmpeg-devel] [PATCH] avformat/gifdec: cleanup

2023-05-21 Thread Paul B Mahol
On 5/21/23, James Almer wrote: > On 5/21/2023 5:02 PM, Paul B Mahol wrote: >> On 5/21/23, James Almer wrote: >>> On 5/21/2023 4:25 PM, Paul B Mahol wrote: >>>> On 5/21/23, Paul B Mahol wrote: >>>>> Attached patches. >>>>> >>&g

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/rka: use 64bit for srate_pad computation

2023-05-21 Thread Paul B Mahol
On 5/21/23, Michael Niedermayer wrote: > On Sun, Mar 05, 2023 at 08:02:20PM +0100, Michael Niedermayer wrote: >> On Sun, Mar 05, 2023 at 05:37:09PM +0100, Paul B Mahol wrote: >> > On 3/5/23, Michael Niedermayer wrote: >> > > Fixes: left shift of 538976288 by 1

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

2023-05-21 Thread Paul B Mahol
On 5/18/23, Paul B Mahol wrote: > To provide EOF pts and also signal EOF to its inputs when dropping all > remaining frames. > > Attached. > Will push. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/

Re: [FFmpeg-devel] [PATCH] avformat/gifdec: cleanup

2023-05-21 Thread Paul B Mahol
On 5/21/23, James Almer wrote: > On 5/21/2023 4:25 PM, Paul B Mahol wrote: >> On 5/21/23, Paul B Mahol wrote: >>> Attached patches. >>> >>> This finally removes giant hacks in gif demuxer and allows using gif >>> files via pipe reliably. >>>

Re: [FFmpeg-devel] [PATCH] avformat/gifdec: cleanup

2023-05-21 Thread Paul B Mahol
On 5/21/23, Michael Niedermayer wrote: > On Sun, May 21, 2023 at 01:24:06PM +0200, Paul B Mahol wrote: >> libavcodec/gifdec.c| 11 - >> libavformat/gifdec.c | 245 +-- >> tests/ref/fate/gif-color

Re: [FFmpeg-devel] [IMPORTANT] Missing documentation

2023-05-21 Thread Paul B Mahol
On 5/20/23, Gyan Doshi wrote: > > On 2023-05-20 05:20 pm, Paul B Mahol wrote: >> Hi, >> >> What is about muxer/demuxer documentation? More than half is not >> documented at all. >> >> I'm busy working on other things, what are doc maintaine

Re: [FFmpeg-devel] [PATCH] avcodec/aacdec: add support for AAC SBR with 960 frame length

2023-05-20 Thread Paul B Mahol
On 5/20/23, Matthias Walliczek wrote: > Supports the european DAB+ digital radio coding > > Fixes: https://trac.ffmpeg.org/ticket/1407 "HE-AAC (v2): 960/120 MDCT > window is not implemented" > > Signed-off-by: Matthias Walliczek > --- > libavcodec/aacdec_template.c | 21 ++ >

[FFmpeg-devel] [IMPORTANT] Missing documentation

2023-05-20 Thread Paul B Mahol
Hi, What is about muxer/demuxer documentation? More than half is not documented at all. I'm busy working on other things, what are doc maintainers doing? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: stop using AVPacket on stack

2023-05-20 Thread Paul B Mahol
On 5/20/23, James Almer wrote: > On 5/20/2023 6:41 AM, Paul B Mahol wrote: >> Why you doing this to me? >> I already did this in my patch, that you ignored. > > You did it in the activate patch, that i did not look at because i could > not review it, sorry. > > P

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: stop using AVPacket on stack

2023-05-20 Thread Paul B Mahol
Why you doing this to me? I already did this in my patch, that you ignored. ___ 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/src_movie: activate & dr

2023-05-19 Thread Paul B Mahol
On Fri, May 19, 2023 at 9:52 AM Paul B Mahol wrote: > > > On Thu, May 18, 2023 at 8:01 PM James Almer wrote: > >> On 5/18/2023 2:44 PM, Paul B Mahol wrote: >> > On Thu, May 18, 2023 at 7:31 PM James Almer wrote: >> > >> >> On 5/1

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: activate & dr

2023-05-19 Thread Paul B Mahol
On Thu, May 18, 2023 at 8:01 PM James Almer wrote: > On 5/18/2023 2:44 PM, Paul B Mahol wrote: > > On Thu, May 18, 2023 at 7:31 PM James Almer wrote: > > > >> On 5/18/2023 7:22 AM, Paul B Mahol wrote: > >>> From af73b69a0be9033fddf222b6e9ac60799de85691 Mon S

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

2023-05-18 Thread Paul B Mahol
Fixed patch. From 7cd57fc6ba5598fa43c068126d729180603efd02 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 17 May 2023 09:15:51 +0200 Subject: [PATCH] avfilter/af_aresample: switch to activate Signed-off-by: Paul B Mahol --- libavfilter/af_aresample.c | 54

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

2023-05-18 Thread Paul B Mahol
Attached. From c06d3d9f6020fdda19641637cafa6f86c77b4b73 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 17 May 2023 09:14:56 +0200 Subject: [PATCH 21/27] avfilter/af_apad: switch to activate Signed-off-by: Paul B Mahol --- libavfilter/af_apad.c | 105

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: activate & dr

2023-05-18 Thread Paul B Mahol
On Thu, May 18, 2023 at 7:31 PM James Almer wrote: > On 5/18/2023 7:22 AM, Paul B Mahol wrote: > > From af73b69a0be9033fddf222b6e9ac60799de85691 Mon Sep 17 00:00:00 2001 > > From: Paul B Mahol > > Date: Mon, 15 May 2023 21:54:25 +0200 > > Subject: [PATCH 26/27] avf

Re: [FFmpeg-devel] Global variables in FFmpeg command expressions?

2023-05-18 Thread Paul B Mahol
Current expressions are ugly, and adding global variables will not make it better. Hacks are not allowed, any hacks spotted in code will be pruned. AV filters are not that common because nobody needed it. ___ ffmpeg-devel mailing list

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

2023-05-18 Thread Paul B Mahol
With proper EOF reporting support. Attached. From ed6be8443c29ce2246eec572b7342cee00e61925 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 17 May 2023 09:15:51 +0200 Subject: [PATCH 22/27] avfilter/af_aresample: switch to activate Signed-off-by: Paul B Mahol --- libavfilter

[FFmpeg-devel] [PATCH] avfilter/src_movie: activate & dr

2023-05-18 Thread Paul B Mahol
Attached. From 7ea5d96228d25d18b56dfe9fd91296ef1e29fa0a Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 18 May 2023 00:59:31 +0200 Subject: [PATCH 27/27] avfilter/src_movie: switch to activate Signed-off-by: Paul B Mahol --- libavfilter/src_movie.c | 265

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

2023-05-18 Thread Paul B Mahol
To provide EOF pts and also signal EOF to its inputs when dropping all remaining frames. Attached. From 6aba088d4a994f90efec01308056684d52b04f5d Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 17 May 2023 00:46:29 +0200 Subject: [PATCH] avfilter/trim: switch to activate Signed-off

Re: [FFmpeg-devel] [PATCH] avutil/frame: deprecate palette_has_changed

2023-05-18 Thread Paul B Mahol
On Thu, May 18, 2023 at 7:52 AM Anton Khirnov wrote: > Quoting James Almer (2023-05-18 03:45:09) > > Not only this is information that relies on the concept of a sequence of > > frames, which is completely out of place as a field in AVFrame, but its > > usefulness is also very limited. > > I

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: dr support

2023-05-16 Thread Paul B Mahol
Attached. From e0651e789479b2062e4f8aa93be8274fe773e146 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 15 May 2023 21:54:25 +0200 Subject: [PATCH 2/3] avfilter/src_movie: dr support Signed-off-by: Paul B Mahol --- libavfilter/src_movie.c | 44

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: dr support

2023-05-16 Thread Paul B Mahol
Yet another patch. From e1dc1a00ac327d450c33586269cb19230f433405 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 15 May 2023 21:54:25 +0200 Subject: [PATCH 2/3] avfilter/src_movie: dr support Signed-off-by: Paul B Mahol --- libavfilter/src_movie.c | 40

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: dr support

2023-05-16 Thread Paul B Mahol
New patch attached. From beaaca4147e4d0510393a2dc802fdaee60769f0f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 15 May 2023 21:54:25 +0200 Subject: [PATCH 2/3] avfilter/src_movie: dr support Signed-off-by: Paul B Mahol --- libavfilter/src_movie.c | 39

[FFmpeg-devel] [PATCH] avfilter: add more usage of ff_null_get_*_buffer()

2023-05-15 Thread Paul B Mahol
Attached. From 27c37fe14f6e631e581002ef8fa942095efe0338 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 15 May 2023 22:30:07 +0200 Subject: [PATCH 3/3] avfilter: add more usage of ff_null_get_*_buffer() Signed-off-by: Paul B Mahol --- libavfilter/af_aformat.c | 1 + libavfilter

[FFmpeg-devel] [PATCH] avfilter/src_movie: dr support

2023-05-15 Thread Paul B Mahol
Attached. From 6fddad6ea2abf91a7378fb367a439441ef8f32b4 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 15 May 2023 21:54:25 +0200 Subject: [PATCH 2/3] avfilter/src_movie: dr support Signed-off-by: Paul B Mahol --- libavfilter/src_movie.c | 32 ++-- 1 file

[FFmpeg-devel] [PATCH] avfilter/src_movie: switch to activate()

2023-05-15 Thread Paul B Mahol
Attached. From a5bfd2e0856a02989ce7f1d2a4f3b9f45c77189f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 2 Apr 2022 14:06:22 +0200 Subject: [PATCH 1/3] avfilter/src_movie: switch to activate() Signed-off-by: Paul B Mahol --- libavfilter/src_movie.c | 91

Re: [FFmpeg-devel] Global variables in FFmpeg command expressions?

2023-05-15 Thread Paul B Mahol
On Mon, May 15, 2023 at 8:45 PM Joan Lluch wrote: > Hi all, > > I recently made a feature request to one of the community members. I was > ready to pay a reasonable amount for it, but as it was a relatively quick > fix, he was kind enough to implement it on his own, and I made a donation > to

Re: [FFmpeg-devel] [PATCH] avfilter/formats: fix format negotiation when multiple channel_layouts are provided

2023-05-13 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 v3 1/2] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-05-13 Thread Paul B Mahol
On Mon, May 8, 2023 at 7:49 PM Roy Funderburk wrote: > Hi, > > If there is anything I could do to improve this submission, please tell me. > > How to test this additions, any samples available? > Thanks, > -Roy > > On 4/16/23 9:12 PM, Roy Funderburk wrote: > > Parsing of DTS-UHD input files

Re: [FFmpeg-devel] [PATCH] avfilter/avfiltergraph: fix illogical flaws in code

2023-05-13 Thread Paul B Mahol
Will apply, as it makes less frustrated filtergraphs with no excessive aformat filters for cases that can negotiate formats fully. Addresses #6638 ticket too. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH v5 4/5] lavfi/format: wrap auto filters into structures

2023-05-13 Thread Paul B Mahol
Possibility for infinite loops? In what cases this helps, have graphs examples to test? ___ 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] swresample: misc improvements

2023-05-13 Thread Paul B Mahol
On Sat, May 13, 2023 at 1:37 AM Michael Niedermayer wrote: > On Thu, May 11, 2023 at 07:13:19PM +0200, Paul B Mahol wrote: > > Attached. > [...] > > @@ -33,64 +33,86 @@ > > > > > > #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## &g

Re: [FFmpeg-devel] [PATCH] avcodec/elbg: fix integer overflows

2023-05-13 Thread Paul B Mahol
Improved patch attached. From 5bdf5493c72e4a8214e2867373e23db68d090ce1 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 12 May 2023 23:37:59 +0200 Subject: [PATCH] avcodec/elbg: fix integer overflows Fixes #9977 Signed-off-by: Paul B Mahol --- libavcodec/elbg.c | 56

Re: [FFmpeg-devel] [PATCH] avcodec/elbg: fix integer overflows

2023-05-13 Thread Paul B Mahol
On Sat, May 13, 2023 at 1:24 AM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > From f02425ca7207be131a0a9afe4b932fda084b7065 Mon Sep 17 00:00:00 2001 > > From: Paul B Mahol > > Date: Fri, 12 May 2023 23:37:59 +0200 > > Subject:

Re: [FFmpeg-devel] [PATCH] avcodec/elbg: fix integer overflows

2023-05-12 Thread Paul B Mahol
On Sat, May 13, 2023 at 12:07 AM Leo Izen wrote: > > On 5/12/23 17:46, Paul B Mahol wrote: > > Attached. > > > > > > ___ > > ffmpeg-devel mailing list > > ffmpeg-devel@ffmpeg.org > >

[FFmpeg-devel] [PATCH] avcodec/elbg: fix integer overflows

2023-05-12 Thread Paul B Mahol
Attached. From f02425ca7207be131a0a9afe4b932fda084b7065 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 12 May 2023 23:37:59 +0200 Subject: [PATCH] avcodec/elbg: fix integer overflows Signed-off-by: Paul B Mahol --- libavcodec/elbg.c | 51

[FFmpeg-devel] [PATCH] avfilter/avfiltergraph: fix illogical flaws in code

2023-05-12 Thread Paul B Mahol
Attached. From 11907ee612b0440faeb3804e8f9af5e36a63db89 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 12 May 2023 21:01:41 +0200 Subject: [PATCH] avfilter/avfiltergraph: fix illogical flaws in code Signed-off-by: Paul B Mahol --- libavfilter/avfiltergraph.c | 6 -- 1 file changed

Re: [FFmpeg-devel] [PATCH] swresample: reuse DSP functions from avutil

2023-05-12 Thread Paul B Mahol
With fixed alignment requirements. From 771bc1414b737475bc42c7263fd7f21b4d9cc9b7 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 10 May 2023 15:41:01 +0200 Subject: [PATCH] swresample: reuse DSP functions from avutil Improves generic mixing dramatically. Signed-off-by: Paul B Mahol

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/src_movie: switch to activate()

2023-05-12 Thread Paul B Mahol
On Wed, May 10, 2023 at 4:47 PM Paul B Mahol wrote: > > Will apply as it now works. > last time for comments ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit l

Re: [FFmpeg-devel] [PATCH 2/2] avformat/hls: reduce default max reload to 100

2023-05-11 Thread Paul B Mahol
On Wed, May 10, 2023 at 11:58 PM Michael Niedermayer wrote: > The 1000 did result in a apparent never ending reload loop > > How so? Somewhere overflow happens causing infinity? > Issue found by: Сергей Колесников > Signed-off-by: Michael Niedermayer > --- > libavformat/hls.c | 2 +- > 1

[FFmpeg-devel] [PATCH] swresample: misc improvements

2023-05-11 Thread Paul B Mahol
Attached. From 23bde72fa9b15b16d0b3241652433967111229b5 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 11 May 2023 17:39:08 +0200 Subject: [PATCH 2/2] swresample: add paths for same planar/packed format conversion Signed-off-by: Paul B Mahol --- libswresample/audioconvert.c | 113

Re: [FFmpeg-devel] [PATCH v6 1/6] ccfifo: Properly handle CEA-708 captions through framerate conversion

2023-05-11 Thread Paul B Mahol
On Thu, May 11, 2023 at 6:56 PM Devin Heitmueller < devin.heitmuel...@ltnglobal.com> wrote: > Hi Paul, > > On Thu, May 11, 2023 at 12:23 PM Paul B Mahol wrote: > > > > > > applied, thanks for the effort. > > > > > > > Breaks build. >

Re: [FFmpeg-devel] [PATCH v6 1/6] ccfifo: Properly handle CEA-708 captions through framerate conversion

2023-05-11 Thread Paul B Mahol
On Thu, May 11, 2023 at 4:14 PM Lance Wang wrote: > On Wed, May 10, 2023 at 7:08 PM Lance Wang wrote: > > > > > > > On Sun, May 7, 2023 at 3:03 PM Lance Wang > wrote: > > > >> LGTM for the patchset. > >> > >> > > I will help to apply the patchset tomorrow if no further comments. thx. > > > >

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/src_movie: switch to activate()

2023-05-10 Thread Paul B Mahol
Will apply as it now works. ___ 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] swresample: reuse DSP functions from avutil

2023-05-10 Thread Paul B Mahol
Attached. From 1f6aded57aab1fd8c6c7ba6fa5261d7979666f66 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 10 May 2023 15:41:01 +0200 Subject: [PATCH] swresample: reuse DSP functions from avutil Improves generic mixing dramatically. Signed-off-by: Paul B Mahol --- libswresample/rematrix.c

Re: [FFmpeg-devel] [PATCH] avfilter: add zoneplate video source filter

2023-05-10 Thread Paul B Mahol
On Wed, May 10, 2023 at 2:50 PM Michael Koch wrote: > Well, I can't see how it looks now, but the sequence white - gray - > white (which is impossible in a sine wave) should no longer be there, > because cos(x) = cos(-x). > This is not caused by sin() but because video is full range yuv but

Re: [FFmpeg-devel] [PATCH] avfilter: add zoneplate video source filter

2023-05-10 Thread Paul B Mahol
On Wed, May 10, 2023 at 2:32 PM Michael Koch wrote: > ffmpeg -f lavfi -i zoneplate=kx2=320:ky2=240,format=gray -frames 1 -y > out.png > > When you draw a line through the center, you have > black - gray - white - gray - white - gray -black > which means the sine wave changes its sign in the

Re: [FFmpeg-devel] [PATCH] avfilter: add zoneplate video source filter

2023-05-10 Thread Paul B Mahol
On Wed, May 10, 2023 at 1:58 PM Michael Koch wrote: > Isn't it better to use cos() instead of sin()? With sin() there is a > discontinuity in the center. > Where you see discontinuity in the filter output? ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH] avcodec/avformat cleanup of pseudo stuff

2023-05-10 Thread Paul B Mahol
Patches attached. If there is enough interest I'm willing to make proper audio filter source with more features and more formats support. From 55e47a125d929b88578eb743203e81fbf7770cab Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 10 May 2023 10:44:51 +0200 Subject: [PATCH 2/2] avformat

Re: [FFmpeg-devel] [PATCH] avcodec/libmp3lame: make it possible to set copyright/original flags

2023-05-10 Thread Paul B Mahol
Approved and 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 1/3] lavc/decode: drop a useless warning

2023-05-09 Thread Paul B Mahol
Finally! ___ 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_mpdecimate: Add option to keep the first N similar frames before dropping

2023-05-08 Thread Paul B Mahol
On Mon, May 8, 2023 at 8:06 PM Thilo Borgmann wrote: > Am 08.05.23 um 15:58 schrieb Paul B Mahol: > > On Mon, May 8, 2023 at 3:43 PM Thilo Borgmann > > wrote: > > > >> Am 08.05.23 um 15:32 schrieb Thilo Borgmann: > >>> This allows for decimati

Re: [FFmpeg-devel] [PATCH] avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping

2023-05-08 Thread Paul B Mahol
On Mon, May 8, 2023 at 3:43 PM Thilo Borgmann wrote: > Am 08.05.23 um 15:32 schrieb Thilo Borgmann: > > This allows for decimating large similar portions of a video while > preserving small ones. > > --- > > libavfilter/vf_mpdecimate.c | 19 +-- > > 1 file changed, 17

Re: [FFmpeg-devel] [PATCH] avfilter: add zoneplate video source filter

2023-05-07 Thread Paul B Mahol
New version, faster and with slice threading and docs. From 8b9ab6e3401d69f115b5d331fec73fd8c01ea1bd Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 6 May 2023 22:52:47 +0200 Subject: [PATCH] avfilter: add zoneplate video test source Signed-off-by: Paul B Mahol --- doc/filters.texi

[FFmpeg-devel] [PATCH] avfilter: add zoneplate video source filter

2023-05-07 Thread Paul B Mahol
Attached. From 7b0a8586adc0a142f0b7afcdbdf36ce526f4cd34 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 6 May 2023 22:52:47 +0200 Subject: [PATCH] avfilter: add zoneplate video test source Signed-off-by: Paul B Mahol --- libavfilter/Makefile | 1 + libavfilter/allfilters.c

Re: [FFmpeg-devel] [PATCH] avdevice/lavfi: update documentation

2023-05-07 Thread Paul B Mahol
approved and 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] [RFC/PATCH] bitpacked_dec: Optimization for bitpacked_dec decoder performance

2023-05-06 Thread Paul B Mahol
On Sat, May 6, 2023 at 1:32 PM Lance Wang wrote: > On Sat, May 6, 2023 at 4:58 AM Devin Heitmueller < > devin.heitmuel...@ltnglobal.com> wrote: > > > Rework the code a bit to speed up the 10-bit bitpacked decoding > > routine. This is probably about as fast as I can get it without > > switching

[FFmpeg-devel] [PATCH] avfilter/f_ebur128: export results into read-only options

2023-05-06 Thread Paul B Mahol
Attached. From fd7b20023fd8fe19d9559c23f5927a66e75513c1 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 6 May 2023 12:28:10 +0200 Subject: [PATCH] avfilter/f_ebur128: export results into read-only options Signed-off-by: Paul B Mahol --- doc/filters.texi| 18

[FFmpeg-devel] [PATCH] avfilter/af_replaygain: export results into read-only options

2023-05-05 Thread Paul B Mahol
Attached. From 4c9bf661c74e598c623d05e4a170e5b48150e7cd Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 6 May 2023 01:50:08 +0200 Subject: [PATCH] avfilter/af_replaygain: export results into read-only options Signed-off-by: Paul B Mahol --- doc/filters.texi| 10

Re: [FFmpeg-devel] [PATCH 01/11] avcodec/adpcm: Fix integer overflow in intermediate in ADPCM_XMD

2023-05-05 Thread Paul B Mahol
On Sat, May 6, 2023 at 12:15 AM Michael Niedermayer wrote: > On Tue, Apr 18, 2023 at 12:45:01AM +0200, Michael Niedermayer wrote: > > On Mon, Apr 17, 2023 at 09:04:48AM +0200, Paul B Mahol wrote: > > > NAK, breaks decoding. > > > > The file you posted decodes the s

[FFmpeg-devel] [PATCH] asetnsamples: add commands and timeline support

2023-05-05 Thread Paul B Mahol
Attached. From 0baf7e9f94e42f19f99fc4ff97936b7afe9230ae Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 5 May 2023 20:48:10 +0200 Subject: [PATCH 1/2] avfilter/af_asetnsamples: add commands support Signed-off-by: Paul B Mahol --- libavfilter/af_asetnsamples.c | 3 ++- 1 file changed, 2

Re: [FFmpeg-devel] [PATCH 1/2] lavc/tak: make ff_tak_parse_streaminfo static

2023-05-04 Thread Paul B Mahol
approved ___ 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] lavc/tak: do not store invalid values in stream info

2023-05-04 Thread Paul B Mahol
approved ___ 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] av_mallocz_array

2023-05-04 Thread Paul B Mahol
This is invalid. ___ 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] avcodec/pdvdec: Check previous frame before using it

2023-05-02 Thread Paul B Mahol
approved ___ 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 v5] avformat: add MMTP parser and MMT/TLV demuxer

2023-05-02 Thread Paul B Mahol
Use av_freep(), non need to check for NULL before av_freep() / av_free() ___ 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 v2] avutil: deprecate AVRational field inside AVOption::default_val

2023-05-02 Thread Paul B Mahol
On Tue, May 2, 2023 at 1:40 PM James Almer wrote: > On 5/2/2023 8:34 AM, Tomas Härdin wrote: > > tis 2023-05-02 klockan 15:48 +0800 skrev Zhao Zhili: > >> From: Zhao Zhili > >> > >> Signed-off-by: Zhao Zhili > >> --- > >> libavutil/opt.h | 2 ++ > >> libavutil/version.h | 1 + > >> 2

Re: [FFmpeg-devel] [PATCH v2] avutil: deprecate AVRational field inside AVOption::default_val

2023-05-02 Thread Paul B Mahol
NAK It can be made useful. ___ 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/21] fftools/ffmpeg: deprecate -adrift_threshold

2023-05-01 Thread Paul B Mahol
Approved ___ 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] avfilter: add Affine Projection adaptive audio filter

2023-05-01 Thread Paul B Mahol
Attached patch. From 391216f55c8e226974fb2e8a0e725b254811c2b7 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 --- libavfilter/Makefile | 1 + libavfilter

Re: [FFmpeg-devel] [PATCH] avfilter: add FIR equalizer coefficients source filter

2023-04-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] lavf/dauddec: set timebase to 1/samplerate

2023-04-27 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 audio rls filter

2023-04-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".

[FFmpeg-devel] [PATCH] avformat/adtsenc: do not pass NULL to av_log()

2023-04-27 Thread Paul B Mahol
Patch attached. From 4d990d87cc4df0593abeec8e398556089f1a7c0c Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 27 Apr 2023 10:35:33 +0200 Subject: [PATCH] avformat/adtsenc: do not pass NULL to av_log() Signed-off-by: Paul B Mahol --- libavformat/adtsenc.c | 6 +++--- 1 file changed, 3

Re: [FFmpeg-devel] [PATCH 23/25] fftools/ffmpeg_filter: add filtergraph private data

2023-04-24 Thread Paul B Mahol
On Mon, Apr 24, 2023 at 8:37 PM James Almer wrote: > On 4/24/2023 3:33 PM, Paul B Mahol wrote: > > On Mon, Apr 24, 2023 at 8:32 PM Nicolas George wrote: > > > >> Anton Khirnov (12023-04-24): > >>> So when I wanted to make changes to libavfilter recently

Re: [FFmpeg-devel] [PATCH 23/25] fftools/ffmpeg_filter: add filtergraph private data

2023-04-24 Thread Paul B Mahol
On Mon, Apr 24, 2023 at 8:32 PM Nicolas George wrote: > Anton Khirnov (12023-04-24): > > So when I wanted to make changes to libavfilter recently, you claimed > > your familiarity with the code makes you more qualified to judge > > readability. Now my familiarity with the code makes me LESS

[FFmpeg-devel] [PATCH] avfilter: add audio rls filter

2023-04-22 Thread Paul B Mahol
Attached. From cda21a1e12c8dbc5dbf39556cec26b3e255184ec Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 16 Apr 2023 18:53:07 +0200 Subject: [PATCH] avfilter: add arls filter Signed-off-by: Paul B Mahol --- libavfilter/Makefile | 1 + libavfilter/af_arls.c| 353

Re: [FFmpeg-devel] [PATCH] avcodec/pdvdec: honor the requested avctx->skip_frame value

2023-04-20 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] PDV format support

2023-04-20 Thread Paul B Mahol
On Tue, Apr 18, 2023 at 11:07 PM Michael Niedermayer wrote: > On Mon, Apr 17, 2023 at 08:46:15PM +0200, Paul B Mahol wrote: > > Patches attached. > > > Makefile |1 > > allformats.c |1 > > pdvdec.c | 172 > +

Re: [FFmpeg-devel] drawtext filter

2023-03-14 Thread Paul B Mahol
On Tue, Mar 14, 2023 at 4:59 PM Francesco Carusi wrote: > Can I help in any way in advancing this patch? > I will apply it if nobody objects in next 48h. > > On 03/02/2023 15:18, Francesco Carusi wrote: > > > > > > On 30/01/2023 13:19, Paul B Mahol wrote: >

Re: [FFmpeg-devel] [PATCH] avformat/matroska: Add support for A_ATRAC/AT1

2023-03-06 Thread Paul B Mahol
On 3/6/23, asivery wrote: > Signed-off-by: asivery > --- > libavformat/matroska.c | 1 + > libavformat/matroskadec.c | 2 ++ > 2 files changed, 3 insertions(+) > where is this defined? > diff --git a/libavformat/matroska.c b/libavformat/matroska.c > index 90d94b65bf..37305a523c 100644 > ---

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/rka: use 64bit for srate_pad computation

2023-03-05 Thread Paul B Mahol
On 3/5/23, Michael Niedermayer wrote: > Fixes: left shift of 538976288 by 13 places cannot be represented in type > 'int' > Fixes: > 56148/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RKA_fuzzer-6257370708967424 > Please make sure that this does not break decoding. > Found-by: continuous

Re: [FFmpeg-devel] [PATCH] libavfilter/vf_signalstats.c: add new hsl(Hue, Saturation, Lightness) for filter signalstats

2023-02-26 Thread Paul B Mahol
On 2/26/23, liuyizhuo wrote: > From: "yizhuo.liu...@gmail.com" > > --- > libavfilter/vf_signalstats.c | 244 +++ > 1 file changed, 219 insertions(+), 25 deletions(-) > > diff --git a/libavfilter/vf_signalstats.c b/libavfilter/vf_signalstats.c > index

Re: [FFmpeg-devel] FFmpeg 6.0

2023-02-21 Thread Paul B Mahol
On Tue, Feb 21, 2023 at 12:38 PM Michael Niedermayer wrote: > On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote: > > Hi all > > > > i plan to branch off release/6.0 from master in the next days > > If theres something blocking and i should wait, please reply here > > > > 6.0

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/af_pan: use the new swr used channel layout option

2023-02-17 Thread Paul B Mahol
set 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] [PATCH] avformat/cdg: add probe

2023-02-14 Thread Paul B Mahol
Patch attached. From b0cd65c70465da729d950dfff1c20129e81462fc Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 14 Feb 2023 22:25:42 +0100 Subject: [PATCH] avformat/cdg: add probe Signed-off-by: Paul B Mahol --- libavformat/cdg.c | 17 + 1 file changed, 17 insertions

Re: [FFmpeg-devel] [PATCH] avfilter: use ff_inlink_make_frame_writable()

2023-02-11 Thread Paul B Mahol
FIxed, 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".

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