On Mon, Jan 6, 2025 at 6:23 PM Michael Niedermayer
wrote:
> +@subsection Can votes be bought?
>
Really? This is necessary? :-(
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit
On 27/11/2024 01:21, Koushik Dutta wrote:
The scale_vulkan filter initializes the shader once, with the crop
region set by the original frame. However, subsequent frames may
specify a different crop region than the first frame. This change
updates the cropping to match the behavior present on the
On 04/01/2025 00:07, James Almer wrote:
Fixes a regression since 873a34c129869e551cb7d3d2445e28c0ba079948.
Signed-off-by: James Almer
---
libavcodec/opus/parser.c | 38 +-
1 file changed, 29 insertions(+), 9 deletions(-)
diff --git a/libavcodec/opus/parse
This fixes timeout issues with https://crbug.com/383814043 and
seems like it was intended since the line emits an error log.
Signed-off-by: Dale Curtis
slice_error_v0.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
The comments supposed to track the possible value of the qmat and qmat16
matrices, but they were not updated properly in the long history of the
mpegvideo encoder. Also they wrongly assumed the usage of built-in quantizer
matrices and linear quantization.
Signed-off-by: Marton Balint
---
libavco
All elements should be within 1-255.
---
libavcodec/encode.c | 16
1 file changed, 16 insertions(+)
diff --git a/libavcodec/encode.c b/libavcodec/encode.c
index 3baf5b8103..27edb00b04 100644
--- a/libavcodec/encode.c
+++ b/libavcodec/encode.c
@@ -646,6 +646,22 @@ FF_ENABLE_DEPREC
Fixes corruption with:
ffmpeg -t 1 -filter_complex
"sine=f=21,showwaves=scale=cbrt:mode=line:colors=white:draw=full" -c:v
mpeg2video -non_linear_quant 1 -qmin 1 -qmax 1 -cpuflags 0 out.mpg
or
ffmpeg -t 1 -filter_complex
"sine=f=21,showwaves=scale=cbrt:mode=line:colors=white:draw=full" -c:v
m
Signed-off-by: Michael Niedermayer
---
doc/faq.texi | 8
1 file changed, 8 insertions(+)
diff --git a/doc/faq.texi b/doc/faq.texi
index 54c3fbb41fe..70002a8156d 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -702,4 +702,12 @@ In recent years, a significant number of developers
contrib
Fixes: Memory Data Leak
Found-by: Simcha Kosman
Signed-off-by: Michael Niedermayer
---
libavfilter/af_pan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/af_pan.c b/libavfilter/af_pan.c
index 0d20b0307b3..3a11a7d324f 100644
--- a/libavfilter/af_pan.c
+++ b/liba
Signed-off-by: Michael Niedermayer
---
doc/faq.texi | 19 +++
1 file changed, 19 insertions(+)
diff --git a/doc/faq.texi b/doc/faq.texi
index 477cc60533a..54c3fbb41fe 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -683,4 +683,23 @@ Do you happen to have a @code{~} character in t
Fixes: NULL pointer dereference
Found-by: 丁zhengzheng
Signed-off-by: Michael Niedermayer
---
libavcodec/jpeg2000dec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/jpeg2000dec.c b/libavcodec/jpeg2000dec.c
index e5e897a29f1..b82d85d5ee5 100644
--- a/libavcodec/jpeg2000dec.c
+++
On Thu, Jan 2, 2025 at 3:12 PM Vittorio Giovara
wrote:
>
>
> On Mon, Dec 30, 2024 at 11:29 AM Leo Izen wrote:
>
>> On 12/28/24 11:53 AM, Ronald S. Bultje wrote:
>> > Hi all,
>> >
>> > (Prior note: the election was scheduled to end on the 23rd of December.
>> > Anton is currently taking a break s
>
> +In recent years, a significant number of developers contributing to the
> project are employed by companies,
> +unlike in the past. These employees are often compensated for specific
> tasks, and the voting rights,
> +much like the copyrights, can typically be controlled by their employers.
>
lavapipe indicates it supports external_semaphore_fd, but actually,
it does not support exporting such?
Ref: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12422
---
libavutil/hwcontext_vulkan.c | 25 -
libavutil/vulkan_functions.h | 1 +
2 files changed, 25 insertions
From: Zhao Zhili
---
libavcodec/mediacodecenc.c | 64 +-
libavcodec/version.h | 2 +-
2 files changed, 64 insertions(+), 2 deletions(-)
diff --git a/libavcodec/mediacodecenc.c b/libavcodec/mediacodecenc.c
index 464903d628..d1a0388d7e 100644
--- a/libav
On 2025-01-06 05:22 +0100, Michael Niedermayer wrote:
> Fixes: crash
>
> Found-by: Elias Myllymäki
> Signed-off-by: Michael Niedermayer
> ---
> libavfilter/vf_grayworld.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavfilter/vf_grayworld.c b/libavfilter/vf_gray
Hi Jonathan!
On 2025-01-05 04:26 -0500, Jonathan Baudanza wrote:
>
>
> On Tue, Nov 26, 2024, at 1:35 AM, j...@jonb.org wrote:
> >
> > This patch replaces av_rescale, which operates on int64_t, with
> > ff_parse_ntp_time, which operates on uint65_t. This will give the correct
> > values for times
Searches pkg-config for glslang libraries.
Use libavutil thread.h wrapper rather than directly including pthread.h.
Signed-off-by: Koushik Dutta
---
configure | 1 +
libavutil/vulkan_glslang.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/conf
18 matches
Mail list logo