[FFmpeg-cvslog] lavc/alac: Avoid allocating huge memory blocks for malicious alac input.

2017-11-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Nov 1 15:14:22 2017 +0100| [3357b68bc02d855a92656d7a474b22adb32ca1a7] | committer: Carl Eugen Hoyos lavc/alac: Avoid allocating huge memory blocks for malicious alac input. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3357b68bc02

[FFmpeg-cvslog] h264: Make Truncating SPS/PPS message debug.

2017-11-04 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Wed Aug 30 14:38:46 2017 +0100| [77748d12a01de6f290a9d3663a0b777d752ac5b7] | committer: Your Name h264: Make Truncating SPS/PPS message debug. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77748d12a01de6f290a9d3663a0b777d752ac5b7 --- lib

[FFmpeg-cvslog] h2645_parse: Allocate a single buffer per packet

2017-11-04 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Sat Nov 4 17:41:06 2017 +| [03b82b3ab9883cef017e513c7d0b3b986b3b3e7b] | committer: Your Name h2645_parse: Allocate a single buffer per packet Drastically reduces memory usage on pathological streams. Fixes ticket #6789 > http://git.videolan.org/gi

[FFmpeg-cvslog] vc2enc: Calculate average slice quantiser correctly

2017-11-04 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Mon Jul 24 19:25:41 2017 +0100| [626d200e76e15487cff20992256a55919432b0b3] | committer: Kieran Kunhya vc2enc: Calculate average slice quantiser correctly > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=626d200e76e15487cff20992256a55919432b0

[FFmpeg-cvslog] ffplay: create the window and the renderer before starting playback

2017-11-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Oct 28 22:06:22 2017 +0200| [84d31e2475c41b0a69a11c4cba54755d034bb341] | committer: Marton Balint ffplay: create the window and the renderer before starting playback Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] ffplay: only use hardware accelerated SDL texture formats

2017-11-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Oct 28 22:46:08 2017 +0200| [415038f2bd321a3b41564d4e0c6c17d7a096c397] | committer: Marton Balint ffplay: only use hardware accelerated SDL texture formats Typically only a small subset of the SDL texture formats are supported directly by the SDL r

[FFmpeg-cvslog] Revert "vc2enc: Calculate average slice quantiser correctly"

2017-11-04 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Sat Nov 4 18:31:59 2017 +| [1358f7ddb3a0b3ebbf2c6100fb31c2c4788b7458] | committer: Kieran Kunhya Revert "vc2enc: Calculate average slice quantiser correctly" This reverts commit 626d200e76e15487cff20992256a55919432b0b3. > http://git.videolan.org/

[FFmpeg-cvslog] avcodec/exr: fix undefined shift in pxr24_uncompress()

2017-11-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 4 01:19:19 2017 +0100| [66f0c958bfd5475658b432d1af4d2e174b2dfcda] | committer: Michael Niedermayer avcodec/exr: fix undefined shift in pxr24_uncompress() Fixes: runtime error: left shift of 255 by 24 places cannot be represented in type

[FFmpeg-cvslog] avcodec/mips: Improve hevc uni weighted 4 tap hz mc msa functions

2017-11-04 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Fri Nov 3 13:23:23 2017 +0530| [b9cd26f556f4ca0dfe71ffd75a7272782b324753] | committer: Michael Niedermayer avcodec/mips: Improve hevc uni weighted 4 tap hz mc msa functions Use global mask buffer for appropriate mask load. Use immediate unsigned satu

[FFmpeg-cvslog] ffmpeg.c: fix calculation of input file duration in seek_to_start()

2017-11-04 Thread Peter Große
ffmpeg | branch: master | Peter Große | Sun Oct 29 12:08:05 2017 +0100| [3ddb887c88483ce089b29a30d0d0aa574c8cdc66] | committer: Michael Niedermayer ffmpeg.c: fix calculation of input file duration in seek_to_start() Fixes looping files without audio or when using stream_copy, where ist->nb_sam

[FFmpeg-cvslog] avcodec/xan: Check for bitstream end in xan_huffman_decode()

2017-11-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 3 17:48:29 2017 +0100| [4b51437dccd62fc5491280db44e3c21b44aeeb3f] | committer: Michael Niedermayer avcodec/xan: Check for bitstream end in xan_huffman_decode() Fixes: Timeout Fixes: 3707/clusterfuzz-testcase-6465922706440192 Found-by: c

[FFmpeg-cvslog] avcodec/mips: Improve hevc uni 4 tap hz and vt mc msa functions

2017-11-04 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Fri Nov 3 12:47:58 2017 +0530| [1e7e9fbb03c36b51ca7999ff2450afd64e789011] | committer: Michael Niedermayer avcodec/mips: Improve hevc uni 4 tap hz and vt mc msa functions Use global mask buffer for appropriate mask load. Signed-off-by: Kaustubh Rast

[FFmpeg-cvslog] ffmpeg.c: fix code style in seek_to_start

2017-11-04 Thread Peter Große
ffmpeg | branch: master | Peter Große | Sun Oct 29 15:07:12 2017 +0100| [0ae1f6ddeb350d767a4860e1dcffea9cebe9917c] | committer: Michael Niedermayer ffmpeg.c: fix code style in seek_to_start Signed-off-by: Peter Große Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff