[FFmpeg-devel] [PATCH] avcodec/libwebpenc_anim: support setting the duration of the last frame.

2025-02-28 Thread wangyaqiang via ffmpeg-devel
From: Wang Yaqiang Signed-off-by: Wang Yaqiang --- libavcodec/libwebpenc_animencoder.c | 18 -- libavcodec/libwebpenc_common.c | 2 ++ libavcodec/libwebpenc_common.h | 1 + 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/libavcodec/libwebpenc_animenco

[FFmpeg-devel] [PATCH] avcodec/libwebpenc_anim: support setting the duration of the last frame

2025-02-28 Thread wangyaqiang via ffmpeg-devel
From: Wang Yaqiang Signed-off-by: Wang Yaqiang --- libavcodec/libwebpenc_animencoder.c | 17 +++-- libavcodec/libwebpenc_common.c | 2 ++ libavcodec/libwebpenc_common.h | 1 + 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/libavcodec/libwebpenc_animencod

[FFmpeg-devel] [PATCH v2] avcodec/libwebpenc_anim: support setting the duration of the last frame

2025-02-28 Thread wangyaqiang via ffmpeg-devel
From: Wang Yaqiang Signed-off-by: Wang Yaqiang --- libavcodec/libwebpenc_animencoder.c | 17 +++-- libavcodec/libwebpenc_common.c | 2 ++ libavcodec/libwebpenc_common.h | 1 + 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/libavcodec/libwebpenc_animencod

[FFmpeg-devel] [PATCH] avformat/demux: Fixed the incorrect id3 tag checking logic,

2025-02-20 Thread wangyaqiang via ffmpeg-devel
From: 汪亚强 detect only audio formats where the tag might exist. For example, if an rgb rawvideo data starts with ID3, it will cause the packet data to be missing by 10 bytes, causing a transcoding error. Signed-off-by: 汪亚强 --- libavformat/demux.c | 8 1 file changed, 4 insertions(+