[FFmpeg-cvslog] videotoolbox: add hwcontext support

2017-05-15 Thread wm4
ffmpeg | branch: master | wm4 | Mon May 15 11:27:24 2017 +0200| [532b23f079b52f4789be1f20ce232286ce4ffa13] | committer: wm4 videotoolbox: add hwcontext support This adds tons of code for no other benefit than making VideoToolbox support conform with the new hwaccel API (using hw_device_ctx and

[FFmpeg-cvslog] configure: add cuda-sdk for things requiring full CUDA sdk

2017-05-15 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu May 11 22:51:31 2017 +0200| [6a3740572dfeef2628a1c54ba61e7e413bfb55f8] | committer: Timo Rothenpieler configure: add cuda-sdk for things requiring full CUDA sdk > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a3740572dfeef2628a1c54

[FFmpeg-cvslog] build: add support for building .cu files via nvcc

2017-05-15 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu May 11 22:53:41 2017 +0200| [f1ab71b04636edf74a2c9376d80d65981c5ec778] | committer: Timo Rothenpieler build: add support for building .cu files via nvcc Original work by Yogender Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avfilter/scale_cuda: add CUDA scale filter

2017-05-15 Thread Yogender Gupta
ffmpeg | branch: master | Yogender Gupta | Wed May 10 23:06:16 2017 +0530| [921bd9a2be4c1f4a0524346a694e2da814488d7f] | committer: Timo Rothenpieler avfilter/scale_cuda: add CUDA scale filter Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=921bd9a

[FFmpeg-cvslog] avfilter/af_silenceremove: set output timestamps

2017-05-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon May 15 14:05:17 2017 +0200| [7760ed7e9606203eea478fc3620665859c739dc0] | committer: Paul B Mahol avfilter/af_silenceremove: set output timestamps Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7760ed7e960620

[FFmpeg-cvslog] avfilter/af_compand: change default attack to 0

2017-05-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon May 15 14:05:43 2017 +0200| [13f4d077ed27c53fffd114f92fbd7b2c9cfcec77] | committer: Paul B Mahol avfilter/af_compand: change default attack to 0 Fixes many distortions. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avcodec/h264: change RETs into REP_RETs where appropriate

2017-05-15 Thread James Darnley
ffmpeg | branch: master | James Darnley | Mon Feb 27 20:03:08 2017 +| [060ba9e5e3353a4c50a096f40e9c91b78145cbb8] | committer: James Darnley avcodec/h264: change RETs into REP_RETs where appropriate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=060ba9e5e3353a4c50a096f40e9c91b7

[FFmpeg-cvslog] avcodec/h264: use some 3 operand forms

2017-05-15 Thread James Darnley
ffmpeg | branch: master | James Darnley | Thu Mar 2 01:48:16 2017 +0100| [b5325c6711a6789e6219f6392fd9158cb2c0fcd7] | committer: James Darnley avcodec/h264: use some 3 operand forms > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5325c6711a6789e6219f6392fd9158cb2c0fcd7 --- liba

[FFmpeg-cvslog] avcodec/h264: add avx 8-bit h264_idct_add

2017-05-15 Thread James Darnley
ffmpeg | branch: master | James Darnley | Thu Mar 16 14:59:48 2017 +0100| [f61d454ca13f277b6ab7bbc9ebf7d26ce6d67ec6] | committer: James Darnley avcodec/h264: add avx 8-bit h264_idct_add Haswell: - 1.11x faster (522±0.4 vs. 469±1.8 decicycles) compared with mmxext Skylake-U: - 1.21x faster (

[FFmpeg-cvslog] avcodec/h264: add avx 8-bit h264_idct_dc_add

2017-05-15 Thread James Darnley
ffmpeg | branch: master | James Darnley | Thu Mar 16 15:07:11 2017 +0100| [27460dfebc296636dec2584e0d74aaa4d48da0b9] | committer: James Darnley avcodec/h264: add avx 8-bit h264_idct_dc_add Haswell: - 1.02x faster (405±0.7 vs. 397±0.8 decicycles) compared with mmxext Skylake-U: - 1.06x faste

[FFmpeg-cvslog] avcodec/h264: add sse2 versions of previous idct functions

2017-05-15 Thread James Darnley
ffmpeg | branch: master | James Darnley | Wed Apr 5 21:07:47 2017 +0200| [7aa90b4e94147d0512ab28535f6863767b888f19] | committer: James Darnley avcodec/h264: add sse2 versions of previous idct functions Kaby Lake Pentium: - ff_h264_idct_add_8_sse2:~1.18x faster than mmxext - ff_h264_idct

[FFmpeg-cvslog] avcodec/Makefile: fix dnxhd parser dependencies

2017-05-15 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 15 13:33:29 2017 -0300| [e0ecc7db48b148af2e17ca7ca1a76622054ec558] | committer: James Almer avcodec/Makefile: fix dnxhd parser dependencies Fixes ticket #6391 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0ecc7db48b148af2e17ca7ca1a

[FFmpeg-cvslog] hwcontext_videotoolbox: fix fate-source

2017-05-15 Thread wm4
ffmpeg | branch: master | wm4 | Mon May 15 18:50:04 2017 +0200| [f0435bbe170d7e5232064c31d9c023c045386bab] | committer: wm4 hwcontext_videotoolbox: fix fate-source Thanks to James Darnley for figuring out what the hell it wanted. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f043

[FFmpeg-cvslog] compat/cuda/ptx2c: remove bashism and harden against arbitrary input

2017-05-15 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Mon May 15 18:05:10 2017 +0200| [88896c46196e4cca2afa6df6e2bc37ecfc2c4e98] | committer: Timo Rothenpieler compat/cuda/ptx2c: remove bashism and harden against arbitrary input > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88896c46196e4

[FFmpeg-cvslog] avfilter/af_stereotools: introduce different balance modes

2017-05-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon May 15 19:56:55 2017 +0200| [9bebad86c7f8736f3534ece22cd8095059e2560d] | committer: Paul B Mahol avfilter/af_stereotools: introduce different balance modes Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9beb

[FFmpeg-cvslog] avfilter/vf_deflicker: add bypass option

2017-05-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon May 15 21:32:44 2017 +0200| [4c55144ee969a63bb5e469e3ebd7179b7b3616e8] | committer: Paul B Mahol avfilter/vf_deflicker: add bypass option Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c55144ee969a63bb5e469

[FFmpeg-cvslog] movenc/isom: update vpcC box to version 1.0 of the specification

2017-05-15 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sat Apr 22 01:25:40 2017 +0200| [64ad44a3817a288168ba97f6c022160b940cd22e] | committer: Hendrik Leppkes movenc/isom: update vpcC box to version 1.0 of the specification This brings our generation of the vpcC box up to date to version 1.0 of the VP Co

[FFmpeg-cvslog] avcodec/tiff: reset sampling[] if its invalid

2017-05-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 15 21:19:06 2017 +0200| [f08122fbe039a56ab3c24f74636b4b0efea97d85] | committer: Michael Niedermayer avcodec/tiff: reset sampling[] if its invalid Fixes divission by 0 Fixes: clusterfuzz-testcase-minimized-5592896440893440 Found-by: conti

[FFmpeg-cvslog] avcodec/svq3: Fix runtime error: left shift of negative value -6

2017-05-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 15 21:21:20 2017 +0200| [a6eb006ad47beb6d5e5cc2c99f8185965209ec6b] | committer: Michael Niedermayer avcodec/svq3: Fix runtime error: left shift of negative value -6 Fixes: 1604/clusterfuzz-testcase-minimized-5312060206350336 Found-by: co

[FFmpeg-cvslog] avcodec/tiff: reset sampling[] if its invalid

2017-05-15 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Mon May 15 21:19:06 2017 +0200| [c521f9a5cd8cabaf985eb06f87e9b7f7ad5fcaf2] | committer: Michael Niedermayer avcodec/tiff: reset sampling[] if its invalid Fixes divission by 0 Fixes: clusterfuzz-testcase-minimized-5592896440893440 Found-by:

[FFmpeg-cvslog] avcodec/svq3: Fix runtime error: left shift of negative value -6

2017-05-15 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Mon May 15 21:21:20 2017 +0200| [8e6d9d48a0b4369d71815d104df32b067fe9bc60] | committer: Michael Niedermayer avcodec/svq3: Fix runtime error: left shift of negative value -6 Fixes: 1604/clusterfuzz-testcase-minimized-5312060206350336 Found-b

[FFmpeg-cvslog] Update for FFmpeg 3.2.5

2017-05-15 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Tue May 16 03:34:43 2017 +0200| [f61c888743d172fd8cbf08da9504ffa6e34d4b44] | committer: Michael Niedermayer Update for FFmpeg 3.2.5 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f61c888743d1

[FFmpeg-cvslog] avcodec/truemotion1: Fix multiple runtime error: signed integer overflow: 1246906962 * 2 cannot be represented in type 'int'

2017-05-15 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Tue May 16 03:04:26 2017 +0200| [1274e920152d5a7fc03dd08caed419de067b3bd6] | committer: Michael Niedermayer avcodec/truemotion1: Fix multiple runtime error: signed integer overflow: 1246906962 * 2 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT for fate build.

2017-05-15 Thread Gregory J . Wolfe
ffmpeg | branch: release/3.2 | Gregory J. Wolfe | Thu Dec 1 13:35:02 2016 -0500| [5d737a3d0ca2bf0f0c6170096d9d1ca230cf9ee0] | committer: Michael Niedermayer avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT for fate build. Signed-off-by: Michael Niedermayer (cher

[FFmpeg-cvslog] Tag n3.2.5 : FFmpeg 3.2.5 release

2017-05-15 Thread git
[ffmpeg] [branch: refs/tags/n3.2.5] Tag:96ba08becca2a1d88b61e2de87722ab0c75f4dd6 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=96ba08becca2a1d88b61e2de87722ab0c75f4dd6 Tagger: Michael Niedermayer Date: Tue May 16 04:24:36 2017 +0200 FFmpeg 3.2.5 release __

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. dc9c7da web/download: add FFmpeg 3.2.5

2017-05-15 Thread ffmpeg-git
The branch, master has been updated via dc9c7da955fb1d1d46eba3df0775700470e40806 (commit) from e1bd84b39d4c57f2a85270a3b0436261c943a93a (commit) - Log - commit dc9c7da955fb1d1d46eba3df0775700470e40806 Author: Micha