Re: [FFmpeg-devel] [PATCH v3 0/5] Fix FFmpeg compilation without DCE

2022-11-07 Thread L. E. Segovia
Ping for review. amyspark On 03/11/2022 13:36, L. E. Segovia wrote: > Hi all, > > This new version is intended to make Patchwork log the set correctly. > (My apologies there, I'm not used to send patches through the command line.) > > v3 changes (same as v2): > > - Split indentation fixes for

[FFmpeg-devel] Patch: avformat_index_get_entry and avformat_index_get_entry_from_timestamp const correctness

2022-11-07 Thread Martijn Otto
With this patch it's now possible to call avformat_index_get_entry and avformat_index_get_entry_from_timestamp with a const-qualified AVStream. From cbf7880c230ccff35b8b6d1fab192a07c6083307 Mon Sep 17 00:00:00 2001 From: Martijn Otto Date: Mon, 7 Nov 2022 16:06:30 +0100 Subject: [PATCH] avformat_

Re: [FFmpeg-devel] [PATCH] fftools/ffprobe: Loop over correct number of streams when flushing decoders

2022-11-07 Thread Derek Buitenhuis
On 11/7/2022 12:15 AM, Stefano Sabatini wrote: > anD reallocate > > LGTM, thanks. Fixed, along with the other typo, and pushed. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscri

[FFmpeg-devel] [PATCH] avutil/tx: use a lower log level for the debug messages

2022-11-07 Thread James Almer
The amount of lines printed is too high for the verbose level, and the debug level is a better fit for their content. Signed-off-by: James Almer --- libavutil/tx.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavutil/tx.c b/libavutil/tx.c index 0c16ecffc3..556

[FFmpeg-devel] [PATCH] avutil/cast5: Avoid undefined shift of uint32_t by 32 places

2022-11-07 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavutil/cast5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/cast5.c b/libavutil/cast5.c index 0bf8ae9929..e1d2c5cadd 100644 --- a/libavutil/cast5.c +++ b/libavutil/cast5.c @@ -32,7 +32,7 @@ #define IC(x) (((x) >> 8) & 0xff

[FFmpeg-devel] [PATCH] avcodec/mpeg4data: Move ff_mpeg4_resync_prefix to its only user

2022-11-07 Thread Andreas Rheinhardt
This array is only ever useful to a decoder. Signed-off-by: Andreas Rheinhardt --- libavcodec/mpeg4data.h | 4 libavcodec/mpeg4videodata.h | 1 - libavcodec/mpeg4videodec.c | 6 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/libavcodec/mpeg4data.h b/libavcodec/m

[FFmpeg-devel] [PATCH] avcodec/h261dec: Don't update block_index unnecessarily

2022-11-07 Thread Andreas Rheinhardt
block_index is write-only for the H.261 decoder, so don't update it by calling ff_update_block_index(). Instead use a function of our own to set/update dest. Signed-off-by: Andreas Rheinhardt --- libavcodec/h261dec.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --

Re: [FFmpeg-devel] [PATCH] libx265: support ATSC A/53 captions

2022-11-07 Thread Eran Kornblau
Trying again… From: Eran Kornblau Sent: Monday, 17 October 2022 19:29 To: FFmpeg development discussions and patches mailto:ffmpeg-devel@ffmpeg.org>> Subject: [PATCH] libx265: support ATSC A/53 captions Hi, The attached patch adds rendering of ATSC A/53 captions as HEVC SEI messages. The option