Re: [FFmpeg-devel] [PATCH 1/1] avfilter/buffersink: Add video frame allocation callback

2023-07-22 Thread Paul B Mahol
On Sat, Jul 22, 2023 at 5:25 PM Nicolas George wrote: > Paul B Mahol (12023-07-22): > > What about an audio? > > Are we in the business of refusing a patch adding an interesting feature > because we want two interesting features instead? > Double standards, no

Re: [FFmpeg-devel] [PATCH 1/1] avfilter/buffersink: Add video frame allocation callback

2023-07-22 Thread Paul B Mahol
On Thu, Jul 20, 2023 at 1:40 PM John Cox wrote: > Add a callback to enable user allocation of video frames on the final > stage of a filter chain. > > What about an audio? This works only for sinks mostly, what about filters inside graph? > Signed-off-by: John Cox > --- >

Re: [FFmpeg-devel] [PATCH 25/33] fftools/ffmpeg_filter: stop disregarding user-specified pixel format

2023-07-15 Thread Paul B Mahol
On Fri, Jul 14, 2023 at 7:06 PM Anton Khirnov wrote: > Quoting Michael Niedermayer (2023-07-14 17:47:19) > > On Fri, Jul 14, 2023 at 11:44:07AM +0200, Anton Khirnov wrote: > > > Quoting Michael Niedermayer (2023-07-14 01:11:07) > > > > On Thu, Jul 13, 2023 at 12:55:45PM +0200, Anton Khirnov

Re: [FFmpeg-devel] [PATCH] avcodec: add RFBW video decoder

2023-07-13 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] [FFmpeg-cvslog] avfilter/af_adynamicequalizer: simplify calculations

2023-07-09 Thread Paul B Mahol
On Sun, Jul 9, 2023 at 5:24 PM James Almer wrote: > > ffmpeg | branch: master | Paul B Mahol https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog>> | Thu Jul 6 16:47:02 > 2023 +0200| [889c2529cc6ef65bb4c4f10aa79ca7ca0070a1aa] | committer: Paul B > Mahol > > > >

[FFmpeg-devel] [PATCH] HVQM4

2023-07-09 Thread Paul B Mahol
Attached. From acdb135770da2c52f3f4f9416b231b1b573cb0ae Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 1 Aug 2021 20:06:24 +0200 Subject: [PATCH 1/3] avformat: add hvqm4 demuxer Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1

Re: [FFmpeg-devel] [PATCH 2/2] lavf/dv: stop setting a random video bitrate

2023-07-06 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] lavc/dvdec: export bitrate

2023-07-06 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] doc/developer: Make tests a requirement

2023-07-03 Thread Paul B Mahol
Tyrants and dictators. ___ 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] avcodec/vlc: auto calculate depth

2023-07-03 Thread Paul B Mahol
On Mon, Jul 3, 2023 at 1:56 AM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > Will apply this soon as there are no more comments. > > My objection still stands. > Your objections are invalid, also you tend to object just to

Re: [FFmpeg-devel] [SDR][RFC] libavradio branch changes

2023-07-03 Thread Paul B Mahol
On Mon, Jul 3, 2023 at 7:48 AM Michael Niedermayer wrote: > Hi > > the new libavradio in its new repository needs some changes the problem > is that maintaining it in a separate repository AND seperate directory is > not > so simple > But let me show this in numbers, this is the stats of the

Re: [FFmpeg-devel] [PATCH] lavfi/bwdif: remove interpolated sample clipping

2023-07-02 Thread Paul B Mahol
On Sun, Jul 2, 2023 at 10:25 PM Lynne wrote: > Jul 2, 2023, 21:38 by one...@gmail.com: > > > On Sun, Jul 2, 2023 at 9:13 PM Lynne wrote: > > > >> Jul 2, 2023, 20:48 by one...@gmail.com: > >> > >> > On Sun, Jul 2, 2023 at 6:57 PM Lynne wrote: > >> > > >> >> Jul 2, 2023, 18:54 by d...@lynne.ee:

Re: [FFmpeg-devel] [PATCH] lavfi/bwdif: remove interpolated sample clipping

2023-07-02 Thread Paul B Mahol
On Sun, Jul 2, 2023 at 9:13 PM Lynne wrote: > Jul 2, 2023, 20:48 by one...@gmail.com: > > > On Sun, Jul 2, 2023 at 6:57 PM Lynne wrote: > > > >> Jul 2, 2023, 18:54 by d...@lynne.ee: > >> > >> > The issue is that clipping the interpolated temporal sample against > >> > the spatially predicted

Re: [FFmpeg-devel] [PATCH] Add SMC vsynth tests

2023-07-02 Thread Paul B Mahol
On Sun, Jul 2, 2023 at 6:39 PM Tomas Härdin wrote: > sön 2023-07-02 klockan 18:36 +0200 skrev Tomas Härdin: > > sön 2023-07-02 klockan 12:49 -0300 skrev James Almer: > > > On 7/2/2023 12:28 PM, Tomas Härdin wrote: > > > > > > > > --- > > > > tests/fate/vcodec.mak| 3 +++ > > > >

Re: [FFmpeg-devel] [PATCH] lavfi/bwdif: remove interpolated sample clipping

2023-07-02 Thread Paul B Mahol
On Sun, Jul 2, 2023 at 6:57 PM Lynne wrote: > Jul 2, 2023, 18:54 by d...@lynne.ee: > > > The issue is that clipping the interpolated temporal sample against > > the spatially predicted sample causes artifacts to appear. > > > > Discovered while writing the Vulkan version (where I omitted the > >

Re: [FFmpeg-devel] [PATCH v6 0/1] avformat: add Software Defined Radio support

2023-07-02 Thread Paul B Mahol
On Sun, Jul 2, 2023 at 11:58 AM Nicolas George wrote: > Martin Storsjo (12023-07-01): > > As numerous others have said already, this is at the wrong level of > > abstraction, even if it happens to work for you for the current use case. > > Then say what yopu think is the right level. > > > Even

Re: [FFmpeg-devel] [PATCH v6 0/1] avformat: add Software Defined Radio support

2023-07-02 Thread Paul B Mahol
On Sun, Jul 2, 2023 at 11:40 AM Nicolas George wrote: > Michael Niedermayer (12023-06-30): > > And if we could put it in git master then people could work together to > > build the libavradio out of it as we all want. > > > > Such collaboration is kind of one of the reasons of having a "git

Re: [FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-07-02 Thread Paul B Mahol
Will apply this soon as there are no more comments. ___ 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 v6 0/1] avformat: add Software Defined Radio support

2023-07-01 Thread Paul B Mahol
On Sat, Jul 1, 2023 at 8:56 PM Michael Niedermayer wrote: > On Sat, Jul 01, 2023 at 06:28:03PM +0300, Rémi Denis-Courmont wrote: > > Hi, > > > > Le 30 juin 2023 21:02:36 GMT+03:00, Michael Niedermayer < > mich...@niedermayer.cc> a écrit : > > >On Fri, Jun 30, 2023 at 07:40:53PM +0200, Michael

Re: [FFmpeg-devel] [PATCH v6 0/1] avformat: add Software Defined Radio support

2023-06-30 Thread Paul B Mahol
On Fri, Jun 30, 2023 at 7:41 PM Michael Niedermayer wrote: > On Fri, Jun 30, 2023 at 04:38:46PM +0200, Jean-Baptiste Kempf wrote: > > On Fri, 30 Jun 2023, at 16:08, Michael Niedermayer wrote: > > > Also as said previously, If there is at least a 2nd developer working > > > on this then we could

Re: [FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-06-30 Thread Paul B Mahol
On Fri, Jun 30, 2023 at 2:35 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > On Thu, Jun 29, 2023 at 9:20 PM Andreas Rheinhardt < > > andreas.rheinha...@outlook.com> wrote: > > > >> Paul B Mahol: > >>&

Re: [FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-06-30 Thread Paul B Mahol
On Thu, Jun 29, 2023 at 9:20 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > On Wed, Jun 28, 2023 at 7:34 PM Andreas Rheinhardt < > > andreas.rheinha...@outlook.com> wrote: > > > >> Paul B Mahol: > >>>

Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_ccrepack: Constify filter

2023-06-29 Thread Paul B Mahol
On Thu, Jun 29, 2023 at 9:35 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > On Thu, Jun 29, 2023 at 8:18 PM Andreas Rheinhardt < > > andreas.rheinha...@outlook.com> wrote: > > > >> The discrepancy between the definitio

Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_ccrepack: Constify filter

2023-06-29 Thread Paul B Mahol
On Thu, Jun 29, 2023 at 8:18 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > The discrepancy between the definition and the declaration > in allfilters.c is actually UB. > I get no such message with ubsan. > > Signed-off-by: Andreas Rheinhardt > --- >

Re: [FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-06-29 Thread Paul B Mahol
On Wed, Jun 28, 2023 at 7:34 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > On Wed, Jun 28, 2023 at 11:57 AM Paul B Mahol wrote: > > > >> > >> > >> On Wed, Jun 28, 2023 at 11:11 AM Andreas Rheinha

Re: [FFmpeg-devel] [PATCH v6 0/1] avformat: add Software Defined Radio support

2023-06-29 Thread Paul B Mahol
If you apply this I will apply my pending libswresample commits and also remove sonic decoder from libavcodec. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or

Re: [FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-06-28 Thread Paul B Mahol
On Wed, Jun 28, 2023 at 11:57 AM Paul B Mahol wrote: > > > On Wed, Jun 28, 2023 at 11:11 AM Andreas Rheinhardt < > andreas.rheinha...@outlook.com> wrote: > >> Paul B Mahol: >> > On Wed, Jun 28, 2023 at 12:26 AM Andreas Rheinhardt < >> > andreas.

Re: [FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-06-28 Thread Paul B Mahol
On Wed, Jun 28, 2023 at 11:11 AM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > On Wed, Jun 28, 2023 at 12:26 AM Andreas Rheinhardt < > > andreas.rheinha...@outlook.com> wrote: > > > >> Paul B Mahol: > >>&g

Re: [FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-06-28 Thread Paul B Mahol
On Wed, Jun 28, 2023 at 12:26 AM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > On Tue, Jun 27, 2023 at 11:45 PM Andreas Rheinhardt < > > andreas.rheinha...@outlook.com> wrote: > > > >> Paul B Mahol: > >>&g

Re: [FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-06-27 Thread Paul B Mahol
On Tue, Jun 27, 2023 at 11:45 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > On Tue, Jun 27, 2023 at 11:05 PM Andreas Rheinhardt < > > andreas.rheinha...@outlook.com> wrote: > > > >> Paul B Mahol: > >>&

Re: [FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-06-27 Thread Paul B Mahol
On Tue, Jun 27, 2023 at 11:05 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > On Tue, Jun 27, 2023 at 9:47 PM Andreas Rheinhardt < > > andreas.rheinha...@outlook.com> wrote: > > > >> Paul B Mahol: > >>> Patc

Re: [FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-06-27 Thread Paul B Mahol
On Tue, Jun 27, 2023 at 9:47 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > Patch attached. > > > > Where do you intend to use this? What is the point of it? > After all, using this value in GET_VLC makes no sense; only compile-ti

[FFmpeg-devel] [PATCH] avcodec/vlc: auto calculate depth

2023-06-26 Thread Paul B Mahol
Patch attached. From e1ba15ab470752ebe937bc3865fb0dce99da1921 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 24 Jun 2023 10:02:35 +0200 Subject: [PATCH] libavcodec/vlc: auto calculate depth Signed-off-by: Paul B Mahol --- libavcodec/vlc.c | 9 +++-- libavcodec/vlc.h | 1 + 2 files

Re: [FFmpeg-devel] [PATCH v2] fftools/ffmpeg_dec: Don't keep sending frame to filters in flushing

2023-06-26 Thread Paul B Mahol
On Mon, Jun 26, 2023 at 6:08 PM Anton Khirnov wrote: > Quoting Fei Wang (2023-06-26 09:24:58) > > Filter may has a limited frame pool size. Do not always send frame to > > filters without reaping. > > > > Fix the regression of commit 5fa00b38e6. > > > > Example cmd: > > $ ffmpeg -threads 20

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/jpeg2000dec: jpeg2000 has its own lowres option

2023-06-24 Thread Paul B Mahol
On Sat, Jun 24, 2023 at 12:53 PM Tomas Härdin wrote: > lör 2023-06-10 klockan 20:31 +0200 skrev Michael Niedermayer: > > jpeg2000 overrides the global lowres variable with a lowres field > > called reduction_factor > > ffmpeg -lowres X causes the reduction_factor to be set > > ffplay -lowres X

Re: [FFmpeg-devel] [PATCH] avcodec/j2kenc: use uint64_t type for the lambda value

2023-06-24 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 v2] avformat: add Software Defined Radio support

2023-06-23 Thread Paul B Mahol
On Fri, Jun 23, 2023 at 8:56 PM Michael Niedermayer wrote: > On Fri, Jun 23, 2023 at 08:17:16PM +0200, Paul B Mahol wrote: > > On Fri, Jun 23, 2023 at 8:12 PM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > Hi > > > > >

Re: [FFmpeg-devel] [PATCH v2] avformat: add Software Defined Radio support

2023-06-23 Thread Paul B Mahol
On Fri, Jun 23, 2023 at 8:12 PM Michael Niedermayer wrote: > Hi > > On Fri, Jun 23, 2023 at 06:37:18PM +0200, Rémi Denis-Courmont wrote: > > Hi, > > > > Le 23 juin 2023 13:17:28 GMT+02:00, Michael Niedermayer < > mich...@niedermayer.cc> a écrit : > > >On Fri, Jun 23, 2023 at 10:34:10AM +0800,

Re: [FFmpeg-devel] [PATCH] libavfilter/vf_drawtext: add letter_spacing as an evaluated parameter

2023-06-20 Thread Paul B Mahol
xt.c This have been already merged, with some minor changes. > > > > On 19/06/2023 19:56, Mark Ren wrote: > > Ah alright I see. When might that push come through and is there > somewhere > > I can look at the kind of changes in the meantime? > > &g

Re: [FFmpeg-devel] [PATCH] libavformat/mpegts.c: fix hardcoded 5-bytes skip for metadata streams.

2023-06-20 Thread Paul B Mahol
On Tue, Jun 20, 2023 at 7:19 AM wrote: > From: Romain Beauxis > > Before the introduction of AV_CODEC_ID_TIMED_ID3 for timed_id3 metadata > streams > in mpegts (commit 4a4437c0fbc8f7afe0c533070395a42e56b4ee75), > AV_CODEC_ID_SMPTE_KLV > was the only existing codec for metadata. > > It seems

Re: [FFmpeg-devel] [PATCH 1/3] closed caption decoder: accept and decode a new codec type of 'raw 608 byte pairs'

2023-06-20 Thread Paul B Mahol
t if that's > possible. > I pinged the decoder "maintainer" about it once and didn't get a > response so seems it's up to us. > > Please remove '_dec_' part, its really not needed. Thank you. > -=roger=- > > On Thu, May 7, 2020 at 7:06 AM Paul B Mahol wrote: &g

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/huffyuvdec: avoid undefined behavior with get_vlc2() failure

2023-06-19 Thread Paul B Mahol
Shouldnt it error out instead? ___ 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/vf_drawtext: add letter_spacing as an evaluated parameter

2023-06-19 Thread Paul B Mahol
On Mon, Jun 19, 2023 at 6:34 PM Mark Ren wrote: > When enabled it will add pixels (or subtract if given a negative value) > between each letters, > set use_kerning to false, > and add the pixels to text_w. > Conflicts with big drawtext filter set that will be pushed soon. > > Signed-off-by:

Re: [FFmpeg-devel] [PATCH 6/6] doc/developer: Require new modules to include tests

2023-06-19 Thread Paul B Mahol
NAK ___ 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] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-06-18 Thread Paul B Mahol
On Thu, Jun 15, 2023 at 8:45 PM Roy Funderburk wrote: > > > On 6/15/23 8:46 AM, Paul B Mahol wrote: > > get_vlc2 can be made for get_bits_var(), first table bits (that are still > > int and not uint8_t), the code that picks table index from which to take > > bits.

Re: [FFmpeg-devel] [PATCH 08/10] avcodec/evc_parser: remove write only variable

2023-06-18 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 5/5] avformat: add sdr support

2023-06-18 Thread Paul B Mahol
On Sat, Jun 17, 2023 at 8:37 PM Michael Niedermayer wrote: > On Sat, Jun 17, 2023 at 08:08:11PM +0200, Paul B Mahol wrote: > [...] > > > Which library handles compressed stuff? > > For digital stuff like DAB/DVB/... > > sdrdemux in libavformat will demodulate, do e

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

2023-06-17 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 5/5] avformat: add sdr support

2023-06-17 Thread Paul B Mahol
On Sat, Jun 17, 2023 at 2:48 PM Michael Niedermayer wrote: > Hi > > On Sat, Jun 17, 2023 at 01:08:45PM +0200, Paul B Mahol wrote: > [...] > > > But the biggest issue is your claim of demultiplexing, which your code > does > > not do, its done by called libr

Re: [FFmpeg-devel] [PATCH v1 1/2] lavc/vp9: set yuvj pixel format for full range decode

2023-06-17 Thread Paul B Mahol
On Sat, Jun 17, 2023 at 1:47 PM Thilo Borgmann wrote: > Am 17.06.23 um 13:40 schrieb Paul B Mahol: > > NAK, there is color_range that should not be ignored. > > In patch 1/2 color_range is used in the condition for the switch. > > if (avctx->color_range == AVCOL_RANG

Re: [FFmpeg-devel] [PATCH v1 1/2] lavc/vp9: set yuvj pixel format for full range decode

2023-06-17 Thread Paul B Mahol
NAK, there is color_range that should not be ignored. Fix finally scale filter. ___ 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 5/5] avformat: add sdr support

2023-06-17 Thread Paul B Mahol
On Sat, Jun 17, 2023 at 10:46 AM Michael Niedermayer wrote: > On Sat, Jun 17, 2023 at 08:16:04AM +0200, Paul B Mahol wrote: > > Please no more pseudo demuxers. > > > > Use libavfilter API. > > sdrdemux takes a single linear stream of numbers containing multiple r

Re: [FFmpeg-devel] [RFC] [PATCH] avfilter/avfilter: add flag to signal filters that support w/h change

2023-06-17 Thread Paul B Mahol
On Sat, Jun 17, 2023 at 10:27 AM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-06-17 08:52:33) > > On Wed, Jun 14, 2023 at 7:33 PM Nicolas George wrote: > > > > > Paul B Mahol (12023-06-14): > > > > To flag filters that can work with variable frame size c

Re: [FFmpeg-devel] [PATCH] lavc/binkaudio: reset input packet on errors

2023-06-17 Thread Paul B Mahol
On Sat, Jun 17, 2023 at 9:47 AM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-06-17 09:39:24) > > On Sat, Jun 17, 2023 at 9:16 AM Anton Khirnov wrote: > > > > > Quoting Paul B Mahol (2023-06-17 08:35:21) > > > > On Sat, Jun 17, 2023 at 4:54 AM Anton Khir

Re: [FFmpeg-devel] [PATCH] lavc/binkaudio: reset input packet on errors

2023-06-17 Thread Paul B Mahol
On Sat, Jun 17, 2023 at 9:16 AM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-06-17 08:35:21) > > On Sat, Jun 17, 2023 at 4:54 AM Anton Khirnov wrote: > > > > > Make sure we don't repeatedly try to decode the same packet, making no > > > progress and

Re: [FFmpeg-devel] [RFC] [PATCH] avfilter/avfilter: add flag to signal filters that support w/h change

2023-06-17 Thread Paul B Mahol
On Wed, Jun 14, 2023 at 7:33 PM Nicolas George wrote: > Paul B Mahol (12023-06-14): > > To flag filters that can work with variable frame size changes > > all the time in graph. So no rescalers are need to be inserted or > > filtergraph reset. > > > >

Re: [FFmpeg-devel] [PATCH] avcodec: Ignoring errors is only possible before the input end

2023-06-17 Thread Paul B Mahol
On Sat, Jun 3, 2023 at 9:44 PM Michael Niedermayer wrote: > Fixes: out of array read > Fixes: Ticket 10308 > Did you forgot to apply this? > > Signed-off-by: Michael Niedermayer > --- > libavcodec/h263dec.c | 2 +- > libavcodec/mpeg4videodec.c | 4 ++-- > 2 files changed, 3

Re: [FFmpeg-devel] [PATCH] lavc/binkaudio: reset input packet on errors

2023-06-17 Thread Paul B Mahol
On Sat, Jun 17, 2023 at 4:54 AM Anton Khirnov wrote: > Make sure we don't repeatedly try to decode the same packet, making no > progress and possibly causing an infinite loop. > Doesn't all error paths, bellow goto label in function, needs this (reset of ch_offset to 0 and unref of pkt) ? >

Re: [FFmpeg-devel] [PATCH] avcodec: Align AVFrame memory to page size for access via Apple Metal

2023-06-17 Thread Paul B Mahol
On Thu, Jun 15, 2023 at 12:34 PM Iskandar Safarov wrote: > Thanks for looking into this, > > The idea is to page-align the entire software-backed video pool allocation > where video frames are being taken from – both for decoding and/or encoding > (when done in software only). > > The default

Re: [FFmpeg-devel] [PATCH 5/5] avformat: add sdr support

2023-06-17 Thread Paul B Mahol
Please no more pseudo demuxers. Use libavfilter API. ___ 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] avfilter/buffersrc: stop passing AV_NOPTS_VALUE on EOF

2023-06-15 Thread Paul B Mahol
Will apply shortly. ___ 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] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-06-15 Thread Paul B Mahol
On Wed, Jun 14, 2023 at 10:01 PM Roy Funderburk wrote: > Hi, > > I updated the libavcodec patch per Paul Mahol's reviews: > > dtsuhd_common.c:496 get_bits_long instead of get_bits used for reading 36 > bits > > dtsuhd_common.c:224 get_bits_var changed to accept arrays in VarBits > structure,

Re: [FFmpeg-devel] [PATCH 06/11] avcodec/evc_parse: use the correct struct size when allocating pps

2023-06-15 Thread Paul B Mahol
On Thu, Jun 15, 2023 at 5:20 PM James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/evc_parse.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/evc_parse.c b/libavcodec/evc_parse.c > index 71e2605281..b3044eca3f 100644 > ---

Re: [FFmpeg-devel] [PATCH 02/11] avcodec/evc_parser: remove superfluous memset calls

2023-06-15 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] [PATCH] avfilter/buffersrc: stop passing AV_NOPTS_VALUE on EOF

2023-06-15 Thread Paul B Mahol
Attached. From 88fbb2fbfd2bb7cb3474d54cb197ee42b1404532 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 15 Jun 2023 17:15:44 +0200 Subject: [PATCH] avfilter/buffersrc: stop passing AV_NOPTS_VALUE on EOF Signed-off-by: Paul B Mahol --- libavfilter/buffersrc.c | 5 - 1 file changed, 4

Re: [FFmpeg-devel] [PATCH 0/7] Misc AFD improvements and support for Bar Data

2023-06-15 Thread Paul B Mahol
On Thu, Jun 15, 2023 at 4:54 PM Devin Heitmueller < devin.heitmuel...@ltnglobal.com> wrote: > On Wed, Jun 7, 2023 at 3:24 PM Devin Heitmueller > wrote: > > > > This patch series includes some misc changes related to AFD, as well > > as adding support for S2016-1 bar data. > > > > The current

[FFmpeg-devel] [PATCH] avfilter/af_join: put all inputs to EOF on EOF

2023-06-14 Thread Paul B Mahol
Attached. From a6a50f8d7529e680d6a48719412e0608e3803962 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 30 May 2023 02:35:48 +0200 Subject: [PATCH] avfilter/af_join: put all inputs to EOF on EOF Signed-off-by: Paul B Mahol --- libavfilter/af_join.c | 2 ++ 1 file changed, 2 insertions

Re: [FFmpeg-devel] [RFC] [PATCH] avfilter/avfilter: add flag to signal filters that support w/h change

2023-06-14 Thread Paul B Mahol
On Wed, Jun 14, 2023 at 7:05 PM Nicolas George wrote: > Paul B Mahol (12023-06-14): > > Will apply soon. > > A flag connected with no code at all? What is it supposed to do? > To flag filters that can work with variable frame size changes all the time in graph. So no

[FFmpeg-devel] [PATCH] avfilter/vf_drawtext: additions

2023-06-14 Thread Paul B Mahol
alignment Text can now be aligned vertically (top, middle, bottom) and horizontally (left, center, right) relative to the background box. Signed-off-by: Paul B Mahol --- doc/filters.texi | 6 + libavfilter/vf_drawtext.c | 51 ++- 2 files changed, 56

Re: [FFmpeg-devel] [PATCH 12/21] fftools/ffmpeg_filter: reject filtergraphs with zero outputs

2023-06-14 Thread Paul B Mahol
On Wed, Jun 14, 2023 at 7:01 PM Anton Khirnov wrote: > Quoting Paul B Mahol (2023-06-14 18:53:52) > > On Wed, Jun 14, 2023 at 6:51 PM Anton Khirnov wrote: > > > > > Nothing useful can be done with them currently. > > > --- > > > fftools/ffmpeg_fi

Re: [FFmpeg-devel] [PATCH 12/21] fftools/ffmpeg_filter: reject filtergraphs with zero outputs

2023-06-14 Thread Paul B Mahol
On Wed, Jun 14, 2023 at 6:51 PM Anton Khirnov wrote: > Nothing useful can be done with them currently. > --- > fftools/ffmpeg_filter.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/fftools/ffmpeg_filter.c b/fftools/ffmpeg_filter.c > index 4f7565e44e..54c7ed1f5c 100644 > ---

Re: [FFmpeg-devel] [RFC] [PATCH] avfilter/avfilter: add flag to signal filters that support w/h change

2023-06-14 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] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-06-14 Thread Paul B Mahol
On Wed, Jun 14, 2023 at 8:06 AM Paul B Mahol wrote: > > > On Wed, Jun 14, 2023 at 8:01 AM Paul B Mahol wrote: > >> >> >> On Wed, Jun 14, 2023 at 7:37 AM Paul B Mahol wrote: >> >>> >>> >>> On Wed, Jun 14, 2023 at 2:00 AM Roy Funderb

Re: [FFmpeg-devel] [PATCH] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-06-14 Thread Paul B Mahol
On Wed, Jun 14, 2023 at 8:01 AM Paul B Mahol wrote: > > > On Wed, Jun 14, 2023 at 7:37 AM Paul B Mahol wrote: > >> >> >> On Wed, Jun 14, 2023 at 2:00 AM Roy Funderburk >> wrote: >> >>> >>> On 6/13/23 11:35 AM, Paul B Mahol wrote: &

Re: [FFmpeg-devel] [PATCH] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-06-14 Thread Paul B Mahol
On Wed, Jun 14, 2023 at 7:37 AM Paul B Mahol wrote: > > > On Wed, Jun 14, 2023 at 2:00 AM Roy Funderburk > wrote: > >> >> On 6/13/23 11:35 AM, Paul B Mahol wrote: >> > Doing allocation in probe? >> > Probing should be very fast. >> >

Re: [FFmpeg-devel] [PATCH] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-06-13 Thread Paul B Mahol
On Wed, Jun 14, 2023 at 2:00 AM Roy Funderburk wrote: > > On 6/13/23 11:35 AM, Paul B Mahol wrote: > > Doing allocation in probe? > > Probing should be very fast. > > In line 143 of the avformat patch, memory allocation is removed from the > probe > > >>+in

[FFmpeg-devel] [PATCH] avcodec: add RFBW video decoder

2023-06-13 Thread Paul B Mahol
Attached. From 1ecc4dc72119de4b0fb23c85eba35341b4329dea Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 9 Jun 2023 23:57:01 +0200 Subject: [PATCH] avcodec: add RFBW decoder Signed-off-by: Paul B Mahol --- configure | 1 + libavcodec/Makefile | 1 + libavcodec

Re: [FFmpeg-devel] [PATCH] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-06-13 Thread Paul B Mahol
On Fri, Apr 14, 2023 at 6:01 PM Roy Funderburk wrote: > Parsing and demuxing of DTS-UHD input files per ETSI TS 102 114 is added > as demuxer "dtsuhd". movenc supports DTS-UHD audio track. > > Signed-off-by: Roy Funderburk > --- > Changelog | 1 + > configure

Re: [FFmpeg-devel] [PATCH v3 2/2] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-06-13 Thread Paul B Mahol
On Mon, Apr 17, 2023 at 6:14 AM Roy Funderburk wrote: > Demuxing of DTS-UHD input files per ETSI TS 102 114 is added as > demuxer "dtsuhd". movenc supports DTS-UHD audio track. > > Signed-off-by: Roy Funderburk > --- > Changelog | 1 + > configure | 1 + >

Re: [FFmpeg-devel] [PATCH v3 1/2] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-06-13 Thread Paul B Mahol
On Tue, Jun 13, 2023 at 7:43 PM Roy Funderburk wrote: > > > On 6/13/23 7:26 AM, Paul B Mahol wrote: > > Why we need new av_* calls, can you elaborate logic behind such approach > to > > implement parser? > > > There is common code for dtsuhd audio fra

[FFmpeg-devel] [RFC] [PATCH] avfilter/avfilter: add flag to signal filters that support w/h change

2023-06-13 Thread Paul B Mahol
Attached. From 440616b9400d6d6a4705b6feedcd5439cd9e54c2 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 13 Jun 2023 16:39:12 +0200 Subject: [PATCH] avfilter/avfilter: add flag to signal filters that support w/h change Signed-off-by: Paul B Mahol --- libavfilter/avfilter.h | 6 ++ 1

Re: [FFmpeg-devel] [PATCH v3 1/2] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

2023-06-13 Thread Paul B Mahol
On Mon, May 15, 2023 at 11:15 PM Roy Funderburk wrote: > On 5/15/23 1:35 PM, Michael Niedermayer wrote: > > Seems iam unable to download this. google complains about some 3rd party > cookies > > being disabled when i try to download. This seems new > > > Hi, > > Since google drive is not working

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

2023-06-12 Thread Paul B Mahol
On Wed, Jun 7, 2023 at 10:17 PM Michael Niedermayer wrote: > On Wed, Jun 07, 2023 at 07:29:13PM +0200, Paul B Mahol wrote: > > On Wed, Jun 7, 2023 at 6:01 PM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > On Wed, Jun 07, 2023

Re: [FFmpeg-devel] [RFC/PATCH] bitpacked_dec: Optimization for bitpacked_dec decoder performance

2023-06-12 Thread Paul B Mahol
On Fri, May 12, 2023 at 12:20 AM Marton Balint wrote: > > > On Wed, 10 May 2023, Lance Wang wrote: > > > On Sat, May 6, 2023 at 8:41 PM Devin Heitmueller < > > devin.heitmuel...@ltnglobal.com> wrote: > > > >> On Sat, May 6, 2023 at 8:16 AM James Almer wrote: > >> > Can you bench with the

Re: [FFmpeg-devel] [PATCH] avcodec: add VMX1 decoder

2023-06-12 Thread Paul B Mahol
On Sat, Jun 10, 2023 at 12:24 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > +static av_cold int decode_init(AVCodecContext *avctx) > > +{ > > +VMIXContext *s = avctx->priv_data; > > + > > +avctx->bit

Re: [FFmpeg-devel] [PATCH v24 3/9] avformat/evc_demuxer: Added demuxer to handle reading EVC video files

2023-06-12 Thread Paul B Mahol
On Mon, Jun 12, 2023 at 2:29 PM Dawid Kozinski wrote: > - Provided AVInputFormat struct describing EVC input format > (ff_evc_demuxer) > > Signed-off-by: Dawid Kozinski > --- > libavcodec/Makefile | 1 + > libavcodec/evc_frame_merge_bsf.c | 170 +++ >

Re: [FFmpeg-devel] [PATCH v24 8/9] avcodec/evc: Changes in Changelog file

2023-06-12 Thread Paul B Mahol
On Mon, Jun 12, 2023 at 2:31 PM Dawid Kozinski wrote: > - Changelog update > > Signed-off-by: Dawid Kozinski > --- > Changelog | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Changelog b/Changelog > index d51e03b8eb..fa029c5b1a 100644 > --- a/Changelog > +++

Re: [FFmpeg-devel] [PATCH] avcodec: add VMX1 decoder

2023-06-09 Thread Paul B Mahol
On Fri, Jun 9, 2023 at 7:57 AM Jean-Baptiste Kempf wrote: > On Thu, 8 Jun 2023, at 19:39, Paul B Mahol wrote: > > Attached. > > Missing version bumping? > That is done when committing. To prevent potential need for rebase if in meantime someone changes version. > --

[FFmpeg-devel] [PATCH] avcodec: add VMX1 decoder

2023-06-08 Thread Paul B Mahol
Attached. From 2e0bbbc73afeac43e8cb7e2d5c78647725c764ba Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 4 Jun 2023 20:30:59 +0200 Subject: [PATCH] avcodec: add VMX1 decoder Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec

Re: [FFmpeg-devel] [PATCH 1/2] lavc/riffenc: Fix msrle support on Windows 95

2023-06-08 Thread Paul B Mahol
But does this break it on other platforms? ___ 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] swresample: reuse DSP functions from avutil

2023-06-07 Thread Paul B Mahol
On Wed, Jun 7, 2023 at 6:01 PM Michael Niedermayer wrote: > On Wed, Jun 07, 2023 at 05:46:25PM +0200, Paul B Mahol wrote: > > On Sat, May 13, 2023 at 3:09 AM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > On Fri, May 12, 2023

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

2023-06-07 Thread Paul B Mahol
On Sat, May 13, 2023 at 3:09 AM Michael Niedermayer wrote: > On Fri, May 12, 2023 at 07:28:08PM +0200, Paul B Mahol wrote: > > With fixed alignment requirements. > > > rematrix.c| 54 > -- > > s

Re: [FFmpeg-devel] [PATCH] avcodec: add RTV1 decoder

2023-06-07 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] avcodec: add RTV1 decoder

2023-06-04 Thread Paul B Mahol
Attached. From 0c68defd7f0169fe228c6f105ddc5852999f036a Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 3 Jun 2023 12:29:25 +0200 Subject: [PATCH] avcodec: add RTV1 decoder Signed-off-by: Paul B Mahol --- configure | 1 + libavcodec/Makefile | 1 + libavcodec

[FFmpeg-devel] [PATCH] avcodec: add RTV1 decoder

2023-06-04 Thread Paul B Mahol
Attached. From cdd867aa1c88fa8b89dfe473ae0e2caf69c74313 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 3 Jun 2023 12:29:25 +0200 Subject: [PATCH] avcodec: add RTV1 decoder Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec

Re: [FFmpeg-devel] [PATCH v2] lavfi/vf_xfade: rewrite activate inputs handling

2023-06-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 v4 0/2] Animated JPEG XL Support

2023-06-02 Thread Paul B Mahol
On Fri, Jun 2, 2023 at 5:03 PM Leo Izen wrote: > On 5/26/23 16:55, Leo Izen wrote: > > Changes from v3: > > - Use avctx->internal->in_pkt instead of allocating a new packet. > > > > Leo Izen (2): > >avcodec/libjxldec: add animated decode support > >avformat/jpegxl_anim_dec: add

Re: [FFmpeg-devel] drawtext filter

2023-06-02 Thread Paul B Mahol
> one: 0009). > > Will carefully review and apply whole set if time permits. > > On 20/03/2023 09:50, Paul B Mahol wrote: > > On Mon, Mar 20, 2023 at 8:41 AM Francesco Carusi > > wrote: > > > >> Would it be ok if I split the patch so that one is ded

Re: [FFmpeg-devel] [PATCH] avdevice/lavfi: fix crash on unconnected outpads

2023-06-01 Thread Paul B Mahol
On Thu, Jun 1, 2023 at 12:14 PM metamuffin wrote: > Nameless outpads would cause an invocation to sscanf with NULL. > Example: ffmpeg -f lavfi -i 'nullsrc;nullsrc' - > Changed to throwing an error instead. > See:

Re: [FFmpeg-devel] [PATCH 3/3] doc/examples/transcode: convert timestamps between filtering and encoding

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

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