[FFmpeg-cvslog] avdevice/pulse_audio_dec: do not read undersized frames

2021-03-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 6 19:48:51 2021 +0100| [b2d0826513c5e76f9bad2f1f0c809bc5c8e58b0c] | committer: Marton Balint avdevice/pulse_audio_dec: do not read undersized frames Keep on reading fragments until we got fragment_size amount of data, otherwise we might get

[FFmpeg-cvslog] avdevice/pulse_audio_dec: only set adjust latency flag if fragment_size is not set

2021-03-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Feb 11 23:03:26 2021 +0100| [7f059a250bb7bcbf7bba537c1a059a5934413035] | committer: Marton Balint avdevice/pulse_audio_dec: only set adjust latency flag if fragment_size is not set Otherwise fragment_size is ignored. Signed-off-by: Marton Balint

[FFmpeg-cvslog] avdevice/pulse_audio_dec: query actual fragment size

2021-03-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Feb 10 00:15:00 2021 +0100| [104aa921c96f126c49259c946e995679cec3abd6] | committer: Marton Balint avdevice/pulse_audio_dec: query actual fragment size Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avdevice/alsa_dec: make sure we have enough data in non-blocking mode

2021-03-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Feb 9 22:24:50 2021 +0100| [1a90cf4410a3464c8d749242e23629776f310ee0] | committer: Marton Balint avdevice/alsa_dec: make sure we have enough data in non-blocking mode Otherwise we might return 1-2 samples per packet if av_read_frame() call rate

[FFmpeg-cvslog] avcodec: add a get_encode_buffer() callback to AVCodecContext

2021-03-12 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Feb 20 16:01:52 2021 -0300| [6e7e3a3820f0888ff92d6be44f40ff733bcce874] | committer: James Almer avcodec: add a get_encode_buffer() callback to AVCodecContext This callback is functionally the same as get_buffer2() is for decoders, and implements for

[FFmpeg-cvslog] cbs_sei: Detect payload overflows when reading SEI messages

2021-03-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Feb 2 20:58:11 2021 +| [2c96e6cb955af3062e78c5b0f9fb907cfb2e59e3] | committer: Mark Thompson cbs_sei: Detect payload overflows when reading SEI messages The top-level GetBitContext is sized for the whole NAL unit, so it fails to detect

[FFmpeg-cvslog] cbs_h265: Detect more reference combinations which would overflow the DPB

2021-03-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Feb 3 21:34:07 2021 +| [b128b0ce2203f96ff86969f6d0039827a7f00378] | committer: Mark Thompson cbs_h265: Detect more reference combinations which would overflow the DPB In total, the number of short term references (from the selected short term

[FFmpeg-cvslog] avcodec/cbs_h26[45]: Remove redundant enum constants

2021-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 10 11:26:52 2021 +0100| [ec54c32d4a13689678e99cccda3cbaae3af0df52] | committer: Andreas Rheinhardt avcodec/cbs_h26[45]: Remove redundant enum constants Unused since 8843607f495c95c1e67a3ce3d6f15dca6e252439. Reviewed-by: Mark Thompson

[FFmpeg-cvslog] avcodec/cbs_sei: Fix leak of AVBufferRef on error

2021-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 9 22:11:52 2021 +0100| [70d226575ad8d3953e10a3233257f6e37ad35591] | committer: Andreas Rheinhardt avcodec/cbs_sei: Fix leak of AVBufferRef on error An AVBufferRef (and the corresponding AVBuffer and the underlying actual buffer) would

[FFmpeg-cvslog] avcodec/cbs: Remove redundant checks for CodedBitstreamContext.codec

2021-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 9 20:16:04 2021 +0100| [85685297c28958f3a8fa50a50ed3a6171e7f34c2] | committer: Andreas Rheinhardt avcodec/cbs: Remove redundant checks for CodedBitstreamContext.codec Setting this field happens immediately after the allocation in

[FFmpeg-cvslog] avcodec/cbs_sei: Don't use -1th element of array

2021-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 9 21:29:24 2021 +0100| [12a9f3fc09c7f0ded8be76d66542a88d293663cc] | committer: Andreas Rheinhardt avcodec/cbs_sei: Don't use -1th element of array (This affected only suffix SEI messages; yet no such SEI messages are currently inserted.)

[FFmpeg-cvslog] avcodec/nvenc: base timestamps on frameIntervalP

2021-03-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Mar 12 22:42:02 2021 +0200| [30cd7feb2dd497b16edb6d7c09a83eb49f89645d] | committer: Timo Rothenpieler avcodec/nvenc: base timestamps on frameIntervalP If b-frames were enabled implicitly (if max_b_frames wasn't set by the caller at all, since

[FFmpeg-cvslog] avfilter/vf_uspp: Fix leak of packet side data

2021-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 12 15:07:33 2021 +0100| [6e2db67801c9975fae6f55c40f615d87b9a74a15] | committer: Andreas Rheinhardt avfilter/vf_uspp: Fix leak of packet side data The uspp filter uses a special option ("no_bitstream") of the Snow encoder to suppress it

[FFmpeg-cvslog] avfilter/vf_uspp: Fix leak of qp-table on error

2021-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 12 14:55:53 2021 +0100| [0858853241925d0a45f58a4724f203d284a70f00] | committer: Andreas Rheinhardt avfilter/vf_uspp: Fix leak of qp-table on error Fixes Coverity issue #1473500. Reviewed-by: Michael Niedermayer Signed-off-by: Andreas

[FFmpeg-cvslog] avcodec/decode: Reindentation

2021-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 12 17:40:07 2021 +0100| [0364188fb907ef901cfbb1531a5d7bb458de348d] | committer: Andreas Rheinhardt avcodec/decode: Reindentation Reviewed-by: James Almer Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/decode: Remove always-true check

2021-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 12 17:29:28 2021 +0100| [cc448f8d394c4530748f1694bd9d23b6110d1759] | committer: Andreas Rheinhardt avcodec/decode: Remove always-true check Forgotten in 1fd76277708cf83572ba243e98f9e848c652f83d. Reviewed-by: James Almer Signed-off-by:

[FFmpeg-cvslog] avformat/adp, svs: Remove redundant av_shrink_packet()

2021-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 12 09:23:46 2021 +0100| [d025a5bcc271387e2f3080b88651eddbae9b93d2] | committer: Andreas Rheinhardt avformat/adp, svs: Remove redundant av_shrink_packet() av_get_packet() already makes sure that the packet size is accurate and that the