[FFmpeg-cvslog] dxva2_hevc: don't use frames as reference if they are not marked as such

2022-03-27 Thread Steve Lhomme
ffmpeg | branch: master | Steve Lhomme | Wed Mar 23 14:54:26 2022 +0100| [723065a3466c7a05ef9c7cecda501115e789d261] | committer: Hendrik Leppkes dxva2_hevc: don't use frames as reference if they are not marked as such Similar to how a frame is considered for referencing for the RefPicList arra

[FFmpeg-cvslog] avformat: Do not search through the AVOption table for a option not in it repeatedly on each packet

2022-03-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 25 23:51:29 2022 +0100| [6265f0b4e1978485b8147ce7dbd5bc7533e7a298] | committer: Michael Niedermayer avformat: Do not search through the AVOption table for a option not in it repeatedly on each packet This search takes alot of time especi

[FFmpeg-cvslog] avformat/cafdec: Do not store empty keys in read_info_chunk()

2022-03-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 19 23:36:22 2022 +0100| [7ec28e1d4cef723485f50f7a08859752b79b570c] | committer: Michael Niedermayer avformat/cafdec: Do not store empty keys in read_info_chunk() Fixes: Timeout Fixes: 45543/clusterfuzz-testcase-minimized-ffmpeg_dem_CAF_f

[FFmpeg-cvslog] avformat/alp: Check num_channels

2022-03-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 19 23:28:53 2022 +0100| [2e069f6b69475683207ea05deb269f9c532633bb] | committer: Michael Niedermayer avformat/alp: Check num_channels Fixes: division by 0 Fixes: 45615/clusterfuzz-testcase-minimized-ffmpeg_dem_ALP_fuzzer-582660348405350 F

[FFmpeg-cvslog] avformat/apm: Check channels

2022-03-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Mar 20 00:01:16 2022 +0100| [8173a6c130cae04d947fa76007cddfdc591f2583] | committer: Michael Niedermayer avformat/apm: Check channels Fixes: division by 0 Fixes: 45643/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-495905188864.fuzz

[FFmpeg-cvslog] avformat/aqtitledec: Skip unrepresentable durations

2022-03-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Mar 20 00:07:50 2022 +0100| [c2d1597a8a6470045a8da241d4f65c81f26c3107] | committer: Michael Niedermayer avformat/aqtitledec: Skip unrepresentable durations Fixes: signed integer overflow: -5 - 9223372036854775807 cannot be represented in typ

[FFmpeg-cvslog] avfilter/buffersrc: uninitialize the context ch_layout before overwritting it

2022-03-27 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 22 18:30:41 2022 -0300| [4a8f932fd913d24aa46c9b5784b6e4980567c3ea] | committer: James Almer avfilter/buffersrc: uninitialize the context ch_layout before overwritting it av_buffersrc_parameters_set() can be called to set paramenters after the filt

[FFmpeg-cvslog] swresample/rematrix: fix typo in clean_layout()

2022-03-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 28 00:07:33 2022 -0300| [5ee198f9aae40681de2735260465d47c64b53feb] | committer: James Almer swresample/rematrix: fix typo in clean_layout() av_channel_layout_index_from_channel() takes an AVChannel value, not a mask. Signed-off-by: James Almer