[FFmpeg-cvslog] avfilter/af_sidechaincompress: change default makeup gain to 1

2017-05-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat May 20 12:34:51 2017 +0200| [e8ae23db27bd308b299c00f2a10e1243cdb08103] | committer: Paul B Mahol avfilter/af_sidechaincompress: change default makeup gain to 1 This avoids producing out of range or clipped samples. Signed-off-by: Paul B Mahol > ht

[FFmpeg-cvslog] lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring out

2017-05-20 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu May 11 15:16:22 2017 +0200| [ab61b79b1c707a9ea0512238d837ea3e8b8395ed] | committer: Matthieu Bouron lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring out Some samples have their metadata track time_scale incorrectly set

[FFmpeg-cvslog] Merge commit '6151e9128ce2a84a443c82b78f5b5cb364ba2ab4'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:28:43 2017 +0200| [d1da0fc4b9b3bcd146b429c79511181ca66a152a] | committer: Clément Bœsch Merge commit '6151e9128ce2a84a443c82b78f5b5cb364ba2ab4' * commit '6151e9128ce2a84a443c82b78f5b5cb364ba2ab4': build: Detect blocks C language extensi

[FFmpeg-cvslog] build: Detect blocks C language extension and add it as VDA dependency

2017-05-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Jan 25 18:40:51 2017 +0100| [6151e9128ce2a84a443c82b78f5b5cb364ba2ab4] | committer: Diego Biurrun build: Detect blocks C language extension and add it as VDA dependency Newer versions of OS X use the blocks extension in VDA-related headers. Some co

[FFmpeg-cvslog] build: Map -Wall compiler flag to -W3 for MSVC and -Wextra to -W4

2017-05-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Dec 14 20:35:18 2016 +0100| [2bbb5abd877104fa9bc342c521bb49bc1aad50ce] | committer: Diego Biurrun build: Map -Wall compiler flag to -W3 for MSVC and -Wextra to -W4 These are more appropriate warning level equivalents. > http://git.videolan.org/git

[FFmpeg-cvslog] Merge commit '2bbb5abd877104fa9bc342c521bb49bc1aad50ce'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:31:37 2017 +0200| [068d91885ffdc858796ef73ada2a88b8313d9465] | committer: Clément Bœsch Merge commit '2bbb5abd877104fa9bc342c521bb49bc1aad50ce' * commit '2bbb5abd877104fa9bc342c521bb49bc1aad50ce': build: Map -Wall compiler flag to -W3 f

[FFmpeg-cvslog] Merge commit '1ae6cb7d6e4fee30754a46bc91f40ff75ac4412a'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:32:20 2017 +0200| [93bf0480c2dba12990f92cdf1927da2ff64db0cd] | committer: Clément Bœsch Merge commit '1ae6cb7d6e4fee30754a46bc91f40ff75ac4412a' * commit '1ae6cb7d6e4fee30754a46bc91f40ff75ac4412a': dashenc: fix ISO8601 UTC parsing Merge

[FFmpeg-cvslog] dashenc: fix ISO8601 UTC parsing

2017-05-20 Thread Anton Schubert
ffmpeg | branch: master | Anton Schubert | Fri Jan 27 00:25:07 2017 +0100| [1ae6cb7d6e4fee30754a46bc91f40ff75ac4412a] | committer: Martin Storsjö dashenc: fix ISO8601 UTC parsing Appends Z to timestamp to force ISO8601 datetime parsing as UTC. Without Z, some browsers (Chrome) interpret the ti

[FFmpeg-cvslog] dashenc: add mandatory id to AdaptationSet and Period in manifest

2017-05-20 Thread Peter Große
ffmpeg | branch: master | Peter Große | Fri Jan 27 00:25:08 2017 +0100| [95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18] | committer: Martin Storsjö dashenc: add mandatory id to AdaptationSet and Period in manifest Signed-off-by: Peter Große Signed-off-by: Martin Storsjö > http://git.videolan.org

[FFmpeg-cvslog] dashenc: increase buffer time hint in the manifest

2017-05-20 Thread Anton Schubert
ffmpeg | branch: master | Anton Schubert | Fri Jan 27 00:25:09 2017 +0100| [3c2717e48dd8c5115f2be35c2afcabd8a1f67aee] | committer: Martin Storsjö dashenc: increase buffer time hint in the manifest to avoid rebuffering on the clientside for difficult network conditions. Signed-off-by: Anton Sc

[FFmpeg-cvslog] Merge commit '95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:37:04 2017 +0200| [77a20cff3628b7353164b8433a6b4d4140c901bf] | committer: Clément Bœsch Merge commit '95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18' * commit '95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18': dashenc: add mandatory id to Adaptation

[FFmpeg-cvslog] Merge commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:39:10 2017 +0200| [ba3adea9575cb95a898c738b1f231d989db659e9] | committer: Clément Bœsch Merge commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee' * commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee': dashenc: increase buffer time hint in t

[FFmpeg-cvslog] Merge commit 'ca6ae3b77a7e6600e517723b90e57527a47809de'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:40:36 2017 +0200| [1ff55e12f7298322c463a2fbb422cfeac9bbbe67] | committer: Clément Bœsch Merge commit 'ca6ae3b77a7e6600e517723b90e57527a47809de' * commit 'ca6ae3b77a7e6600e517723b90e57527a47809de': vaapi_encode: Add MPEG-2 support This

[FFmpeg-cvslog] vaapi_encode: Add MPEG-2 support

2017-05-20 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Jan 9 19:17:37 2017 +| [ca6ae3b77a7e6600e517723b90e57527a47809de] | committer: Mark Thompson vaapi_encode: Add MPEG-2 support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca6ae3b77a7e6600e517723b90e57527a47809de --- Changelog

[FFmpeg-cvslog] rtmp: Account for bytes_read wraparound

2017-05-20 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Wed Jan 25 15:59:09 2017 +0100| [11e225db31dcad57e2219ad8dfae2ac027af53d6] | committer: Luca Barbato rtmp: Account for bytes_read wraparound Servers seem to be happy to receive the wrapped-around value as long as they receive a report, otherwise they ti

[FFmpeg-cvslog] Merge commit '11e225db31dcad57e2219ad8dfae2ac027af53d6'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:42:48 2017 +0200| [e78dc57888d1468b4f156581ec7039d2eda91783] | committer: Clément Bœsch Merge commit '11e225db31dcad57e2219ad8dfae2ac027af53d6' * commit '11e225db31dcad57e2219ad8dfae2ac027af53d6': rtmp: Account for bytes_read wraparound

[FFmpeg-cvslog] configure: Place all temporary files in one separate directory

2017-05-20 Thread Michał Górny
ffmpeg | branch: master | Michał Górny | Sun Sep 21 11:38:25 2014 +0200| [78489822074096e3ae0f3c3b70accace955086f6] | committer: Diego Biurrun configure: Place all temporary files in one separate directory Place all temporary files within a single, quasi-atomically created temporary directory

[FFmpeg-cvslog] configure: Clean up temporary files on interrupt

2017-05-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Sep 21 11:48:21 2014 +0200| [ba6a49e60bdd61b6d02c2b26daa01942c35f39cc] | committer: Diego Biurrun configure: Clean up temporary files on interrupt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba6a49e60bdd61b6d02c2b26daa01942c35f39cc

[FFmpeg-cvslog] Merge commit '78489822074096e3ae0f3c3b70accace955086f6'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:44:58 2017 +0200| [091c9860559e4d33179747c5d651bc9e31bd76eb] | committer: Clément Bœsch Merge commit '78489822074096e3ae0f3c3b70accace955086f6' * commit '78489822074096e3ae0f3c3b70accace955086f6': configure: Place all temporary files in

[FFmpeg-cvslog] Merge commit 'ba6a49e60bdd61b6d02c2b26daa01942c35f39cc'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:50:28 2017 +0200| [a8ad127a63ab6348050bfade358facae68f39a2a] | committer: Clément Bœsch Merge commit 'ba6a49e60bdd61b6d02c2b26daa01942c35f39cc' * commit 'ba6a49e60bdd61b6d02c2b26daa01942c35f39cc': configure: Clean up temporary files on

[FFmpeg-cvslog] Merge commit '1920382aa9f21d7ed1a3c2214990da8d2b067a92'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:52:10 2017 +0200| [e815111367cba1ec168ae080a6503e5b3eb326bf] | committer: Clément Bœsch Merge commit '1920382aa9f21d7ed1a3c2214990da8d2b067a92' * commit '1920382aa9f21d7ed1a3c2214990da8d2b067a92': dashenc: add option to provide UTC timi

[FFmpeg-cvslog] dashenc: add option to provide UTC timing source

2017-05-20 Thread Peter Große
ffmpeg | branch: master | Peter Große | Sun Jan 29 20:41:22 2017 +0100| [1920382aa9f21d7ed1a3c2214990da8d2b067a92] | committer: Martin Storsjö dashenc: add option to provide UTC timing source If set, adds a UTCTiming tag in the manifest. This is part of the recommendations listed in the "Guid

[FFmpeg-cvslog] dashenc: separate segments based on current segment duration

2017-05-20 Thread Peter Große
ffmpeg | branch: master | Peter Große | Sun Jan 29 15:26:25 2017 +0100| [e519dcd937c7c98815ba9884867590e302272016] | committer: Martin Storsjö dashenc: separate segments based on current segment duration The current implementation creates new segments comparing pkt->pts - first_pts > nb_seg

[FFmpeg-cvslog] Merge commit 'e519dcd937c7c98815ba9884867590e302272016'

2017-05-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat May 20 16:55:22 2017 +0200| [1a950f32abf3bb0de7a94b26be2dfa62810ffc28] | committer: Clément Bœsch Merge commit 'e519dcd937c7c98815ba9884867590e302272016' * commit 'e519dcd937c7c98815ba9884867590e302272016': dashenc: separate segments based on cur

[FFmpeg-cvslog] avcodec/g723_1dec: Clip after shift in estimate_sid_gain()

2017-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 20 14:16:57 2017 +0200| [23868ad5cb9b78ef95d2f71371d4f568b36218d5] | committer: Michael Niedermayer avcodec/g723_1dec: Clip after shift in estimate_sid_gain() Fixes: runtime error: left shift of 706 by 22 places cannot be represented in

[FFmpeg-cvslog] decode: fix the code reducing cropping to preserve alignment

2017-05-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri May 19 11:47:21 2017 +0200| [02327d1237f19619272e7b04b715e807c16af6a5] | committer: James Almer decode: fix the code reducing cropping to preserve alignment Currently it does not work at all. Libav Bug-Id: 1058 (cherry picked from commit 8652a2c24

[FFmpeg-cvslog] avcodec/decode: fix function name

2017-05-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 20 13:17:12 2017 -0300| [f20161d8994399ba86f28e683126ea3b2ea0709b] | committer: James Almer avcodec/decode: fix function name > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f20161d8994399ba86f28e683126ea3b2ea0709b --- libavcodec/dec

[FFmpeg-cvslog] avfilter: take_samples: do not directly return frame when samples are skipped

2017-05-20 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Thu May 18 20:10:47 2017 +0700| [fc3a03fcf9cd7eafe7342e2508e612efa0bb] | committer: Muhammad Faiz avfilter: take_samples: do not directly return frame when samples are skipped Modifying data pointer when skipping samples may make it unaligned. Work

[FFmpeg-cvslog] avfilter: take_samples: do not directly return frame when samples are skipped

2017-05-20 Thread Muhammad Faiz
ffmpeg | branch: release/3.3 | Muhammad Faiz | Thu May 18 20:10:47 2017 +0700| [7fae0ea21daa6d8e391cbffb08f66c0b4509ddd6] | committer: Muhammad Faiz avfilter: take_samples: do not directly return frame when samples are skipped Modifying data pointer when skipping samples may make it unaligned.

[FFmpeg-cvslog] configure: fix --tempprefix option

2017-05-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 20 21:29:58 2017 -0300| [8794cfbbc5dd0cf1e93cd4d7ab58e8c2b229cce6] | committer: James Almer configure: fix --tempprefix option It was broken in 091c9860559e4d33179747c5d651bc9e31bd76eb > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8

[FFmpeg-cvslog] avcodec/aacsbr_fixed: Fix multiple runtime error: shift exponent 170 is too large for 32-bit type 'int'

2017-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 21 00:06:10 2017 +0200| [6310fc714de3cd73848416ead73228fcef8b6dc0] | committer: Michael Niedermayer avcodec/aacsbr_fixed: Fix multiple runtime error: shift exponent 170 is too large for 32-bit type 'int' Fixes part of 1709/clusterfuzz-te

[FFmpeg-cvslog] avcodec/sbrdsp_fixed: fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int'

2017-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 21 01:43:04 2017 +0200| [384508b2ff69bc3fad1e1c2e7de0dcd0913c6208] | committer: Michael Niedermayer avcodec/sbrdsp_fixed: fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Fixes: part of 1709/clusterfuzz

[FFmpeg-cvslog] avcodec/mlpdsp: Fix runtime error: signed integer overflow: -24419392 * 128 cannot be represented in type 'int'

2017-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 21 02:42:12 2017 +0200| [1d04fc94e1021b70e542dc01a48b8398c6fc6325] | committer: Michael Niedermayer avcodec/mlpdsp: Fix runtime error: signed integer overflow: -24419392 * 128 cannot be represented in type 'int' Fixes: 1711/clusterfuzz-t

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

2017-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 21 02:46:55 2017 +0200| [d66193252b4067144f11211f8f3e1d5a50146235] | committer: Michael Niedermayer avcodec/takdec: Fix runtime error: left shift of negative value -63 Fixes: 1713/clusterfuzz-testcase-minimized-5791887476654080 Found-by:

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

2017-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 21 02:51:04 2017 +0200| [c3547dcbc326474745f02a618e01848a293f3f92] | committer: Michael Niedermayer avcodec/aac_defines: Fix: runtime error: left shift of negative value -2 Fixes: 1716/clusterfuzz-testcase-minimized-4691012196761600 Foun