[FFmpeg-cvslog] Merge commit '5c22c90c1d5050f1206e46494b193320ac2397cb'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 01:14:52 2017 -0300| [6c0509ae860fe432338852ef050a312d5dd523e8] | committer: James Almer Merge commit '5c22c90c1d5050f1206e46494b193320ac2397cb' * commit '5c22c90c1d5050f1206e46494b193320ac2397cb': vp9_superframe_bsf: cache packets by creatin

[FFmpeg-cvslog] vp9_superframe_bsf: cache packets by creating new references instead of moving pointers

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 5 13:35:40 2017 -0300| [5c22c90c1d5050f1206e46494b193320ac2397cb] | committer: James Almer vp9_superframe_bsf: cache packets by creating new references instead of moving pointers Fixes invalid reads after free. Signed-off-by: James Almer > ht

[FFmpeg-cvslog] smacker: add sanity check for length in smacker_decode_tree()

2017-11-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 21 16:01:52 2012 +0200| [cd4663dc80323ba64989d0c103d51ad3ee0e9c2f] | committer: Sean McGovern smacker: add sanity check for length in smacker_decode_tree() Signed-off-by: Michael Niedermayer Bug-Id: 1098 Cc: libav-sta...@libav.org Signe

[FFmpeg-cvslog] Merge commit '0ccddbad200c1d9439c5a836501917d515cddf76'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 01:13:07 2017 -0300| [d2ad6f11920e972d0ef53121f74d9e25a3eb4304] | committer: James Almer Merge commit '0ccddbad200c1d9439c5a836501917d515cddf76' * commit '0ccddbad200c1d9439c5a836501917d515cddf76': smacker: limit recursion depth of smacker_de

[FFmpeg-cvslog] Merge commit 'cd4663dc80323ba64989d0c103d51ad3ee0e9c2f'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 01:08:10 2017 -0300| [b3e5899e475d02dc0730e9405b4c067c8c78d8f4] | committer: James Almer Merge commit 'cd4663dc80323ba64989d0c103d51ad3ee0e9c2f' * commit 'cd4663dc80323ba64989d0c103d51ad3ee0e9c2f': smacker: add sanity check for length in smac

[FFmpeg-cvslog] smacker: limit recursion depth of smacker_decode_bigtree

2017-11-11 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Nov 19 14:21:11 2016 +0100| [0ccddbad200c1d9439c5a836501917d515cddf76] | committer: Sean McGovern smacker: limit recursion depth of smacker_decode_bigtree This fixes segmentation faults due to stack-overflow caused by too deep recursion. Revie

[FFmpeg-cvslog] Merge commit '17b6c7efb471e8ff1b8a7271f6531ba1d52bf69c'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 01:02:02 2017 -0300| [ccf7bca1c9bb49bcb1542139eb1b6a0febf4d37e] | committer: James Almer Merge commit '17b6c7efb471e8ff1b8a7271f6531ba1d52bf69c' * commit '17b6c7efb471e8ff1b8a7271f6531ba1d52bf69c': build: Add missing config.sh dependency for

[FFmpeg-cvslog] Merge commit '7ebe7e8e7a76c0ce302f4f583ef0d14220031214'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:59:58 2017 -0300| [e0087a5624117a1d643e2cb433ecc4d536756dda] | committer: James Almer Merge commit '7ebe7e8e7a76c0ce302f4f583ef0d14220031214' * commit '7ebe7e8e7a76c0ce302f4f583ef0d14220031214': build: Remove pkg-config files on clean inst

[FFmpeg-cvslog] build: Add missing config.sh dependency for pkg-config files

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 6 17:57:25 2017 +0100| [17b6c7efb471e8ff1b8a7271f6531ba1d52bf69c] | committer: Diego Biurrun build: Add missing config.sh dependency for pkg-config files Also only update config.sh when it changed to avoid spurious rebuilds. > http://git.vide

[FFmpeg-cvslog] Merge commit 'fbf77b5ac37bf2a807d8336450801d7aecf2e359'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:56:25 2017 -0300| [64581372005d57e47ef6580ee2a0e81144f3e5d2] | committer: James Almer Merge commit 'fbf77b5ac37bf2a807d8336450801d7aecf2e359' * commit 'fbf77b5ac37bf2a807d8336450801d7aecf2e359': build: Add uninstall-pkgconfig target to mat

[FFmpeg-cvslog] build: Remove pkg-config files on clean instead of on distclean

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 6 17:49:55 2017 +0100| [7ebe7e8e7a76c0ce302f4f583ef0d14220031214] | committer: Diego Biurrun build: Remove pkg-config files on clean instead of on distclean The files are no longer generated by configure, so they should not be removed by the d

[FFmpeg-cvslog] build: Add uninstall-pkgconfig target to match install-lib*-pkgconfig

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 6 17:44:33 2017 +0100| [fbf77b5ac37bf2a807d8336450801d7aecf2e359] | committer: Diego Biurrun build: Add uninstall-pkgconfig target to match install-lib*-pkgconfig > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fbf77b5ac37bf2a807d8

[FFmpeg-cvslog] Merge commit 'fbca6e7d162b9a7105d1059826dfe96616fa803a'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:54:37 2017 -0300| [6bf041a2333a240619ba8661af6eccfaeb6c8b1f] | committer: James Almer Merge commit 'fbca6e7d162b9a7105d1059826dfe96616fa803a' * commit 'fbca6e7d162b9a7105d1059826dfe96616fa803a': matroskadec: allow RealAudio/Cook/Sipro stre

[FFmpeg-cvslog] matroskadec: allow RealAudio/Cook/Sipro streams of flavor 0

2017-11-11 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern | Wed Nov 1 20:45:20 2017 -0400| [fbca6e7d162b9a7105d1059826dfe96616fa803a] | committer: Sean McGovern matroskadec: allow RealAudio/Cook/Sipro streams of flavor 0 Regression since 569d18aa9dc989c37bb4d4b968026fe5afa6fff9. Bug-Id: 1055 Cc: libav-sta...@

[FFmpeg-cvslog] Merge commit '22241208eb7d0168b2afc128af5a128a9ef0a89b'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:50:24 2017 -0300| [ab77c4007b2f662125698569cb2bac2c48851282] | committer: James Almer Merge commit '22241208eb7d0168b2afc128af5a128a9ef0a89b' * commit '22241208eb7d0168b2afc128af5a128a9ef0a89b': avconv.c: fix calculation of input file dura

[FFmpeg-cvslog] Merge commit '8e0febe28effe7f427e45190eab37110126161ea'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:51:21 2017 -0300| [792802f5f91a6119732d04ee0f440d763755be50] | committer: James Almer Merge commit '8e0febe28effe7f427e45190eab37110126161ea' * commit '8e0febe28effe7f427e45190eab37110126161ea': configure: Use right variable and right valu

[FFmpeg-cvslog] avconv.c: fix calculation of input file duration in seek_to_start()

2017-11-11 Thread Peter Große
ffmpeg | branch: master | Peter Große | Mon Oct 30 12:25:26 2017 +0100| [22241208eb7d0168b2afc128af5a128a9ef0a89b] | committer: Diego Biurrun avconv.c: fix calculation of input file duration in seek_to_start() Fixes looping files without audio or when using stream_copy, where ist->nb_samples i

[FFmpeg-cvslog] configure: Use right variable and right value for AIX ar flags

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Nov 4 18:50:30 2017 +0100| [8e0febe28effe7f427e45190eab37110126161ea] | committer: Diego Biurrun configure: Use right variable and right value for AIX ar flags > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e0febe28effe7f427e45190eab

[FFmpeg-cvslog] Merge commit '55fe72a841ba306370e68e86c88f34b4456aa4dd'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:46:52 2017 -0300| [f5c67c431ef9d60deb6451d6499e10b9ad510335] | committer: James Almer Merge commit '55fe72a841ba306370e68e86c88f34b4456aa4dd' * commit '55fe72a841ba306370e68e86c88f34b4456aa4dd': matroskadec: don't warn about unknown spheri

[FFmpeg-cvslog] matroskadec: don't warn about unknown spherical medata when none is present

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Nov 2 20:42:05 2017 -0300| [55fe72a841ba306370e68e86c88f34b4456aa4dd] | committer: James Almer matroskadec: don't warn about unknown spherical medata when none is present track->video.projection.type is set to 0 (a Matroska specific "No spherical met

[FFmpeg-cvslog] libspeexenc: Use speex_lib_get_mode instead of the speex_foo_mode data symbols

2017-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Nov 3 11:36:49 2017 +0200| [1746c7c8f2f9a6c5eacb486426dd0a579b4b7498] | committer: Martin Storsjö libspeexenc: Use speex_lib_get_mode instead of the speex_foo_mode data symbols This avoids issues linking to a DLL version of libspeex, since the li

[FFmpeg-cvslog] Merge commit '1746c7c8f2f9a6c5eacb486426dd0a579b4b7498'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:44:26 2017 -0300| [a629bc99fd111f9275c1e3b54dc358efeeae18d9] | committer: James Almer Merge commit '1746c7c8f2f9a6c5eacb486426dd0a579b4b7498' * commit '1746c7c8f2f9a6c5eacb486426dd0a579b4b7498': libspeexenc: Use speex_lib_get_mode instead

[FFmpeg-cvslog] Merge commit '2cf3c0ab0d84b5cdb379059f8570809a13a306b9'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:43:08 2017 -0300| [221d813599e4f6a276b4f862e072a0b967d70dd7] | committer: James Almer Merge commit '2cf3c0ab0d84b5cdb379059f8570809a13a306b9' * commit '2cf3c0ab0d84b5cdb379059f8570809a13a306b9': Revert "configure: Detect AIX ar command ins

[FFmpeg-cvslog] Revert "configure: Detect AIX ar command instead of hardcoding it in the OS section"

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 6 21:38:43 2017 +0200| [2cf3c0ab0d84b5cdb379059f8570809a13a306b9] | committer: Diego Biurrun Revert "configure: Detect AIX ar command instead of hardcoding it in the OS section" This reverts commit 4822ee3ca620a92cd2b0a9a03ea9e34288192c79. AI

[FFmpeg-cvslog] configure: Simplify MIPS instruction set handling

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 20 03:57:55 2017 +0200| [9b0aff51a7ae03215c4e1a3e7220fdbcfb858b08] | committer: Diego Biurrun configure: Simplify MIPS instruction set handling > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b0aff51a7ae03215c4e1a3e7220fdbcfb858b08

[FFmpeg-cvslog] Merge commit '9b0aff51a7ae03215c4e1a3e7220fdbcfb858b08'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:40:18 2017 -0300| [5e4923b411b9b77b306d8e9247afb4b2f04f1a8f] | committer: James Almer Merge commit '9b0aff51a7ae03215c4e1a3e7220fdbcfb858b08' * commit '9b0aff51a7ae03215c4e1a3e7220fdbcfb858b08': configure: Simplify MIPS instruction set han

[FFmpeg-cvslog] configure: Miscellaneous minor changes to config file handling

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Sep 23 16:42:11 2017 +0200| [192fe52e42f64a493c47cad1461b20fe1149dbea] | committer: Diego Biurrun configure: Miscellaneous minor changes to config file handling - Move generating config.fate to a more sensible place. - Move printing warnings to a m

[FFmpeg-cvslog] Merge commit '192fe52e42f64a493c47cad1461b20fe1149dbea'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:39:41 2017 -0300| [e55781954fdc23de1d17dbdca73e3b7006460c80] | committer: James Almer Merge commit '192fe52e42f64a493c47cad1461b20fe1149dbea' * commit '192fe52e42f64a493c47cad1461b20fe1149dbea': configure: Miscellaneous minor changes to co

[FFmpeg-cvslog] Merge commit '14bba662d489a58fe88240fc4d14238bf17ca203'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:38:55 2017 -0300| [4aefe010e30861eb8cbe04aa47223bf64d207dce] | committer: James Almer Merge commit '14bba662d489a58fe88240fc4d14238bf17ca203' * commit '14bba662d489a58fe88240fc4d14238bf17ca203': configure: Remove unused apply() helper func

[FFmpeg-cvslog] configure: Remove unused apply() helper function

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Oct 21 00:22:38 2017 +0200| [14bba662d489a58fe88240fc4d14238bf17ca203] | committer: Diego Biurrun configure: Remove unused apply() helper function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14bba662d489a58fe88240fc4d14238bf17ca203

[FFmpeg-cvslog] Merge commit '61a17423d3711cb34a18b44e1ec2510c2f70a56c'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:38:09 2017 -0300| [e0f84c303db71b4d57dff84e13f868f3f7cf7b5a] | committer: James Almer Merge commit '61a17423d3711cb34a18b44e1ec2510c2f70a56c' * commit '61a17423d3711cb34a18b44e1ec2510c2f70a56c': configure: Miscellaneous small changes to he

[FFmpeg-cvslog] configure: Miscellaneous small changes to helper functions

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 20 20:58:12 2017 +0200| [61a17423d3711cb34a18b44e1ec2510c2f70a56c] | committer: Diego Biurrun configure: Miscellaneous small changes to helper functions - Reuse sanitize_var_name() where appropriate - Add some quotes to enabled()/disabled() to

[FFmpeg-cvslog] lavc/jpeg2000dec: Fix used variables reading palette.

2017-11-11 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Nov 12 04:29:06 2017 +0100| [b998a56b0ac9744537837c668e32487d060be3c0] | committer: Carl Eugen Hoyos lavc/jpeg2000dec: Fix used variables reading palette. Affected files with palette and colour-depth < 8. > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] configure: Stop using dlltool to create an import library

2017-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Oct 30 11:39:53 2017 +0200| [67c72f08a4707c18a67a4734660e3a23cc9488b6] | committer: Martin Storsjö configure: Stop using dlltool to create an import library There shouldn't be any functional difference between the import library created by dlltool

[FFmpeg-cvslog] Merge commit '67c72f08a4707c18a67a4734660e3a23cc9488b6'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:20:34 2017 -0300| [5b5365fe9d635005a9020d89c2448f4b5828d42f] | committer: James Almer Merge commit '67c72f08a4707c18a67a4734660e3a23cc9488b6' * commit '67c72f08a4707c18a67a4734660e3a23cc9488b6': configure: Stop using dlltool to create an i

[FFmpeg-cvslog] Merge commit '4723c6226aa1ece4099338cc9b38a9cef4fa4846'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:15:57 2017 -0300| [362372c46be6f4b885f741271687f2dae6435db9] | committer: James Almer Merge commit '4723c6226aa1ece4099338cc9b38a9cef4fa4846' * commit '4723c6226aa1ece4099338cc9b38a9cef4fa4846': dashenc: fix bitrate estimation with correct

[FFmpeg-cvslog] Merge commit '91760a934055ab06812885ab5ec1a97a8db6d217'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 12 00:17:23 2017 -0300| [34cfb73b9928daf3104fe85a961ca3a1389ec076] | committer: James Almer Merge commit '91760a934055ab06812885ab5ec1a97a8db6d217' * commit '91760a934055ab06812885ab5ec1a97a8db6d217': dashenc: copy stream frame rate to output st

[FFmpeg-cvslog] dashenc: fix bitrate estimation with correct scaling

2017-11-11 Thread Anton Schubert
ffmpeg | branch: master | Anton Schubert | Thu Oct 26 18:02:04 2017 +0200| [4723c6226aa1ece4099338cc9b38a9cef4fa4846] | committer: Luca Barbato dashenc: fix bitrate estimation with correct scaling Signed-off-by: Anton Schubert Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] dashenc: copy stream frame rate to output stream

2017-11-11 Thread Peter Große
ffmpeg | branch: master | Peter Große | Thu Oct 26 18:02:05 2017 +0200| [91760a934055ab06812885ab5ec1a97a8db6d217] | committer: Luca Barbato dashenc: copy stream frame rate to output stream Leads to setting of DefaultDuration in Matroska muxer based on frame rate instead of timebase. Fixes pla

[FFmpeg-cvslog] Merge commit '0e702124ee149593168cbbb7b30376249a64ae66'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 23:47:50 2017 -0300| [27aa69896bd6a816026f0fd57b12ad1fc147ab65] | committer: James Almer Merge commit '0e702124ee149593168cbbb7b30376249a64ae66' * commit '0e702124ee149593168cbbb7b30376249a64ae66': doc: Provide better examples for hls and seg

[FFmpeg-cvslog] Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 23:41:35 2017 -0300| [12f4e2ba023e4ac286f5b4e8d73de07ea749a888] | committer: James Almer Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51' * commit '0af8a72174108b9bb482f1073a1e9a3bc258af51': build: Drop support for legacy TI ARM compil

[FFmpeg-cvslog] configure: Drop support for legacy PGI compiler

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 6 02:24:25 2017 +0200| [9dc79b2943d99f256a3279f09580b27a95fb9aa8] | committer: Diego Biurrun configure: Drop support for legacy PGI compiler > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9dc79b2943d99f256a3279f09580b27a95fb9aa8 -

[FFmpeg-cvslog] build: Drop support for legacy TI ARM compiler

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Sep 24 14:24:02 2017 +0200| [0af8a72174108b9bb482f1073a1e9a3bc258af51] | committer: Diego Biurrun build: Drop support for legacy TI ARM compiler > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0af8a72174108b9bb482f1073a1e9a3bc258af51 --

[FFmpeg-cvslog] doc: Provide better examples for hls and segment muxing

2017-11-11 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Fri Oct 13 12:24:51 2017 +0200| [0e702124ee149593168cbbb7b30376249a64ae66] | committer: Luca Barbato doc: Provide better examples for hls and segment muxing Some encoders do not output further IDRs if not requested to. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] Merge commit '9dc79b2943d99f256a3279f09580b27a95fb9aa8'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 23:43:36 2017 -0300| [82fc222f676fd4e0dc8328e3abf17fba45d11af5] | committer: James Almer Merge commit '9dc79b2943d99f256a3279f09580b27a95fb9aa8' * commit '9dc79b2943d99f256a3279f09580b27a95fb9aa8': configure: Drop support for legacy PGI compi

[FFmpeg-cvslog] vaapi: Remove H.264 baseline profile

2017-11-11 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 1 22:51:13 2017 +0100| [f0a978a519167e5ad5dd479245a7b5da77488d43] | committer: Mark Thompson vaapi: Remove H.264 baseline profile This has been deprecated in libva2 because hardware does not and will not support it. Therefore never consider i

[FFmpeg-cvslog] hwcontext_vaapi: Set message callbacks on internally-created devices

2017-11-11 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 1 22:51:31 2017 +0100| [2708c8e8efefaad337ccab1e3bf59dcde66c6bc5] | committer: Mark Thompson hwcontext_vaapi: Set message callbacks on internally-created devices The message callbacks are library-safe in libva2, so we can now use them. > http

[FFmpeg-cvslog] vaapi: Always free parameter buffers after vaEndPicture() with libva2

2017-11-11 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 1 22:51:20 2017 +0100| [bfc83acfd6b33986480d4c6d3c571ba6a59f1d98] | committer: Mark Thompson vaapi: Always free parameter buffers after vaEndPicture() with libva2 This is an ABI change in libva2: previously the Intel driver had this behaviour

[FFmpeg-cvslog] configure: Add config option for libva2 (VAAPI 1)

2017-11-11 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 1 22:51:07 2017 +0100| [a126b67e1b01d5886afaa6bcad108a85392ce15c] | committer: Mark Thompson configure: Add config option for libva2 (VAAPI 1) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a126b67e1b01d5886afaa6bcad108a85392ce15c

[FFmpeg-cvslog] Merge commit '2708c8e8efefaad337ccab1e3bf59dcde66c6bc5'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 23:35:00 2017 -0300| [4a54ef7a0f4c7ebe3cb0d353bfaa515461846259] | committer: James Almer Merge commit '2708c8e8efefaad337ccab1e3bf59dcde66c6bc5' * commit '2708c8e8efefaad337ccab1e3bf59dcde66c6bc5': hwcontext_vaapi: Set message callbacks on in

[FFmpeg-cvslog] vaapi: Disable deprecation warnings around use of struct vaapi_context

2017-11-11 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 1 22:50:59 2017 +0100| [94ab0bef408c738b18d851c47a5bcd69a6258cc2] | committer: Mark Thompson vaapi: Disable deprecation warnings around use of struct vaapi_context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94ab0bef408c738b18d

[FFmpeg-cvslog] Merge commit 'b487add7ecf78efda36d49815f8f8757bd24d4cb'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 23:30:31 2017 -0300| [68e479e3ada8ebdb8f2fdb2f339cc9992757eb85] | committer: James Almer Merge commit 'b487add7ecf78efda36d49815f8f8757bd24d4cb' * commit 'b487add7ecf78efda36d49815f8f8757bd24d4cb': arm: Remove a redundant check in fmtconvert_

[FFmpeg-cvslog] arm: Remove a redundant check in fmtconvert_init_arm.c

2017-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Oct 23 10:44:53 2017 +0300| [b487add7ecf78efda36d49815f8f8757bd24d4cb] | committer: Martin Storsjö arm: Remove a redundant check in fmtconvert_init_arm.c This was missed in e2710e790c0, where have_vfp && !have_vfpv3 were converted into have_vfp_vm

[FFmpeg-cvslog] Merge commit '17f5171cd4753e7f50e6d95df069bccbc90265bf'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 23:29:52 2017 -0300| [507e3f7d26ce7ad75ff146748ae285a8dee3b924] | committer: James Almer Merge commit '17f5171cd4753e7f50e6d95df069bccbc90265bf' * commit '17f5171cd4753e7f50e6d95df069bccbc90265bf': arm: Check for have_vfp_vm instead of !have_

[FFmpeg-cvslog] lavc: fix hw_device_ctx operation

2017-11-11 Thread wm4
ffmpeg | branch: master | wm4 | Tue Oct 24 00:28:03 2017 +0200| [e724bdfffbd3c27aac53d1f32f20f105f37caef0] | committer: Mark Thompson lavc: fix hw_device_ctx operation Commit b46a77f19d accidentally broke this (requested change that was added to the patch later and which was not fully tested).

[FFmpeg-cvslog] arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp

2017-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Oct 23 10:44:07 2017 +0300| [17f5171cd4753e7f50e6d95df069bccbc90265bf] | committer: Martin Storsjö arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp This was missed in e2710e790c0 since those functions weren't exercised by checka

[FFmpeg-cvslog] Merge commit 'cbcdb2d8e47f62f69accee62c08f487a27848174'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 23:15:09 2017 -0300| [e29e7b630504489c9ddb4d6a88a9c7651ccced37] | committer: James Almer Merge commit 'cbcdb2d8e47f62f69accee62c08f487a27848174' * commit 'cbcdb2d8e47f62f69accee62c08f487a27848174': build: Delete compiler-generated compat file

[FFmpeg-cvslog] Merge commit '62be1caf161c1241a9e148f347850cfe092588dc'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 23:11:44 2017 -0300| [d168ff70ea41234b01c21e2d19151e9db3a21f90] | committer: James Almer Merge commit '62be1caf161c1241a9e148f347850cfe092588dc' * commit '62be1caf161c1241a9e148f347850cfe092588dc': configure: Bail out early if neither static

[FFmpeg-cvslog] Merge commit '68649bfed30a35dc3e45ea240541b2774b2f282b'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 23:21:55 2017 -0300| [3749d0defc38235d1e578b4a40d734e2d47ce243] | committer: James Almer Merge commit '68649bfed30a35dc3e45ea240541b2774b2f282b' * commit '68649bfed30a35dc3e45ea240541b2774b2f282b': configure: Group system feature variables an

[FFmpeg-cvslog] build: Delete compiler-generated compat files on 'make clean'

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Oct 19 19:18:18 2017 +0200| [cbcdb2d8e47f62f69accee62c08f487a27848174] | committer: Diego Biurrun build: Delete compiler-generated compat files on 'make clean' > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cbcdb2d8e47f62f69accee62c08f

[FFmpeg-cvslog] configure: Bail out early if neither static nor shared libs are built

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Sep 24 11:52:08 2017 +0200| [62be1caf161c1241a9e148f347850cfe092588dc] | committer: Diego Biurrun configure: Bail out early if neither static nor shared libs are built > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=62be1caf161c1241a9e1

[FFmpeg-cvslog] configure: Move enabling libc_type into probe_libc() function

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Sep 23 16:35:49 2017 +0200| [c6496de33456f20144b994ac38f308f2de333608] | committer: Diego Biurrun configure: Move enabling libc_type into probe_libc() function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c6496de33456f20144b994ac38f3

[FFmpeg-cvslog] Merge commit 'c6496de33456f20144b994ac38f308f2de333608'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 23:09:21 2017 -0300| [3e9fd83592cf102a40512386fdca5a4a3f5a06fb] | committer: James Almer Merge commit 'c6496de33456f20144b994ac38f308f2de333608' * commit 'c6496de33456f20144b994ac38f308f2de333608': configure: Move enabling libc_type into prob

[FFmpeg-cvslog] configure: Group system feature variables and system libraries together

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Sep 26 18:26:11 2017 +0200| [68649bfed30a35dc3e45ea240541b2774b2f282b] | committer: Diego Biurrun configure: Group system feature variables and system libraries together > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68649bfed30a35dc3e

[FFmpeg-cvslog] avcodec/Makefile: build libxvid_rc.o only if libxvid_encoder is enabled

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 22:25:12 2017 -0300| [91df92e442844fbde69396d169bb352091cbb66f] | committer: James Almer avcodec/Makefile: build libxvid_rc.o only if libxvid_encoder is enabled Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] nvdec: add frames_params support

2017-11-11 Thread wm4
ffmpeg | branch: master | wm4 | Sat Oct 28 19:53:38 2017 +0200| [7546964f96168cd6ac819ef4c3212ee586619f1a] | committer: James Almer nvdec: add frames_params support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7546964f96168cd6ac819ef4c3212ee586619f1a --- libavcodec/nvdec.c

[FFmpeg-cvslog] Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 18:58:12 2017 -0300| [48e4eda11d537c6ed52d1000aaa6ce5cbb641e25] | committer: James Almer Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24' * commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24': lavc: external hardware frame pool initializ

[FFmpeg-cvslog] lavc: external hardware frame pool initialization

2017-11-11 Thread wm4
ffmpeg | branch: master | wm4 | Thu Oct 19 16:38:20 2017 +0200| [b46a77f19ddc4b2b5fa3187835ceb602a5244e24] | committer: Anton Khirnov lavc: external hardware frame pool initialization This adds a new API, which allows the API user to query the required AVHWFramesContext parameters. This also r

[FFmpeg-cvslog] FATE: add a test for the H.264 sample fixed by 7c4f6f6

2017-11-11 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Aug 17 12:25:56 2017 +0200| [ec0f4fa17ce29cf01d4def21041b0b87f7e3105d] | committer: Anton Khirnov FATE: add a test for the H.264 sample fixed by 7c4f6f6 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec0f4fa17ce29cf01d4def21041b0b87f7e

[FFmpeg-cvslog] Merge commit 'ec0f4fa17ce29cf01d4def21041b0b87f7e3105d'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 18:09:11 2017 -0300| [b125822d1d07e305c0012ef67b8be0cb9261ee9f] | committer: James Almer Merge commit 'ec0f4fa17ce29cf01d4def21041b0b87f7e3105d' * commit 'ec0f4fa17ce29cf01d4def21041b0b87f7e3105d': FATE: add a test for the H.264 sample fixed

[FFmpeg-cvslog] Revert "Merge commit '8e97a8c69162afce47abea96c8c0914f3550e212'"

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 18:04:22 2017 -0300| [fb94e7b39a170d4b7fdf66e5d997525a76f12ab2] | committer: James Almer Revert "Merge commit '8e97a8c69162afce47abea96c8c0914f3550e212'" This reverts commit 1a4315f24d2c5857ebeb379fe39f0124746ee30a, reversing changes made to 86

[FFmpeg-cvslog] Merge commit '732510636e597585a79be7d111c88b3f7e174fe7'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:47:10 2017 -0300| [0525722ca03aa6c3c8d828ad278e1870731bfafc] | committer: James Almer Merge commit '732510636e597585a79be7d111c88b3f7e174fe7' * commit '732510636e597585a79be7d111c88b3f7e174fe7': aarch64: Remove a dot from a label Merged-b

[FFmpeg-cvslog] Merge commit '41df62fd674bd0c67f7b6952381d235a393245d6'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:48:11 2017 -0300| [5fd3e6c3a6193007e1d66d02d902956251f8906c] | committer: James Almer Merge commit '41df62fd674bd0c67f7b6952381d235a393245d6' * commit '41df62fd674bd0c67f7b6952381d235a393245d6': configure: Set the default assembler to arma

[FFmpeg-cvslog] Merge commit '98afe3fb71afd4a18009924aaba56bc577bbd400'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:49:35 2017 -0300| [8725cf424c90e7177e0b920e4a10bd60f4b80c38] | committer: James Almer Merge commit '98afe3fb71afd4a18009924aaba56bc577bbd400' * commit '98afe3fb71afd4a18009924aaba56bc577bbd400': qsv: Make the hevc idr_interval consistent w

[FFmpeg-cvslog] qsv: Make the hevc idr_interval consistent with the h264 one

2017-11-11 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Tue Oct 17 11:04:57 2017 +| [98afe3fb71afd4a18009924aaba56bc577bbd400] | committer: Luca Barbato qsv: Make the hevc idr_interval consistent with the h264 one According to the MediaSDK documentation the idr_interval value has a different meaning depe

[FFmpeg-cvslog] configure: Set the default assembler to armasm64 for MSVC for arm64

2017-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Oct 13 11:10:27 2017 +0300| [41df62fd674bd0c67f7b6952381d235a393245d6] | committer: Martin Storsjö configure: Set the default assembler to armasm64 for MSVC for arm64 Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] Merge commit '69ac24e556c6fbc7138be5a60d0b90d2a5676c3d'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:46:48 2017 -0300| [529de4f1b6ae92e27fdd5e2420e03908b31e9425] | committer: James Almer Merge commit '69ac24e556c6fbc7138be5a60d0b90d2a5676c3d' * commit '69ac24e556c6fbc7138be5a60d0b90d2a5676c3d': aarch64: Get rid of a stray double space Me

[FFmpeg-cvslog] aarch64: Get rid of a stray double space

2017-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Oct 13 11:10:42 2017 +0300| [69ac24e556c6fbc7138be5a60d0b90d2a5676c3d] | committer: Martin Storsjö aarch64: Get rid of a stray double space The extra space got included as part of the expansion of ELF, which later interfered with gas-preprocessor

[FFmpeg-cvslog] aarch64: Remove a dot from a label

2017-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Oct 13 12:22:55 2017 +0300| [732510636e597585a79be7d111c88b3f7e174fe7] | committer: Martin Storsjö aarch64: Remove a dot from a label This fixes building with armasm64 (when run through gas-preprocessor). Signed-off-by: Martin Storsjö > http://

[FFmpeg-cvslog] Merge commit 'fbd63170bcbc5cad8965edad7c357f6eb4132250'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:45:37 2017 -0300| [17126f126838676f833fbf4cad8e4feaef2ecc17] | committer: James Almer Merge commit 'fbd63170bcbc5cad8965edad7c357f6eb4132250' * commit 'fbd63170bcbc5cad8965edad7c357f6eb4132250': cbs: Add test dependencies mss1: Add missi

[FFmpeg-cvslog] cbs: Add test dependencies

2017-11-11 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Oct 16 23:02:24 2017 +0100| [fbd63170bcbc5cad8965edad7c357f6eb4132250] | committer: Mark Thompson cbs: Add test dependencies Fixes the MPEG-2 failure with --disable-error-resilience. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fbd6

[FFmpeg-cvslog] mss1: Add missing macro parameters to ARITH_GET_* macros

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Oct 11 05:57:59 2017 +0200| [1c5f264787b1c1cf67e5e71d08b8d8b03b0c8248] | committer: Diego Biurrun mss1: Add missing macro parameters to ARITH_GET_* macros It is wrong to pass no arguments to a macro that expects one argument and some compilers comp

[FFmpeg-cvslog] Merge commit '077011b5af2b3150efc52a9b58f5ef9bb0235087'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:25:57 2017 -0300| [643e3369369f77035a6c03a50752416d26cbf947] | committer: James Almer Merge commit '077011b5af2b3150efc52a9b58f5ef9bb0235087' * commit '077011b5af2b3150efc52a9b58f5ef9bb0235087': qsv: Expose idr_interval for hevc as well A

[FFmpeg-cvslog] qsv: Expose idr_interval for hevc as well

2017-11-11 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Fri Oct 13 23:22:13 2017 +| [077011b5af2b3150efc52a9b58f5ef9bb0235087] | committer: Luca Barbato qsv: Expose idr_interval for hevc as well > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=077011b5af2b3150efc52a9b58f5ef9bb0235087 --- lib

[FFmpeg-cvslog] doc/libav-merge: mention more skipped outdev removal commits

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:17:30 2017 -0300| [ac36d0c97a9d33c08c2378998e278947ad2adf7f] | committer: James Almer doc/libav-merge: mention more skipped outdev removal commits Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac36d

[FFmpeg-cvslog] oss: Coalesce source files after outdev removal

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Sep 27 15:18:58 2017 +0200| [6ce13070bddeb78fb2974ed94d28ef9424631817] | committer: Diego Biurrun oss: Coalesce source files after outdev removal > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ce13070bddeb78fb2974ed94d28ef9424631817 -

[FFmpeg-cvslog] avfoundation: Drop silly _dec suffix from filename

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Sep 27 15:28:33 2017 +0200| [543f00c78e6dc9fbb1ad83bfd8d57b5127cb4bac] | committer: Diego Biurrun avfoundation: Drop silly _dec suffix from filename > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=543f00c78e6dc9fbb1ad83bfd8d57b5127cb4ba

[FFmpeg-cvslog] Merge commit '762ab2de6ead68cfe6617d1960921878ddece9e1'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:15:09 2017 -0300| [24204eae1c7dba402d88f0cd3077814dbb7f9376] | committer: James Almer Merge commit '762ab2de6ead68cfe6617d1960921878ddece9e1' * commit '762ab2de6ead68cfe6617d1960921878ddece9e1': Remove dv1394 input device avfoundation: D

[FFmpeg-cvslog] alsa: Coalesce source files after outdev removal

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Sep 27 15:24:58 2017 +0200| [d46cd2498614ae770f6c93e89f7665239b947e1c] | committer: Diego Biurrun alsa: Coalesce source files after outdev removal > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d46cd2498614ae770f6c93e89f7665239b947e1c

[FFmpeg-cvslog] Remove dv1394 input device

2017-11-11 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Tue Sep 26 15:49:18 2017 +0100| [762ab2de6ead68cfe6617d1960921878ddece9e1] | committer: Diego Biurrun Remove dv1394 input device Support for this device has been removed in the Linux kernel since v2.6.37. dv1394 has been superseded by libiec61883 which

[FFmpeg-cvslog] sndio: Coalesce source files after outdev removal

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Sep 27 15:12:41 2017 +0200| [8d3db95f201fba2e22611f9a5f8eced76f8e89ed] | committer: Diego Biurrun sndio: Coalesce source files after outdev removal > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d3db95f201fba2e22611f9a5f8eced76f8e89ed

[FFmpeg-cvslog] Merge commit '8e7e042d41ac42f01d5573a4b0f7d9060356bd46'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:07:37 2017 -0300| [cd95074ff4410e42c7c2230e8f98686ac51c9b18] | committer: James Almer Merge commit '8e7e042d41ac42f01d5573a4b0f7d9060356bd46' * commit '8e7e042d41ac42f01d5573a4b0f7d9060356bd46': Remove all output devices This commit is a

[FFmpeg-cvslog] doc/libav-merge: mention skipped outdev removal commit

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:12:08 2017 -0300| [e5233b15814d808997594ae2cb14ad1513ff2d0d] | committer: James Almer doc/libav-merge: mention skipped outdev removal commit Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5233b15814

[FFmpeg-cvslog] Remove all output devices

2017-11-11 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Sep 23 16:26:28 2017 +0200| [8e7e042d41ac42f01d5573a4b0f7d9060356bd46] | committer: Diego Biurrun Remove all output devices The libavformat API is not suitable for exporting output devices as muxers. Some practical problems are e.g. lack of timing/

[FFmpeg-cvslog] Merge commit 'eb3c1a94adbc28411610167d3dac583436e50125'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 17:03:03 2017 -0300| [f72ebccb76896a0b0b15dbb26044befaafde14e4] | committer: James Almer Merge commit 'eb3c1a94adbc28411610167d3dac583436e50125' * commit 'eb3c1a94adbc28411610167d3dac583436e50125': pictor: Correctly check frame dimensions Th

[FFmpeg-cvslog] pictor: Correctly check frame dimensions

2017-11-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 7 15:49:09 2017 +0100| [eb3c1a94adbc28411610167d3dac583436e50125] | committer: Diego Biurrun pictor: Correctly check frame dimensions Fixes: 559/clusterfuzz-testcase-6424225917173760 Bug-Id: CVE-2017-7862 CC: libav-sta...@libav.org Foun

[FFmpeg-cvslog] makedef: Add support for identifying the ARM64 machine type

2017-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Sep 13 23:05:50 2017 +0300| [a37e84be69310cd7de9540c8bc194cb0a6d158ed] | committer: Martin Storsjö makedef: Add support for identifying the ARM64 machine type Since this machine type is 5 chars while the existing ones only were 3 (which the regexp

[FFmpeg-cvslog] Merge commit 'a37e84be69310cd7de9540c8bc194cb0a6d158ed'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 16:59:36 2017 -0300| [ab7c8e1d6cc976c796735caa1e9210cf06792111] | committer: James Almer Merge commit 'a37e84be69310cd7de9540c8bc194cb0a6d158ed' * commit 'a37e84be69310cd7de9540c8bc194cb0a6d158ed': makedef: Add support for identifying the ARM

[FFmpeg-cvslog] configure: Add a comment about why we don't try to enable pic on arm on target_os=win32

2017-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Oct 12 11:08:32 2017 +0300| [40d5df67d2c4e1f0dd1e902435567eb5edad6a9a] | committer: Martin Storsjö configure: Add a comment about why we don't try to enable pic on arm on target_os=win32 Signed-off-by: Martin Storsjö > http://git.videolan.org/g

[FFmpeg-cvslog] Merge commit '40d5df67d2c4e1f0dd1e902435567eb5edad6a9a'

2017-11-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 11 16:58:15 2017 -0300| [1338cc1ac2933aed04ef3a6adc1f4c305e6b2435] | committer: James Almer Merge commit '40d5df67d2c4e1f0dd1e902435567eb5edad6a9a' * commit '40d5df67d2c4e1f0dd1e902435567eb5edad6a9a': configure: Add a comment about why we don't

  1   2   3   >