Re: [FFmpeg-devel] [PATCH 1/2] doc/ffplay: put keystrokes to decrease and increase volume on the same line

2022-04-21 Thread Gyan Doshi
Pushed as 0059c7c07d9c180578d597b73d40b625c444f9ec On 2022-04-21 10:16 am, Gyan Doshi wrote: Will apply. On 2022-04-21 03:13 am, Stefano Sabatini wrote: Fix trac issue http://trac.ffmpeg.org/ticket/7832 ---   doc/ffplay.texi | 2 --   1 file changed, 2 deletions(-) diff --git a/doc/ffplay.texi

Re: [FFmpeg-devel] [PATCH 2/2] doc/ffprobe: clarify that the input file is not optional

2022-04-21 Thread Gyan Doshi
Pushed as 83e1a1de8833845224948e5d002355c03dd117d5 On 2022-04-21 10:17 am, Gyan Doshi wrote: Will apply. On 2022-04-21 03:13 am, Stefano Sabatini wrote: Fix trac issue http://trac.ffmpeg.org/ticket/9562 ---   doc/ffprobe.texi  | 2 +-   fftools/ffprobe.c | 2 +-   2 files changed, 2 insertions(+

[FFmpeg-devel] [PATCH] ffprobe: update entry index after printing packet/media type

2022-04-21 Thread Stefano Sabatini
Fix JSON output in case a frame or packet section contains a nested section. Fix trac issue http://trac.ffmpeg.org/ticket/8680. --- fftools/ffprobe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index 05c167eeb5..803c1b07df 100644 --- a/fftools/ffprobe

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-21 Thread Gyan Doshi
On 2022-04-20 09:54 am, Gyan Doshi wrote: On 2022-04-20 02:49 am, Paul B Mahol wrote: On Tue, Apr 19, 2022 at 10:57 PM Vignesh Venkatasubramanian < vigneshv-at-google@ffmpeg.org> wrote: Add support for parsing AVIF still images. This patches supports AVIF still images that have exactl

Re: [FFmpeg-devel] [PATCH] avformat/avio: use av_match_name to match protocol lists

2022-04-21 Thread Paul B Mahol
On Wed, Apr 20, 2022 at 10:34 PM Leo Izen wrote: > This swaps av_match_list to av_match_name inside ffurl_connect, > which allows ALL to be treated as a valid value on the whitelist > or blacklist in accordance with the behavior described in the > documentation. > --- > libavformat/avio.c | 4 ++

[FFmpeg-devel] 2nd ping

2022-04-21 Thread MCC CS
It would be great if anyone who reads this could review this small patch (original: https://ffmpeg.org/pipermail/ffmpeg-devel/2022-April/295351.html): This is a repost of the patch by Chris Snowhill who originally sent this patch on 31 December - which didn't receive any replies. As you can see o

Re: [FFmpeg-devel] [PATCH] avformat/avio: use av_match_name to match protocol lists

2022-04-21 Thread Leo Izen
On 4/21/22 06:54, Paul B Mahol wrote: So this still works if multiple items are provided ? It does. Running something like this: $ ./ffmpeg_g -protocol_whitelist http,file -i test.png successfully reads the file. - Leo Izen (thebombzen) ___ ffmp

Re: [FFmpeg-devel] [PATCH] libavcodec/videotoolboxenc.c: add option to hevc encoder to prioritize speed.

2022-04-21 Thread Simone Karin Lehmann
> Am 14.04.2022 um 10:13 schrieb Thilo Borgmann : > > Hi, > >>> diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c >>> index 418ff00b8d..ab0dad6cbc 100644 >>> --- a/libavcodec/videotoolboxenc.c >>> +++ b/libavcodec/videotoolboxenc.c >>> @@ -236,6 +236,7 @@ typedef struct V

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-21 Thread Vignesh Venkatasubramanian
On Thu, Apr 21, 2022 at 2:08 AM Gyan Doshi wrote: > > > > On 2022-04-20 09:54 am, Gyan Doshi wrote: > > > > > > On 2022-04-20 02:49 am, Paul B Mahol wrote: > >> On Tue, Apr 19, 2022 at 10:57 PM Vignesh Venkatasubramanian < > >> vigneshv-at-google@ffmpeg.org> wrote: > >> > >>> Add support for p

Re: [FFmpeg-devel] [PATCH 3/3] avformat/movenc: Add support for AVIF muxing

2022-04-21 Thread Vignesh Venkatasubramanian
On Wed, Apr 13, 2022 at 2:35 PM Vignesh Venkatasubramanian wrote: > > On Wed, Apr 13, 2022 at 2:04 PM Andreas Rheinhardt > wrote: > > > > Vignesh Venkatasubramanian: > > > On Mon, Mar 21, 2022 at 1:46 PM Andreas Rheinhardt > > > wrote: > > >> > > >> Vignesh Venkatasubramanian: > > >>> Add an AVI

[FFmpeg-devel] [PATCH] avfilter/vsrc_mandelbrot: Check for malloc failure

2022-04-21 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavfilter/vsrc_mandelbrot.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavfilter/vsrc_mandelbrot.c b/libavfilter/vsrc_mandelbrot.c index 20f62ed42e..d4d7e2fa49 100644 --- a/libavfilter/vsrc_mandelbrot.c +++ b/libavfilter/vsrc_mandelbrot.c @@

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirements

2022-04-21 Thread Michael Niedermayer
On Tue, Apr 19, 2022 at 09:41:17AM +0200, Paul B Mahol wrote: > patch set probably ok will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The smallest minority on earth is the individual. Those who deny individual rights cannot claim to be defenders

[FFmpeg-devel] [PATCH] fftools/opt_common.c: Display muxer/demuxer flags in help screen.

2022-04-21 Thread toots
From: Romain Beauxis --- Showing muxer/demuxer flags can be very useful to quickly glance at specific properties, in particular global headers flags. This patch adds a display of these flags in the -h muxer=... and -h demuxer=... calls. fftools/opt_common.c | 78

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-21 Thread Gyan Doshi
On 2022-04-21 09:46 pm, Vignesh Venkatasubramanian wrote: On Thu, Apr 21, 2022 at 2:08 AM Gyan Doshi wrote: On 2022-04-20 09:54 am, Gyan Doshi wrote: On 2022-04-20 02:49 am, Paul B Mahol wrote: On Tue, Apr 19, 2022 at 10:57 PM Vignesh Venkatasubramanian < vigneshv-at-google@ffmpeg.o

[FFmpeg-devel] [PATCH v5 1/2] lavc/vaapi_encode: add support for maxframesize

2022-04-21 Thread Fei Wang
From: Linjie Fu Add support for max frame size: - max_frame_size (bytes) to indicate the max allowed size for frame. If the frame size exceeds the limitation, encoder will to control the frame size by adjusting QP value. ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -f rawvideo \

[FFmpeg-devel] [PATCH v5 2/2] doc/vaapi_encode: add documentations for max_frame_size

2022-04-21 Thread Fei Wang
From: Linjie Fu Add docs for max_frame_size option. Signed-off-by: Linjie Fu Signed-off-by: Fei Wang --- doc/encoders.texi | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/encoders.texi b/doc/encoders.texi index aac9f25e55..d66713b69f 100644 --- a/doc/encoders.texi +++ b/doc/encod