[FFmpeg-devel] [PATCH] avformat/apv: fix range of au_size (PR #20340)

2025-08-25 Thread Dariusz Frankiewicz via ffmpeg-devel
PR #20340 opened by Dariusz Frankiewicz (dariusz-f) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20340 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20340.patch Acces unit size is described in documentation as > 0 < 0x Signed-off-by: Dariusz Frankiewicz

[FFmpeg-devel] [PATCH] avcodec/apv: align APV color format support with latest liboapv version

2025-07-23 Thread Dariusz Frankiewicz
Signed-off-by: Dariusz Frankiewicz --- configure | 2 +- libavcodec/liboapvenc.c | 24 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/configure b/configure index ac143f2fea..5527c20578 100755 --- a/configure +++ b/configure @@ -6983,7

[FFmpeg-devel] [PATCH v2] libavcodec/libxeve: Update EVC codec naming

2024-06-10 Thread Dariusz Frankiewicz
Make consistency between encoder and decoder implementation. Signed-off-by: Dariusz Frankiewicz --- libavcodec/libxeve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libxeve.c b/libavcodec/libxeve.c index 1d9972619d..40eab08ef2 100644 --- a/libavcodec/libxeve.c

[FFmpeg-devel] [PATCH] libavcodec/libxev: Update EVC codec naming

2024-06-10 Thread Dariusz Frankiewicz
Make consistency between encoder and decoder implementation. Signed-off-by: Dariusz Frankiewicz --- libavcodec/libxevd.c | 2 +- libavcodec/libxeve.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/libxevd.c b/libavcodec/libxevd.c index 520fdab7d8..51303ec71d