[FFmpeg-cvslog] avcodec/cbs: constify decompose_unit_types

2021-01-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jan 10 19:22:59 2021 -0300| [9219ed213d10fb2ae13da15402f5acf35ffb25ba] | committer: James Almer avcodec/cbs: constify decompose_unit_types CBS doesn't change its contents in any way whatsoever internally, and most users already set it to a const array

[FFmpeg-cvslog] avcodec: add vvc codec id and profiles

2021-01-11 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Tue Jan 12 00:33:10 2021 +0800| [ebdd33086adc9899959840b616480c42c80653ce] | committer: James Almer avcodec: add vvc codec id and profiles Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ebdd33086adc9899959840b616480c42

[FFmpeg-cvslog] avcodec/cbs_h265: fix undef SEI_TYPE_X

2021-01-11 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Tue Jan 12 00:33:13 2021 +0800| [71de4ebedefda1cd9aef1ba60b3e04fc5f1992ce] | committer: James Almer avcodec/cbs_h265: fix undef SEI_TYPE_X Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71de4ebedefda1cd9aef1ba60b3e04fc

[FFmpeg-cvslog] avcodec/cbs_h2645: Move zero_byte check to its own function

2021-01-11 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Tue Jan 12 00:33:14 2021 +0800| [2ad21ee9d4d0e50bed2519598127e48206639961] | committer: Mark Thompson avcodec/cbs_h2645: Move zero_byte check to its own function Signed-off-by: Mark Thompson > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ad21e

[FFmpeg-cvslog] uavformat/rsd: check for EOF in extradata

2021-01-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 23 18:01:11 2020 +0200| [7186ec88b98bc589f1403985ab10cc7f77461ec8] | committer: Michael Niedermayer uavformat/rsd: check for EOF in extradata Fixes: OOM Fixes: 26503/clusterfuzz-testcase-minimized-ffmpeg_dem_RSD_fuzzer-6530816735444992

[FFmpeg-cvslog] avutil/eval: Unconditionally check argument of e_div

2021-01-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Oct 20 20:33:50 2020 +0200| [90e4862ffa5457ebee53345b9a52df5fd3842ccf] | committer: Michael Niedermayer avutil/eval: Unconditionally check argument of e_div Fixes: division by zero Fixes: 26451/clusterfuzz-testcase-minimized-ffmpeg_dem_VIVO_

[FFmpeg-cvslog] avformat/utils: wrap_timestamp() is only needed for less than 64 bits

2021-01-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 23 10:53:18 2020 +0200| [b0259aa248e44dcc6960fa340d6377dd80026105] | committer: Michael Niedermayer avformat/utils: wrap_timestamp() is only needed for less than 64 bits Fixes: shift exponent 64 is too large for 64-bit type 'unsigned long

[FFmpeg-cvslog] avformat/aaxdec: Check string before strcmp()

2021-01-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 23 18:05:23 2020 +0200| [fcc263caa9e11a1f94431a6d356a48003c636ef6] | committer: Michael Niedermayer avformat/aaxdec: Check string before strcmp() Fixes: NULL ptr dereference Fixes: 26508/clusterfuzz-testcase-minimized-ffmpeg_dem_AAX_fuzz

[FFmpeg-cvslog] avformat/mxfdec: Free all types for both Descriptors

2021-01-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Oct 20 20:22:48 2020 +0200| [88519be8db66811e203408b413d9039ac9c3fe91] | committer: Michael Niedermayer avformat/mxfdec: Free all types for both Descriptors Fixes: memleak Fixes: 26352/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-520

[FFmpeg-cvslog] avformat/allformats: test pointer to be used

2021-01-11 Thread AlexisWilke
ffmpeg | branch: master | AlexisWilke | Mon Jan 4 10:11:01 2021 -0800| [ca21cb1e36ccae2ee71d4299d477fa9284c1f551] | committer: James Almer avformat/allformats: test pointer to be used Two tests check the opposite pointer before using it. If only one of these is set to a valid pointer, one of t