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

2023-06-17 Thread Gyan Doshi
On 2023-06-17 01:58 pm, Paul B Mahol wrote: 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 changes

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 changes > > > > all the time in

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

2023-06-17 Thread Anton Khirnov
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 changes > > > all the time in graph. So no rescalers are need to be inserted or > > > filtergraph

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. > > > > Once all such filters are flaged with such

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

2023-06-14 Thread Nicolas George
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. > > Once all such filters are flaged with such capability then code will be > added so auto inserted rescale filter

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 rescalers are need to be

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

2023-06-14 Thread Nicolas George
Paul B Mahol (12023-06-14): > Will apply soon. A flag connected with no code at all? What is it supposed to do? -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

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

[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