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
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(+
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
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
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 ++
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
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
> 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
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
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
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
@@
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
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
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
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 \
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
16 matches
Mail list logo