[FFmpeg-cvslog] avutil/avstring: support input path as a null pointer or empty string

2019-10-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 19:23:58 2019 +0800| [a77fb510c2684a43980c79ff85ff36e094cae63c] | committer: Steven Liu avutil/avstring: support input path as a null pointer or empty string Linux and OSX systems support basename and dirname via , I plan to make the wrapper

[FFmpeg-cvslog] avformat/hlsenc: replace with av_dirname to get the directory

2019-10-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 19:24:00 2019 +0800| [28bb73cee77e209a6445d081e7ea577ede29c50f] | committer: Steven Liu avformat/hlsenc: replace with av_dirname to get the directory Signed-off-by: Limin Wang >

[FFmpeg-cvslog] avformat/hlsenc: remove the unnecessary null pointer check

2019-10-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 19:23:59 2019 +0800| [61aa77272a25d83e5ce5c63d93c64bb9a3e15557] | committer: Steven Liu avformat/hlsenc: remove the unnecessary null pointer check Reviewed-by: Steven Liu Signed-off-by: Limin Wang >

[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

[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 >

[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

[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 >

[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 ---

[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:

[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:

[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 >

[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:

[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:

[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

[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

[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:

[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 >

[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:

[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] 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

[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 >

[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 >

[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

[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 >