[FFmpeg-cvslog] avformat/http: Avoid calling http_shutdown() if end of chunk is signalled already

2017-12-24 Thread Karthick Jeyapal
ffmpeg | branch: master | Karthick Jeyapal | Mon Dec 25 12:07:43 2017 +0800| [6848201f704b5e8e1ebdc911dba94ebc1e52c6b0] | committer: Steven Liu avformat/http: Avoid calling http_shutdown() if end of chunk is signalled already > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6848201

[FFmpeg-cvslog] avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_close()

2017-12-24 Thread Karthick Jeyapal
ffmpeg | branch: master | Karthick Jeyapal | Mon Dec 25 12:08:06 2017 +0800| [be2da4c52221c5ec0769ccea675a896e324d1f41] | committer: Steven Liu avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_close() Currently http end of chunk is signalled implicitly in hlsenc_io_op

[FFmpeg-cvslog] x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled but not used

2017-12-24 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 24 21:34:19 2017 -0300| [90d216cb90398ffb92e9e8361656ad619a985b64] | committer: James Almer x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled but not used Fixes compilation of libavresample/x86/audio_mix.asm Reviewed-b

[FFmpeg-cvslog] avutil: add AVX-512 flags

2017-12-24 Thread James Darnley
ffmpeg | branch: master | James Darnley | Thu Oct 26 19:48:26 2017 +0200| [8b81eabe5789105cf4dcf223c9d758ca19278cab] | committer: James Darnley avutil: add AVX-512 flags > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b81eabe5789105cf4dcf223c9d758ca19278cab --- Changelog

[FFmpeg-cvslog] checkasm: support for AVX-512 functions

2017-12-24 Thread James Darnley
ffmpeg | branch: master | James Darnley | Mon Oct 30 13:04:59 2017 +0100| [40d4b13228bf234a2b9649674d9ed25bd020f226] | committer: James Darnley checkasm: support for AVX-512 functions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40d4b13228bf234a2b9649674d9ed25bd020f226 --- tes

[FFmpeg-cvslog] avcodec: add stride alignment needed for AVX-512

2017-12-24 Thread James Darnley
ffmpeg | branch: master | James Darnley | Mon Nov 6 15:43:39 2017 +0100| [8f86e6623811f7713d5e72c13797e20fffb3df62] | committer: James Darnley avcodec: add stride alignment needed for AVX-512 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8f86e6623811f7713d5e72c13797e20fffb3df62

[FFmpeg-cvslog] avutil: add alignment needed for AVX-512

2017-12-24 Thread James Darnley
ffmpeg | branch: master | James Darnley | Thu Oct 26 19:51:37 2017 +0200| [e2218ed8ce6e2f208b9279acc80b7e2b7f1eae6c] | committer: James Darnley avutil: add alignment needed for AVX-512 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e2218ed8ce6e2f208b9279acc80b7e2b7f1eae6c --- li

[FFmpeg-cvslog] x86inc: AVX-512 support

2017-12-24 Thread Henrik Gramner
ffmpeg | branch: master | Henrik Gramner | Sat Mar 25 10:16:09 2017 +0100| [f7197f68dc61753be67ff68b27bbd3b15fe43da6] | committer: James Darnley x86inc: AVX-512 support AVX-512 consists of a plethora of different extensions, but in order to keep things a bit more manageable we group together t

[FFmpeg-cvslog] avutil: detect when AVX-512 is available

2017-12-24 Thread James Darnley
ffmpeg | branch: master | James Darnley | Thu Oct 26 19:51:02 2017 +0200| [4783a01c113b727164588ada47b3145ce5d2c367] | committer: James Darnley avutil: detect when AVX-512 is available > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4783a01c113b727164588ada47b3145ce5d2c367 --- li

[FFmpeg-cvslog] configure: test whether x86 assembler supports AVX-512

2017-12-24 Thread James Darnley
ffmpeg | branch: master | James Darnley | Thu Oct 26 19:45:50 2017 +0200| [b7a3d1f249c9da9f21d10ea9137e304961da02ba] | committer: James Darnley configure: test whether x86 assembler supports AVX-512 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7a3d1f249c9da9f21d10ea9137e304961d

[FFmpeg-cvslog] avformat/hls: fix SEGV in previous commit

2017-12-24 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Sun Dec 24 12:31:27 2017 -0800| [207e98b4e502edc17c2e0fcba91bf122892f718c] | committer: Aman Gupta avformat/hls: fix SEGV in previous commit Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=207e98b4e502edc17c2e0fcba91

[FFmpeg-cvslog] avformat/hls: fix CID 1426930

2017-12-24 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Sun Dec 24 11:58:30 2017 -0800| [3d95868d1bf2197597fbcbddd984eac175325a14] | committer: Aman Gupta avformat/hls: fix CID 1426930 Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d95868d1bf2197597fbcbddd984eac175325a1

[FFmpeg-cvslog] avformat/hls: fix memory leak with non-http segments

2017-12-24 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Sun Dec 24 11:59:32 2017 -0800| [b33cf735071cfe07ac60fd8f95e7f1f984005f45] | committer: Aman Gupta avformat/hls: fix memory leak with non-http segments Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b33cf735071cfe07

[FFmpeg-cvslog] avfilter/vf_convolve: fix various issues

2017-12-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 24 16:09:23 2017 +0100| [5533cbfc84ea120f35cc0fd62bc58fcb2cd3fbfc] | committer: Paul B Mahol avfilter/vf_convolve: fix various issues Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5533cbfc84ea120f35cc0f

[FFmpeg-cvslog] avfilter/vf_convolve: fix convolution of borders

2017-12-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 24 10:15:26 2017 +0100| [175122fcd5e6116a11203a938680de0dd4fd5747] | committer: Paul B Mahol avfilter/vf_convolve: fix convolution of borders Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=175122fcd5e611