[FFmpeg-cvslog] doc/examples/decode_video: Fix format string vulnerability

2017-04-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Apr 7 23:05:57 2017 +0200| [23edd41a0d6994cb5d9983d8f035e8eef78960ad] | committer: Michael Niedermayer doc/examples/decode_video: Fix format string vulnerability Fixes: CID1404843 Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] libavfilter/af_amix.c Increase sources from 32 to 1024

2017-04-08 Thread Warblefly
ffmpeg | branch: master | Warblefly | Fri Apr 7 19:35:56 2017 +0100| [47ccefac211fba57979335907467923cd27e792f] | committer: Michael Niedermayer libavfilter/af_amix.c Increase sources from 32 to 1024 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dcadsp: Fix runtime error: signed integer overflow

2017-04-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Apr 7 22:27:50 2017 +0200| [9244b839b788e4677019041907ff5a4378a23490] | committer: Michael Niedermayer avcodec/dcadsp: Fix runtime error: signed integer overflow Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/m

[FFmpeg-cvslog] mjpegenc: disable huffman coding with AMV

2017-04-08 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Apr 3 21:13:29 2017 +0100| [7f9b492d544ccef36f1d5d97a76d22502623d3c8] | committer: Rostislav Pehlivanov mjpegenc: disable huffman coding with AMV Isn't supported. Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] mjpegenc: enable optimal huffman coding by default

2017-04-08 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Apr 3 22:31:27 2017 +0100| [45eeb1f785d6c726181568db341bbf80b43e32c0] | committer: Rostislav Pehlivanov mjpegenc: enable optimal huffman coding by default As it gives excellent encoding gains at an insignificant speed increase and passes fa

[FFmpeg-cvslog] mjpegenc_common: check for codec ID before using avctx->priv_data

2017-04-08 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Apr 3 21:13:28 2017 +0100| [2c9be3882a03823413945bd9e2d9af33e6e322d5] | committer: Rostislav Pehlivanov mjpegenc_common: check for codec ID before using avctx->priv_data When coding lossless jpeg the priv context will be pointing to LJpegEn

[FFmpeg-cvslog] mjpegenc: disable huffman coding with AMV

2017-04-08 Thread Rostislav Pehlivanov
ffmpeg | branch: release/3.3 | Rostislav Pehlivanov | Mon Apr 3 21:13:29 2017 +0100| [7034009f625dd042234fe90c2a2a8b8fcf8dcb6c] | committer: Rostislav Pehlivanov mjpegenc: disable huffman coding with AMV Isn't supported. Signed-off-by: Rostislav Pehlivanov (cherry picked from commit 7f9b492

[FFmpeg-cvslog] mjpegenc_common: check for codec ID before using avctx->priv_data

2017-04-08 Thread Rostislav Pehlivanov
ffmpeg | branch: release/3.3 | Rostislav Pehlivanov | Mon Apr 3 21:13:28 2017 +0100| [6c9574e490218683a302f3814036bf6b9bbc37df] | committer: Rostislav Pehlivanov mjpegenc_common: check for codec ID before using avctx->priv_data When coding lossless jpeg the priv context will be pointing to LJ

[FFmpeg-cvslog] avformat/matroskaenc: don't try to update flac extradata if live streaming

2017-04-08 Thread James Almer
ffmpeg | branch: release/3.3 | James Almer | Sat Apr 8 15:44:53 2017 -0300| [37fcf089b4a29aa90e4a1ce6a54b4fcc75063f78] | committer: James Almer avformat/matroskaenc: don't try to update flac extradata if live streaming (cherry picked from commit a8b5f375010912abd9d41bde0992c63a548d56a6) > ht

[FFmpeg-cvslog] avformat/mov: Check creation_time for overflow

2017-04-08 Thread git
ffmpeg | branch: release/3.3 | Michael Niedermayer | Sat Apr 1 19:18:36 2017 +0200| [f4400a92f58fbe19b14eb675c241f7df310758fd] | committer: Michael Niedermayer avformat/mov: Check creation_time for overflow Fixes integer overflow Fixes: 701640 Found-by: Found-by: Thomas Guilbert Signed-off-

[FFmpeg-cvslog] avcodec/dvdsubdec: Fixes 2 runtime error: left shift of 170 by 24 places cannot be represented in type 'int'

2017-04-08 Thread git
ffmpeg | branch: release/3.3 | Michael Niedermayer | Fri Apr 7 03:36:17 2017 +0200| [a430ba99251e34c5f4965955f506ffda21b8d34a] | committer: Michael Niedermayer avcodec/dvdsubdec: Fixes 2 runtime error: left shift of 170 by 24 places cannot be represented in type 'int' Fixes: 619/clusterfuzz-

[FFmpeg-cvslog] avcodec/h264: Check weight values to be within the specs limits.

2017-04-08 Thread git
ffmpeg | branch: release/3.3 | Michael Niedermayer | Tue Mar 21 23:46:14 2017 +0100| [1833ec53349ca1b1b1d21f1f8a3c63373e19123d] | committer: Michael Niedermayer avcodec/h264: Check weight values to be within the specs limits. Fixes: integer overflows Fixes: 911/clusterfuzz-testcase-54151056069

[FFmpeg-cvslog] libavformat/mov: Fix memory leak, need to free the chapter tracks array

2017-04-08 Thread git
ffmpeg | branch: release/3.3 | Thierry Foucu | Wed Apr 5 13:23:31 2017 -0700| [c9c977be2761dc48c7595c9483282b9a12011771] | committer: Michael Niedermayer libavformat/mov: Fix memory leak, need to free the chapter tracks array Signed-off-by: Michael Niedermayer (cherry picked from commit ac24

[FFmpeg-cvslog] avformat/matroskaenc: don't try to update flac extradata if live streaming

2017-04-08 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Apr 8 15:44:53 2017 -0300| [a8b5f375010912abd9d41bde0992c63a548d56a6] | committer: James Almer avformat/matroskaenc: don't try to update flac extradata if live streaming > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8b5f375010912abd9d4

[FFmpeg-cvslog] Merge commit '2575b1917b2703fae41a4b4901ad85c888374dfd'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 15:09:57 2017 +0200| [d14a1bd8e4705ffb306ee049e041e83978f0c89d] | committer: Clément Bœsch Merge commit '2575b1917b2703fae41a4b4901ad85c888374dfd' * commit '2575b1917b2703fae41a4b4901ad85c888374dfd': build: Add separate flags for checkhead

[FFmpeg-cvslog] build: Add separate flags for checkheaders targets

2017-04-08 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Mar 9 15:39:29 2016 +0100| [2575b1917b2703fae41a4b4901ad85c888374dfd] | committer: Diego Biurrun build: Add separate flags for checkheaders targets This allows filtering out some warning noise. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] Merge commit '984e50e74ba71301720652e56232161a994bd0b5'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 15:00:25 2017 +0200| [3d0475ef387f2b9eec3692f28fc27e8b038001d6] | committer: Clément Bœsch Merge commit '984e50e74ba71301720652e56232161a994bd0b5' * commit '984e50e74ba71301720652e56232161a994bd0b5': build: Add -Wpedantic and -Wextra to ex

[FFmpeg-cvslog] build: Add -Wpedantic and -Wextra to extra warning flags

2017-04-08 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Mar 16 19:21:14 2015 +0100| [984e50e74ba71301720652e56232161a994bd0b5] | committer: Diego Biurrun build: Add -Wpedantic and -Wextra to extra warning flags Also drop -Winline from set of warning flags as it only produces noise. > http://git.videola

[FFmpeg-cvslog] Merge commit '33a2b73b98374de4781ae0497cf74b2ce07a9615'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:58:06 2017 +0200| [ec10c543b8b53fe6232511d214b17b48de0e9533] | committer: Clément Bœsch Merge commit '33a2b73b98374de4781ae0497cf74b2ce07a9615' * commit '33a2b73b98374de4781ae0497cf74b2ce07a9615': mpeg4audio: correctly propagate meaning

[FFmpeg-cvslog] mpeg4audio: correctly propagate meaningful error values

2017-04-08 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 30 11:12:40 2016 -0300| [33a2b73b98374de4781ae0497cf74b2ce07a9615] | committer: Vittorio Giovara mpeg4audio: correctly propagate meaningful error values Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33a2

[FFmpeg-cvslog] mmaldec: initialize refcount using atomic_init()

2017-04-08 Thread Wan-Teh Chang
ffmpeg | branch: master | Wan-Teh Chang | Wed Nov 30 11:52:41 2016 -0800| [d82d5379caca21005d8906829b35361c4a65408e] | committer: Vittorio Giovara mmaldec: initialize refcount using atomic_init() This is how we initialize refcount in libavutil/buffer.c. Signed-off-by: Wan-Teh Chang Signed-of

[FFmpeg-cvslog] Merge commit 'd82d5379caca21005d8906829b35361c4a65408e'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:52:30 2017 +0200| [b853d6aa5b918c6ca4786f14cd1fa8a1c4254fe9] | committer: Clément Bœsch Merge commit 'd82d5379caca21005d8906829b35361c4a65408e' * commit 'd82d5379caca21005d8906829b35361c4a65408e': mmaldec: initialize refcount using atom

[FFmpeg-cvslog] configure: Be more helpful when requiring options set

2017-04-08 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Fri Dec 2 13:11:43 2016 +0100| [518a22471e40604a158180a0660aabeeec65e07f] | committer: Vittorio Giovara configure: Be more helpful when requiring options set Be explicit about which options should be set. > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] Merge commit '518a22471e40604a158180a0660aabeeec65e07f'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:51:56 2017 +0200| [efb0ea2af4a8afd51bd459aa9c1d6c51a1cba271] | committer: Clément Bœsch Merge commit '518a22471e40604a158180a0660aabeeec65e07f' * commit '518a22471e40604a158180a0660aabeeec65e07f': configure: Be more helpful when requiri

[FFmpeg-cvslog] Merge commit 'a91f1023bc06091ef84dce0f1e12b72d7f3ba3ca'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:51:27 2017 +0200| [3f06dfcdc6e9f9c671080dc681ee18717e662daf] | committer: Clément Bœsch Merge commit 'a91f1023bc06091ef84dce0f1e12b72d7f3ba3ca' * commit 'a91f1023bc06091ef84dce0f1e12b72d7f3ba3ca': examples: fix a typo in an error messag

[FFmpeg-cvslog] examples: fix a typo in an error message

2017-04-08 Thread Aleksandr Slobodeniuk
ffmpeg | branch: master | Aleksandr Slobodeniuk | Fri Dec 2 15:21:12 2016 +0300| [a91f1023bc06091ef84dce0f1e12b72d7f3ba3ca] | committer: Vittorio Giovara examples: fix a typo in an error message Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a91f

[FFmpeg-cvslog] lavu: Document the color properties enumeration values origin

2017-04-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu Dec 1 15:17:27 2016 -0500| [706af9227b58657c73e3a4df3689da734f010500] | committer: Vittorio Giovara lavu: Document the color properties enumeration values origin > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=706af9227b58657c73e3a4

[FFmpeg-cvslog] Merge commit '706af9227b58657c73e3a4df3689da734f010500'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:50:12 2017 +0200| [68c9a399420b028922517e0f6dec314805dd84c7] | committer: Clément Bœsch Merge commit '706af9227b58657c73e3a4df3689da734f010500' * commit '706af9227b58657c73e3a4df3689da734f010500': lavu: Document the color properties enu

[FFmpeg-cvslog] Merge commit '5168026a05258537f1c48ca95c1776b1554997f4'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:46:05 2017 +0200| [97745b131a7f1c8e9a1a2ff577211a310c012db1] | committer: Clément Bœsch Merge commit '5168026a05258537f1c48ca95c1776b1554997f4' * commit '5168026a05258537f1c48ca95c1776b1554997f4': options_table: Do not rely on enum size

[FFmpeg-cvslog] options_table: Do not rely on enum size as option bound

2017-04-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Nov 30 17:09:34 2016 -0500| [5168026a05258537f1c48ca95c1776b1554997f4] | committer: Vittorio Giovara options_table: Do not rely on enum size as option bound Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] Merge commit 'ff9db5cfd14558df9cfcc54d6c062bc34bf1f341'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:41:10 2017 +0200| [883fe17e3bef8ae176876273bef6b7a81f413bc7] | committer: Clément Bœsch Merge commit 'ff9db5cfd14558df9cfcc54d6c062bc34bf1f341' * commit 'ff9db5cfd14558df9cfcc54d6c062bc34bf1f341': lavc: Use a stricter check for the colo

[FFmpeg-cvslog] lavc: Use a stricter check for the color properties values

2017-04-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Nov 30 17:09:33 2016 -0500| [ff9db5cfd14558df9cfcc54d6c062bc34bf1f341] | committer: Vittorio Giovara lavc: Use a stricter check for the color properties values Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] Merge commit '0a35f128f3c6e0ae9a0a2236c557602c108da269'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:30:13 2017 +0200| [5be1440c74d017b935a447b4dc979b7bb11f6aff] | committer: Clément Bœsch Merge commit '0a35f128f3c6e0ae9a0a2236c557602c108da269' * commit '0a35f128f3c6e0ae9a0a2236c557602c108da269': cabac: x86: Give optimizations header a

[FFmpeg-cvslog] cabac: x86: Give optimizations header a more meaningful name

2017-04-08 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Mar 9 10:27:12 2016 +0100| [0a35f128f3c6e0ae9a0a2236c557602c108da269] | committer: Diego Biurrun cabac: x86: Give optimizations header a more meaningful name > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a35f128f3c6e0ae9a0a2236c5576

[FFmpeg-cvslog] Merge commit 'cad42fadcd2c2ae1b3676bb398844a1f521a2d7b'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:29:06 2017 +0200| [0768aaec1d683226e613e692080a588359c31334] | committer: Clément Bœsch Merge commit 'cad42fadcd2c2ae1b3676bb398844a1f521a2d7b' * commit 'cad42fadcd2c2ae1b3676bb398844a1f521a2d7b': aarch64: vp9itxfm: Skip empty slices in

[FFmpeg-cvslog] aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32

2017-04-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Nov 18 12:26:04 2016 +0200| [cad42fadcd2c2ae1b3676bb398844a1f521a2d7b] | committer: Martin Storsjö aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32 This work is sponsored by, and copyright, Google. Previously a

[FFmpeg-cvslog] Merge commit '9c8bc74c2b40537b0997f646c87c008042d788c2'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:28:25 2017 +0200| [a30f5fd428ae94ec8530be2348e355a9dad8a7ee] | committer: Clément Bœsch Merge commit '9c8bc74c2b40537b0997f646c87c008042d788c2' * commit '9c8bc74c2b40537b0997f646c87c008042d788c2': arm: vp9itxfm: Skip empty slices in the

[FFmpeg-cvslog] arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32

2017-04-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Nov 18 11:37:16 2016 +0200| [9c8bc74c2b40537b0997f646c87c008042d788c2] | committer: Martin Storsjö arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32 This work is sponsored by, and copyright, Google. Previously all su

[FFmpeg-cvslog] Merge commit '3c87039a404c5659ae9bf7454a04e186532eb40b'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:27:45 2017 +0200| [35f62a3b40b7b7abfa1266fd3f9099e435c81780] | committer: Clément Bœsch Merge commit '3c87039a404c5659ae9bf7454a04e186532eb40b' * commit '3c87039a404c5659ae9bf7454a04e186532eb40b': arm: vp9itxfm: Only reload the idct coe

[FFmpeg-cvslog] arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combination

2017-04-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Nov 28 11:05:18 2016 +0200| [3c87039a404c5659ae9bf7454a04e186532eb40b] | committer: Martin Storsjö arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combination This avoids reloading them if they haven't been clobbered, if the first pa

[FFmpeg-cvslog] vp9dsp: add DC only versions for idct/idct.

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Nov 22 20:16:09 2013 +0100| [c4c5f5386c83bb8d66f8d67cd8533c8697f06d04] | committer: Martin Storsjö vp9dsp: add DC only versions for idct/idct. before: time ./avconv -v 0 -nostats -threads 1 -i sintel_vp9_500kbps.webm -f null - real0m11.125s us

[FFmpeg-cvslog] Merge commit 'c4c5f5386c83bb8d66f8d67cd8533c8697f06d04'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:24:40 2017 +0200| [6db8248a592e4324ad5fa7b5b1fd62bc6c89bd9d] | committer: Clément Bœsch Merge commit 'c4c5f5386c83bb8d66f8d67cd8533c8697f06d04' * commit 'c4c5f5386c83bb8d66f8d67cd8533c8697f06d04': vp9dsp: add DC only versions for idct/i

[FFmpeg-cvslog] Merge commit 'e4382a4ab48138d43a19ea0da96f536a5e49b50c'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:20:56 2017 +0200| [f5fdf355af2959428a2f2a73add70ccc855eba4b] | committer: Clément Bœsch Merge commit 'e4382a4ab48138d43a19ea0da96f536a5e49b50c' * commit 'e4382a4ab48138d43a19ea0da96f536a5e49b50c': hevc: Eliminate pointless variable indi

[FFmpeg-cvslog] hevc: Eliminate pointless variable indirection

2017-04-08 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Jan 11 15:36:12 2016 +0100| [e4382a4ab48138d43a19ea0da96f536a5e49b50c] | committer: Diego Biurrun hevc: Eliminate pointless variable indirection > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4382a4ab48138d43a19ea0da96f536a5e49b50c --

[FFmpeg-cvslog] hevc: Drop pointless av_unused attribute

2017-04-08 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Nov 17 20:41:33 2016 +0100| [5c89022542ce8521d89ef58858342a7bc1c3cd0d] | committer: Diego Biurrun hevc: Drop pointless av_unused attribute > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c89022542ce8521d89ef58858342a7bc1c3cd0d --- li

[FFmpeg-cvslog] Merge commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:18:03 2017 +0200| [6e836052d8c86818a8173c4c802504f0f3c5408e] | committer: Clément Bœsch Merge commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d' * commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d': hevc: Drop pointless av_unused attribut

[FFmpeg-cvslog] Merge commit '0983f9117f31521643162cb85380672495a9de1b'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:16:06 2017 +0200| [2d40fbe639855e1c6d086699dfd76f15ce96aa42] | committer: Clément Bœsch Merge commit '0983f9117f31521643162cb85380672495a9de1b' * commit '0983f9117f31521643162cb85380672495a9de1b': metasound: Drop unused tables This com

[FFmpeg-cvslog] metasound: Drop unused tables

2017-04-08 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Jan 3 22:45:19 2016 +0100| [0983f9117f31521643162cb85380672495a9de1b] | committer: Diego Biurrun metasound: Drop unused tables > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0983f9117f31521643162cb85380672495a9de1b --- libavcodec/me

[FFmpeg-cvslog] configure: Integrate X11 checks into vaapi/vdpau checks

2017-04-08 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Nov 23 12:15:00 2016 +0100| [c21d78a903da378af48c9e5f971fe989592ddb65] | committer: Diego Biurrun configure: Integrate X11 checks into vaapi/vdpau checks > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c21d78a903da378af48c9e5f971fe98959

[FFmpeg-cvslog] Merge commit 'c21d78a903da378af48c9e5f971fe989592ddb65'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:13:43 2017 +0200| [8aaacbf7fd7e06fe81897f5b23d01f8f9ce044e4] | committer: Clément Bœsch Merge commit 'c21d78a903da378af48c9e5f971fe989592ddb65' * commit 'c21d78a903da378af48c9e5f971fe989592ddb65': configure: Integrate X11 checks into va

[FFmpeg-cvslog] Merge commit '8b56dbe7435d8cfe3964f447fc45fe98db5d9042'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:11:21 2017 +0200| [f98ccbd6a06deafadcb4b52bd4634f733544297a] | committer: Clément Bœsch Merge commit '8b56dbe7435d8cfe3964f447fc45fe98db5d9042' * commit '8b56dbe7435d8cfe3964f447fc45fe98db5d9042': configure: Do not add newlines in filte

[FFmpeg-cvslog] configure: Do not add newlines in filter()/filter_out() functions

2017-04-08 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Nov 10 00:07:06 2016 +0100| [8b56dbe7435d8cfe3964f447fc45fe98db5d9042] | committer: Diego Biurrun configure: Do not add newlines in filter()/filter_out() functions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b56dbe7435d8cfe3964f447

[FFmpeg-cvslog] configure: Move hardware-accelerated codec deps out of hwaccel section

2017-04-08 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Nov 16 18:38:52 2016 +0100| [9254344e11f9b016088ec6250724f74377f5d7a0] | committer: Diego Biurrun configure: Move hardware-accelerated codec deps out of hwaccel section > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9254344e11f9b016088

[FFmpeg-cvslog] Merge commit '9254344e11f9b016088ec6250724f74377f5d7a0'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 14:06:48 2017 +0200| [8e0bea55158ebec15ef61d307d72997a584e784b] | committer: Clément Bœsch Merge commit '9254344e11f9b016088ec6250724f74377f5d7a0' * commit '9254344e11f9b016088ec6250724f74377f5d7a0': configure: Move hardware-accelerated co

[FFmpeg-cvslog] Merge commit 'd4f2a681cb6d4e913f1c879ad376313255d6cf4c'

2017-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Apr 8 13:51:57 2017 +0200| [09027c89777edea068b182d7d850b828a439cb3c] | committer: Clément Bœsch Merge commit 'd4f2a681cb6d4e913f1c879ad376313255d6cf4c' * commit 'd4f2a681cb6d4e913f1c879ad376313255d6cf4c': configure: MMAL-related decoders should

[FFmpeg-cvslog] configure: MMAL-related decoders should depend on, not select, mmal

2017-04-08 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Nov 10 11:20:29 2016 +0100| [d4f2a681cb6d4e913f1c879ad376313255d6cf4c] | committer: Diego Biurrun configure: MMAL-related decoders should depend on, not select, mmal > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d4f2a681cb6d4e913f1c87