[FFmpeg-cvslog] avcodec/mpc8huff: Make some arrays unsigned to prevent overflow

2019-07-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jul 20 15:51:25 2019 +0200| [a081a6d201174026f7ff67835789e321164f132b] | committer: Michael Niedermayer avcodec/mpc8huff: Make some arrays unsigned to prevent overflow mpc8_q4_syms is an array of int8_t that is initialized using values not in

[FFmpeg-cvslog] vp3data: Make some arrays unsigned to prevent overflow

2019-07-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jul 20 15:51:25 2019 +0200| [b56031b992abc9953d8a774faa1ed36cf599162d] | committer: Michael Niedermayer vp3data: Make some arrays unsigned to prevent overflow Some of the VP3 arrays (namely vp31_intra_y_dequant, vp31_intra_c_dequant and vp31_i

[FFmpeg-cvslog] avfilter/af_dynaudnorm: add more descriptive aliases for options

2019-07-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jul 24 14:16:49 2019 +0200| [73afea3cccbd1f6a8bdb834ace7984440ee783f7] | committer: Kieran Kunhya avfilter/af_dynaudnorm: add more descriptive aliases for options > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73afea3cccbd1f6a8bdb834ace

[FFmpeg-cvslog] avcodec/utils: fix leak of subtitle_header on error path

2019-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 4 23:39:23 2019 +0200| [923d5c489fd4ffd0b9dbfdc6c14f594bd134ab47] | committer: Michael Niedermayer avcodec/utils: fix leak of subtitle_header on error path Fixes: memleak Fixes: 15528/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ST