On Sun, Jul 17, 2022 at 09:27:00PM +0200, Anton Khirnov wrote:
> ---
> libavcodec/libx264.c | 50 +++-
> 1 file changed, 49 insertions(+), 1 deletion(-)
breaks build on ubuntu
libavcodec/libx264.c: In function ‘csp_to_pixfmt’:
libavcodec/libx264.c:317:10:
On Sun, 10 Jul 2022, Marton Balint wrote:
According to API docs avdevice_list_devices(), avdevice_list_input_sources()
and avdevice_list_input_sinks() should return the number of autodetected
devices on success. This is redundant with AVDeviceInfoList->nb_devices so it
was not noticed earlier
---
doc/APIchanges | 5 +
libavcodec/avcodec.c | 10 ++
libavcodec/avcodec.h | 20
libavcodec/codec.h | 8
libavcodec/decode.c| 2 +-
libavcodec/decode.h| 5 +
libavcodec/encode.c| 25
This is an easy way to make a refcounted frame from a non-refcounted
one.
---
doc/APIchanges | 5 +
libavutil/frame.c | 3 ---
libavutil/frame.h | 3 ++-
libavutil/version.h | 2 +-
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index f9
---
libavcodec/libx264.c | 50 +++-
1 file changed, 49 insertions(+), 1 deletion(-)
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 98ec030865..b27006c030 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -311,6 +311,23 @@ stati
---
libavcodec/flvenc.c| 1 +
libavcodec/h261enc.c | 1 +
libavcodec/ituh263enc.c| 3 ++-
libavcodec/mjpegenc.c | 4 +++-
libavcodec/mpeg12enc.c | 6 --
libavcodec/mpeg4videoenc.c | 3 ++-
libavcodec/mpegvideo_enc.c | 8
libavcodec/msmpeg4enc.c| 3 +++
l
On 2022-07-17 08:49 pm, Thilo Borgmann wrote:
Hi,
Am 26.05.22 um 13:31 schrieb Jan Ekström:
On Thu, May 19, 2022 at 9:27 AM Jan Ekström wrote:
On Thu, May 19, 2022, 07:21 Gyan Doshi wrote:
On 2022-05-18 11:34 pm, Jan Ekström wrote:
This enables overriding the rotation as well as hori
Hi,
Am 26.05.22 um 13:31 schrieb Jan Ekström:
On Thu, May 19, 2022 at 9:27 AM Jan Ekström wrote:
On Thu, May 19, 2022, 07:21 Gyan Doshi wrote:
On 2022-05-18 11:34 pm, Jan Ekström wrote:
This enables overriding the rotation as well as horizontal/vertical
flip state of a specific video st
Patch attached.
From 7080795a572f8f741d4a00b2db02c8e00ce6aaf2 Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Sun, 17 Jul 2022 15:12:12 +0200
Subject: [PATCH] fate: add Radiance HDR image test
Signed-off-by: Paul B Mahol
---
tests/fate/lavf-image.mak | 1 +
tests/ref/lavf/hdr| 3 +++
On Sun, Jul 17, 2022 at 10:43:02AM +0200, Jean-Baptiste Kempf wrote:
> Maybe some highlights of this release? Like the biggest changes and
> improvements?
Isnt that what Changelog is already doing ?
If not i would suggest to push the RELEASE_NOTES and let people add what they
feel merrits to be m
Signed-off-by: facefunk
---
fftools/ffmpeg_opt.c| 5 +
libavcodec/avcodec.h| 16
libavcodec/movtextenc.c | 41 -
3 files changed, 61 insertions(+), 1 deletion(-)
diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c
index e
Signed-off-by: facefunk
---
libavcodec/movtextenc.c | 2 +-
libavutil/opt.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavcodec/movtextenc.c b/libavcodec/movtextenc.c
index 728338f2cc..40cdaa3a81 100644
--- a/libavcodec/movtextenc.c
+++ b/libavcodec/movtext
Hi FFMDevs,
I've managed to get forced mov_text subtitles working in VLC Player.
-disposition:s:0 +forced is honored but I'm not 100% sure about my approach.
The attached patch represents the best idea I came up with so far as the code
is minimal and it doesn't require the user to set any extra
Signed-off-by: Zane van Iperen
---
libavformat/argo_cvg.c | 28 +---
1 file changed, 25 insertions(+), 3 deletions(-)
diff --git a/libavformat/argo_cvg.c b/libavformat/argo_cvg.c
index 2ee4a64449..36026e562e 100644
--- a/libavformat/argo_cvg.c
+++ b/libavformat/argo_cvg.c
Signed-off-by: Zane van Iperen
---
libavformat/argo_cvg.c | 33 +
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/libavformat/argo_cvg.c b/libavformat/argo_cvg.c
index f32487023a..2ee4a64449 100644
--- a/libavformat/argo_cvg.c
+++ b/libavformat/argo
On 09.07.2022 00:53, Timo Rothenpieler wrote:
Since a bunch small stuff has changed since the last time I sent these
one by one, here's the whole collection again.
I intend to push the whole lot within the next 48h, so they all make it
in before 5.1 gets branched.
Timo Rothenpieler (8):
fftoo
Quoting Andreas Rheinhardt (2022-07-14 14:51:07)
> Anton Khirnov:
> > Quoting Andreas Rheinhardt (2022-07-12 16:12:16)
> >> Anton really dislikes the av_fast_* naming and instead wants this to be
> >> called av_realloc_array_reuse(). I don't care either way. Any more
> >> opinions on this (or on th
Op zo 17 jul. 2022 om 00:50 schreef Michael Niedermayer <
mich...@niedermayer.cc>:
> ATM we have to maintain many releases because each is used by some distro
> the LTS designation might cause distros to coalescence onto fewer releases
> This may also make life easier to distro maintainers
>
The
Am 16.07.22 um 23:09 schrieb Thilo Borgmann:
Am 11.07.22 um 10:54 schrieb Thilo Borgmann:
$subject
v3.
v4.
-ThiloFrom 9933d7d69781e1922b4a2ddc22777fdef588dbb2 Mon Sep 17 00:00:00 2001
From: Thilo Borgmann
Date: Sun, 17 Jul 2022 09:52:01 +0200
Subject: [PATCH v4 2/2] lavfi/cropdetect: Add n
Am 16.07.22 um 23:07 schrieb Thilo Borgmann:
Hi,
1/2 adds 16 bit versions of ff_gaussian_blur and ff_sobel.
2/2 adds new mode to cropdetect.
v3 does it the template way for 1/2 as requested on IRC.
v4 fixed bug in gaussian_blur. Otherwise identical.
-ThiloFrom 2cced42f8053c647384fe020cdb2e
20 matches
Mail list logo