[FFmpeg-cvslog] lavc/hevcdec: fix the HEVC decoder crash when memory over-read

2020-04-19 Thread qoroliang
ffmpeg | branch: master | qoroliang | Fri Mar 13 17:02:32 2020 +0800| [cacdac819ff739522f32323e9394ddbe58efddc8] | committer: Jun Zhao lavc/hevcdec: fix the HEVC decoder crash when memory over-read Fix an occasional crash for hevc decoder in ARM 32 platform, the root cause is the memory over r

[FFmpeg-cvslog] libavformat/rtsp: pass protocol options for udp multicast

2020-04-19 Thread Wolfgang Haupt
ffmpeg | branch: master | Wolfgang Haupt | Sun Apr 19 19:14:41 2020 +0200| [428a0987e4a0eea580f9ee8d06669adf0b8502ad] | committer: Marton Balint libavformat/rtsp: pass protocol options for udp multicast Protocol options like buffer_size need to be passed to the underlying transport implementat

[FFmpeg-cvslog] swscale: aarch64: Avoid using the x18 register

2020-04-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sun Apr 19 00:24:06 2020 +0300| [872790b1f9be65d5fba2ddc0357f989001ecbd33] | committer: Martin Storsjö swscale: aarch64: Avoid using the x18 register The x18 is a reserved platform register on Darwin and Windows. x8/w8 seems to be unused in this func

[FFmpeg-cvslog] configure: add MLP parser as dependency to MLP and TrueHD demuxers

2020-04-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 19 15:57:22 2020 -0300| [16650beedf52627396c59958d6adc7b8247090f4] | committer: James Almer configure: add MLP parser as dependency to MLP and TrueHD demuxers It's needed to assemble complete frames. Signed-off-by: James Almer > http://git.vide

[FFmpeg-cvslog] avcodec/truehd_core_bsf: Remove unused AVClass pointer

2020-04-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 18 02:45:02 2020 +0200| [4bbf2a240fb5b59eaa8aef09514a96f4395c155d] | committer: Andreas Rheinhardt avcodec/truehd_core_bsf: Remove unused AVClass pointer The context structure of the truehd_core bsf had a pointer to a const AVClass as its

[FFmpeg-cvslog] avcodec/rv40dsp: Fix integer overflows in rv40_weight_func_*()

2020-04-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Feb 2 21:01:12 2020 +0100| [13171ad2e304b2a7d959429527b98c68ec5ea320] | committer: Michael Niedermayer avcodec/rv40dsp: Fix integer overflows in rv40_weight_func_*() Fixes: signed integer overflow: 40550400 * 128 cannot be represented in typ

[FFmpeg-cvslog] avformat/rtp: Pass sources and block filter addresses via sdp file for rtp

2020-04-19 Thread phunkyfish
ffmpeg | branch: master | phunkyfish | Tue Apr 7 23:38:29 2020 +0100| [2a322906b765f7247cc9c872d4934e41f0f466b4] | committer: Marton Balint avformat/rtp: Pass sources and block filter addresses via sdp file for rtp Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git