[libav-commits] pictor: Correctly check frame dimensions

2017-10-12 Thread Michael Niedermayer
Module: libav Branch: release/0.8 Commit: 6bb536401c37ac92a6920c0669cb7e8ab0766959 Author:Michael Niedermayer Committer: Diego Biurrun Date: Tue Feb 7 15:49:09 2017 +0100 pictor: Correctly check frame dimensions Fixes: 559/clusterfuzz-testcase-6424225917173760 Bug-Id: CVE-2017-7862

[libav-commits] pictor: Correctly check frame dimensions

2017-10-12 Thread Michael Niedermayer
Module: libav Branch: release/11 Commit: 20f895b6628ad87ba561ea18d37a03259416d64a Author:Michael Niedermayer Committer: Diego Biurrun Date: Tue Feb 7 15:49:09 2017 +0100 pictor: Correctly check frame dimensions Fixes: 559/clusterfuzz-testcase-6424225917173760 Bug-Id: CVE-2017-7862 F

[libav-commits] pictor: Correctly check frame dimensions

2017-10-12 Thread Michael Niedermayer
Module: libav Branch: release/12 Commit: bdf3ba49381186f6f76b31875158be4d032144a6 Author:Michael Niedermayer Committer: Diego Biurrun Date: Tue Feb 7 15:49:09 2017 +0100 pictor: Correctly check frame dimensions Fixes: 559/clusterfuzz-testcase-6424225917173760 Bug-Id: CVE-2017-7862 F

[libav-commits] pictor: Correctly check frame dimensions

2017-10-12 Thread Michael Niedermayer
Module: libav Branch: master Commit: eb3c1a94adbc28411610167d3dac583436e50125 Author:Michael Niedermayer Committer: Diego Biurrun Date: Tue Feb 7 15:49:09 2017 +0100 pictor: Correctly check frame dimensions Fixes: 559/clusterfuzz-testcase-6424225917173760 Bug-Id: CVE-2017-7862 CC: li

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

2017-10-12 Thread Martin Storsjö
Module: libav Branch: master Commit: 40d5df67d2c4e1f0dd1e902435567eb5edad6a9a Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Oct 12 11:08:32 2017 +0300 configure: Add a comment about why we don't try to enable pic on arm on target_os=win32 Signed-off-by: Martin Storsjö -

[libav-commits] configure: Don't add -fPIC to cflags for target_os=win32

2017-10-12 Thread Martin Storsjö
Module: libav Branch: master Commit: f951837ce58e8588b175fb53a76fd453a81528ec Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Oct 12 11:03:08 2017 +0300 configure: Don't add -fPIC to cflags for target_os=win32 We skipped adding it to cflags for mingw/cygwin configurations wh

[libav-commits] makedef: Add support for identifying the ARM64 machine type

2017-10-12 Thread Martin Storsjö
Module: libav Branch: master Commit: a37e84be69310cd7de9540c8bc194cb0a6d158ed Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Sep 13 23:05:50 2017 +0300 makedef: Add support for identifying the ARM64 machine type Since this machine type is 5 chars while the existing ones onl

[libav-commits] configure: Don't add -fPIC to asflags when targeting windows

2017-10-12 Thread Martin Storsjö
Module: libav Branch: master Commit: 0ca66409911e9fba940424be8bdfa54e056b0a4b Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Oct 12 11:04:53 2017 +0300 configure: Don't add -fPIC to asflags when targeting windows On X86 windows, asflags weren't actually ever used for anythi

[libav-commits] configure: Simplify nvenc check (and move it to the correct spot)

2017-10-12 Thread Diego Biurrun
Module: libav Branch: master Commit: 3613063e87307e5421707aa2ffb22054ad5d62b8 Author:Diego Biurrun Committer: Diego Biurrun Date: Sat Sep 23 17:05:00 2017 +0200 configure: Simplify nvenc check (and move it to the correct spot) --- configure | 6 +- 1 file changed, 1 insertion(+)

[libav-commits] configure: Drop fallback for deprecated avserver command line options

2017-10-12 Thread Diego Biurrun
Module: libav Branch: master Commit: 8594ec3dd59ed8ec303ca62587aaaf3045fce676 Author:Diego Biurrun Committer: Diego Biurrun Date: Fri Oct 6 01:57:40 2017 +0200 configure: Drop fallback for deprecated avserver command line options --- configure | 5 - 1 file changed, 5 deletions

[libav-commits] build: Rename stdatomic_h variable to stdatomic

2017-10-12 Thread Diego Biurrun
Module: libav Branch: master Commit: 93797681c2310faeeb0158f66f471965213904c6 Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Sep 24 20:10:02 2017 +0200 build: Rename stdatomic_h variable to stdatomic It does not represent a header but a complete system capability. --- conf

[libav-commits] configure: Merge separate parts of GnuTLS test

2017-10-12 Thread Diego Biurrun
Module: libav Branch: master Commit: 4f6401df43d7ee9082ea591037b9f9284217d834 Author:Diego Biurrun Committer: Diego Biurrun Date: Sat Sep 23 17:07:50 2017 +0200 configure: Merge separate parts of GnuTLS test --- configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) d

[libav-commits] build: Merge mach/mach_time.h and mach_absolute_time() checks

2017-10-12 Thread Diego Biurrun
Module: libav Branch: master Commit: b46900914a1f25ce8dbf49d7c53766ff1f18b60f Author:Diego Biurrun Committer: Diego Biurrun Date: Sat Oct 7 03:16:11 2017 +0200 build: Merge mach/mach_time.h and mach_absolute_time() checks --- configure | 4 +--- libavutil/timer.h | 2 +- 2

[libav-commits] build: CryptGenRandom --> wincrypt, it is a better name

2017-10-12 Thread Diego Biurrun
Module: libav Branch: master Commit: 7ac092d05de487d088bc96ab4a7bd6207fbfa98c Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Sep 26 18:24:24 2017 +0200 build: CryptGenRandom --> wincrypt, it is a better name --- configure | 2 +- libavutil/random_seed.c | 4 ++

[libav-commits] configure: Drop feature for randomly disabling/enabling components

2017-10-12 Thread Diego Biurrun
Module: libav Branch: master Commit: a688b64fcf4abf0554b10d5446f019ec73121c1d Author:Diego Biurrun Committer: Diego Biurrun Date: Fri Oct 6 01:52:45 2017 +0200 configure: Drop feature for randomly disabling/enabling components This feature was never used for anything. --- configur

[libav-commits] configure: Extend check_header() to allow checking for multiple headers

2017-10-12 Thread Diego Biurrun
Module: libav Branch: master Commit: 62d5b5a9d3b0181335072d6fa792f2d805bc27b6 Author:Diego Biurrun Committer: Diego Biurrun Date: Wed Oct 4 02:03:53 2017 +0200 configure: Extend check_header() to allow checking for multiple headers Also use that new capability to simplify bktr header