[FFmpeg-cvslog] avformat/movenc: don't look at previous track_id as it may not be set

2024-08-12 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 11 23:14:59 2024 -0300| [472fbee8124dc1d4417507f1d8fd721e449658be] | committer: James Almer avformat/movenc: don't look at previous track_id as it may not be set Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/avcodec_internal: fix type definition for the new functions

2024-08-12 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 12 23:08:28 2024 -0300| [82085a3e0a5a2d167dc51628678f7374dc53060e] | committer: James Almer avcodec/avcodec_internal: fix type definition for the new functions Fixes make checkheaders. Signed-off-by: James Almer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avfilter/video: don't zero allocated buffers if memory poisoning is used

2024-08-12 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Aug 10 21:31:16 2024 -0300| [41307ff3e9384c51d646bff7e3dcf0d554098a8f] | committer: James Almer avfilter/video: don't zero allocated buffers if memory poisoning is used Same as in avcodec/get_buffer.c Should help in debugging use of uninitialized memo

[FFmpeg-cvslog] tests/iamf: match stream group by id in some tests

2024-08-12 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Aug 10 17:37:49 2024 -0300| [8d700eab8540e97fadd3867f2a5dd72216dc0ca7] | committer: James Almer tests/iamf: match stream group by id in some tests Increases specifier parsing code coverage a little bit. Signed-off-by: James Almer > http://git.video

[FFmpeg-cvslog] lavc/decode: reindent after previous commit

2024-08-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Apr 3 13:49:00 2024 +0200| [deee00e2eb58710f21c1c8775702930bc4d9f86b] | committer: Anton Khirnov lavc/decode: reindent after previous commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=deee00e2eb58710f21c1c8775702930bc4d9f86b ---

[FFmpeg-cvslog] lavc: convert frame threading to the receive_frame() pattern

2024-08-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 24 15:00:22 2017 +0100| [5acbdd2264d3b90dc11369f9e031e762f260882e] | committer: Anton Khirnov lavc: convert frame threading to the receive_frame() pattern Reorganize the code such that the frame threading code does not call the decoders directl

[FFmpeg-cvslog] lavc/decode: wrap AV_FRAME_FLAG_DISCARD handling in a loop

2024-08-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Jun 12 12:42:27 2024 +0200| [048e978e8eb3dc645114102655cdcb065c3eb6c2] | committer: Anton Khirnov lavc/decode: wrap AV_FRAME_FLAG_DISCARD handling in a loop Makes sure discarded frames do not cause EAGAIN to be returned during flushing, which is fo

[FFmpeg-cvslog] lavc/internal: document the precise meaning of AVCodecInternal.draining

2024-08-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Apr 3 12:32:51 2024 +0200| [64743b45b5741969074213004ca2f44a89f1ffb3] | committer: Anton Khirnov lavc/internal: document the precise meaning of AVCodecInternal.draining Also, set draining=1 in case a bitstream filter returns an internally-triggere

[FFmpeg-cvslog] lavc/ffv1dec: fix races in accessing FFV1SliceContext.slice_damaged

2024-08-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jul 16 18:21:29 2024 +0200| [8d5efc218245c3f0559f48837b3e63e2932525e0] | committer: Anton Khirnov lavc/ffv1dec: fix races in accessing FFV1SliceContext.slice_damaged That variable is shared between frame threads in the same defective way described

[FFmpeg-cvslog] lavc/decode: reindent

2024-08-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Jun 12 13:01:20 2024 +0200| [4d209dada78aabedc765f393794c1a3e137b1b4f] | committer: Anton Khirnov lavc/decode: reindent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d209dada78aabedc765f393794c1a3e137b1b4f --- libavcodec/decode.c |

[FFmpeg-cvslog] lavc/ffv1dec: drop code handling AV_PIX_FMT_FLAG_PAL

2024-08-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jul 22 10:46:26 2024 +0200| [15bdca054f562b19811e1bbe295db542e0aca616] | committer: Anton Khirnov lavc/ffv1dec: drop code handling AV_PIX_FMT_FLAG_PAL No paletted pixel formats are supported by the decoder. > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] lavc/thread: move generic-layer API to avcodec_internal.h

2024-08-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Mar 8 09:06:30 2024 +0100| [d94cfd49009cf27a4c72c8bf254de6cff8f1d1f4] | committer: Anton Khirnov lavc/thread: move generic-layer API to avcodec_internal.h thread.h currently contains both API for decoder use and functions internal to lavc generic