[FFmpeg-cvslog] avcodec/h2645_parse: Avoid EAGAIN

2023-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 1 19:28:55 2023 +0200| [5ddab49d48343385eadb3a435a5491c476b66ecc] | committer: Michael Niedermayer avcodec/h2645_parse: Avoid EAGAIN EAGAIN causes an assertion failure when it is returned from the decoder Fixes: Assertion consumed != (-

[FFmpeg-cvslog] avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_ue_golomb()

2023-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 5 18:14:56 2023 +0200| [75eb698bdce2c1c3649ee2e99b27103fa95898fd] | committer: Michael Niedermayer avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_ue_golomb() Fixes: Assertion n>0 && n<=25 failed at libavcodec/get_bits.h:375 F

[FFmpeg-cvslog] avcodec/xvididct: Make c* unsigned to avoid undefined overflows

2023-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 5 18:27:28 2023 +0200| [f7e5537dc1ff2f45a6e4c98091f15e60c3647cfc] | committer: Michael Niedermayer avcodec/xvididct: Make c* unsigned to avoid undefined overflows Fixes: signed integer overflow: 1496950099 + 728014168 cannot be represent

[FFmpeg-cvslog] avformat/tmv: Check video chunk size

2023-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Oct 9 00:07:32 2023 +0200| [b79fc7059600b28dce392fc20e5c8bd554c2fc95] | committer: Michael Niedermayer avformat/tmv: Check video chunk size This check matches the audio chunk check Fixes: Timeout Fixes: 62681/clusterfuzz-testcase-minimized

[FFmpeg-cvslog] avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_se_golomb()

2023-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 5 18:14:56 2023 +0200| [61b86add52fa6af4fb872894a349e24b5fcb98d2] | committer: Michael Niedermayer avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_se_golomb() Fixes: Assertion n>0 && n<=25 failed at libavcodec/get_bits.h:375 F

[FFmpeg-cvslog] avcodec/bonk: Fix undefined overflow in predictor_calc_error()

2023-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 5 14:17:05 2023 +0200| [cd66606a8f9124a75a126d579c18f263b874d3a5] | committer: Michael Niedermayer avcodec/bonk: Fix undefined overflow in predictor_calc_error() Fixes: signed integer overflow: -2146469728 - 1488954 cannot be represented

[FFmpeg-cvslog] avcodec/evc_ps: Check chroma_format_idc

2023-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 12 23:58:18 2023 +0200| [ef3b42738b8081982498f5fb6b24593996045777] | committer: Michael Niedermayer avcodec/evc_ps: Check chroma_format_idc Fixes: out of array access Fixes: 62678/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-4858

[FFmpeg-cvslog] avformat/usmdec: do not return 0 when no packet was produced

2023-10-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 5 14:38:08 2023 +0200| [fff875a7f4d36874733598fd7c0dc81136e1ed05] | committer: Michael Niedermayer avformat/usmdec: do not return 0 when no packet was produced Fixes: Assertion pkt->stream_index < (unsigned)s->nb_streams && "Invalid stre

[FFmpeg-cvslog] configure: disable libglslang/libshaderc if the vulkan is disabled

2023-10-15 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Oct 14 18:36:46 2023 +0200| [fec6e84b18685abd2f8b3192bee560ff52c5220b] | committer: Lynne configure: disable libglslang/libshaderc if the vulkan is disabled Fixes build failures when the Vulkan headers are too old and libglslang or libshaderc are enabled.