[FFmpeg-cvslog] lavc/qsvdec: Add GPU-accelerated memory copy support

2019-10-08 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Tue Oct 8 21:41:02 2019 +0800| [5345965b3f088ad5acd5151bec421c97470675a4] | committer: Zhong Li lavc/qsvdec: Add GPU-accelerated memory copy support GPU copy enables or disables GPU accelerated copying between video and system memory. This may lead to a no

[FFmpeg-cvslog] lavc/qsv: remove vaapi device free function

2019-10-08 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Oct 8 12:55:01 2019 +0800| [949a1b3e2f75338e17e446e97105e06ad6b4012a] | committer: Zhong Li lavc/qsv: remove vaapi device free function It is not needed since av_buffer_unref() will call it internally Signed-off-by: Zhong Li > http://git.videolan.org

[FFmpeg-cvslog] avformat/ivfenc: Comment the length field encoding process

2019-10-08 Thread Raphaël Zumer
ffmpeg | branch: master | Raphaël Zumer | Tue Oct 1 13:40:55 2019 -0400| [eeb1c515a867489fd4fab4c7c1636176e602976d] | committer: Vittorio Giovara avformat/ivfenc: Comment the length field encoding process Signed-off-by: Raphaël Zumer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avformat/ivfenc: Change the length fields to 32 bits

2019-10-08 Thread Raphaël Zumer
ffmpeg | branch: master | Raphaël Zumer | Wed Oct 2 09:04:59 2019 -0400| [d3807467b2587ea720f32933d44b9dac5ecda66b] | committer: Vittorio Giovara avformat/ivfenc: Change the length fields to 32 bits There is no change in the encoded bitstream, but this ensures that the written field length is

[FFmpeg-cvslog] avformat/ivfdec: Change the length field to 32 bits

2019-10-08 Thread Raphaël Zumer
ffmpeg | branch: master | Raphaël Zumer | Tue Oct 1 13:40:54 2019 -0400| [9d92403add22b29cb908826005af7783b9340df8] | committer: Vittorio Giovara avformat/ivfdec: Change the length field to 32 bits Signed-off-by: Raphaël Zumer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d92

[FFmpeg-cvslog] avfilter/formats: remove unnecessary unreference

2019-10-08 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Sep 30 16:00:34 2019 +0800| [971c890c056d600a636df85f9b5e4f09fb780f41] | committer: Paul B Mahol avfilter/formats: remove unnecessary unreference > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=971c890c056d600a636df85f9b5e4f09fb780f41 ---

[FFmpeg-cvslog] avcodec/ituh263dec: Check input for minimal frame size

2019-10-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 24 00:42:04 2019 +0200| [7f0498ed461987b62bb97ff6463b4df108d60d78] | committer: Michael Niedermayer avcodec/ituh263dec: Check input for minimal frame size Fixes: Timeout (28sec -> 3sec) Fixes: 17559/clusterfuzz-testcase-minimized-ffmpeg_

[FFmpeg-cvslog] avcodec/dxv: Subtract 12 earlier in dxv_decompress_cocg()

2019-10-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 24 12:40:35 2019 +0200| [dd9e6d077ea3259cc6c1896334bbbc7f948979b7] | committer: Michael Niedermayer avcodec/dxv: Subtract 12 earlier in dxv_decompress_cocg() the data_start is after reading 12 bytes and if its subtracted at the very end t

[FFmpeg-cvslog] libavcodec/dxv: Remove redundant seek

2019-10-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 24 12:39:25 2019 +0200| [c371e50b4f125361eb183ac3c226f4044ae64b08] | committer: Michael Niedermayer libavcodec/dxv: Remove redundant seek This seeks to the position the previous call to dxv_decompress_opcodes() positioned us in case of su

[FFmpeg-cvslog] avcodec/truemotion1: Check that the input has enough space for a minimal index_stream

2019-10-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 24 01:43:35 2019 +0200| [4a660fac9899191d4121cde02f2a98977b1303b6] | committer: Michael Niedermayer avcodec/truemotion1: Check that the input has enough space for a minimal index_stream Fixes: Timeout (18sec -> 0.4sec) Fixes: 17585/clus

[FFmpeg-cvslog] avcodec/jpeglsdec: Return error codes from ls_decode_line()

2019-10-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 19 18:51:29 2019 +0200| [fe7fbf3a2273b2f13c3190fcda58b9663b535157] | committer: Michael Niedermayer avcodec/jpeglsdec: Return error codes from ls_decode_line() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avcodec/sunrast: Check that the input is large enough for the maximally compressed image

2019-10-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 21 18:14:03 2019 +0200| [bf0ba75c4a9231ed62afe60bed5bde2728971e30] | committer: Michael Niedermayer avcodec/sunrast: Check that the input is large enough for the maximally compressed image Fixes: Timeout (17sec -> 15ms) Fixes: 17224/clu

[FFmpeg-cvslog] avcodec/jpeglsdec: Apply transform only to initialized lines

2019-10-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 19 18:52:50 2019 +0200| [675c6d1e171085cc85068fd29c5dfe2b3dd22bda] | committer: Michael Niedermayer avcodec/jpeglsdec: Apply transform only to initialized lines Fixes: Timeout (110sec -> 1sec) Fixes: 17123/clusterfuzz-testcase-minimized-

[FFmpeg-cvslog] avcodec/sunrast: Check for availability of maplength before allocating image

2019-10-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 21 18:10:25 2019 +0200| [711ad71aea7847883662bf95e01640d9745b313b] | committer: Michael Niedermayer avcodec/sunrast: Check for availability of maplength before allocating image Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avcodec/flac_parser: Make expected_frame_num, expected_sample_num 64bit

2019-10-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 19 16:28:57 2019 +0200| [c552c3ef70dc353ad5c18d145aa0167cf7b64c67] | committer: Michael Niedermayer avcodec/flac_parser: Make expected_frame_num, expected_sample_num 64bit Fixes: Integer overflow Fixes: 17199/clusterfuzz-testcase-minimiz

[FFmpeg-cvslog] avformat/mpsubdec: Clear queue on error

2019-10-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 21 13:43:19 2019 +0200| [9a0d36e562d53716cf000895c2f892fb1f48165d] | committer: Michael Niedermayer avformat/mpsubdec: Clear queue on error Fixes: Memleaks Fixes: 17219/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-572053912498995

[FFmpeg-cvslog] avfilter/af_anlms: add support for commands

2019-10-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 11:51:20 2019 +0200| [6023b9fbfef02b71f6acfb1b09e5a12fe9d276e2] | committer: Paul B Mahol avfilter/af_anlms: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6023b9fbfef02b71f6acfb1b09e5a12fe9d276e2 --- do

[FFmpeg-cvslog] avformat/mpeg: Remove set-but-unused variable

2019-10-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 8 07:41:13 2019 +0200| [ffb32d35eee616f79a37c4c96f37f2697932cc32] | committer: Paul B Mahol avformat/mpeg: Remove set-but-unused variable Forgotten in 7da57875. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avformat/http: add ff_http_do_new_request2 for options

2019-10-08 Thread vectronic
ffmpeg | branch: master | vectronic | Fri Oct 4 22:56:01 2019 +0100| [e81c686a95b19966def357ccb113bd4e5e269772] | committer: Steven Liu avformat/http: add ff_http_do_new_request2 for options add ff_http_do_new_request2() which supports options to be applied to HTTPContext after initialisation

[FFmpeg-cvslog] avformat/hls: fix missing segment offset reset on last segment when http_multiple is enabled.

2019-10-08 Thread vectronic
ffmpeg | branch: master | vectronic | Fri Oct 4 23:04:12 2019 +0100| [e149be38a86fbb81fb3313c8a86a819baa42c9eb] | committer: Steven Liu avformat/hls: fix missing segment offset reset on last segment when http_multiple is enabled. Reviewed-by: Steven Liu Signed-off-by: vectronic > http://g

[FFmpeg-cvslog] avformat/hls: pass http offset options to http request

2019-10-08 Thread vectronic
ffmpeg | branch: master | vectronic | Fri Oct 4 22:56:02 2019 +0100| [b21c5ef501d13fdebea42eca8437af67dfe2d481] | committer: Steven Liu avformat/hls: pass http offset options to http request made with persistent connections to prevent incorrect reset of offset when demuxing HLS+FMP4 Signed-o