- 18 Nov, 2017 4 commits
-
-
Michael Niedermayer authored
Fixes: Timeout Fixes: 4143/clusterfuzz-testcase-4736864637419520 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: 4035/clusterfuzz-testcase-minimized-6479308925173760 Fixes: runtime error: signed integer overflow: 9 * 402653183 cannot be represented in type 'int' Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: Timeout Fixes: 3200/clusterfuzz-testcase-5750022136135680 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
Fixes ticket #6836.
-
- 17 Nov, 2017 9 commits
-
-
Timo Rothenpieler authored
-
Timo Rothenpieler authored
-
Timo Rothenpieler authored
This caused checkheaders to fail on cygwin on this file.
-
Kieran Kunhya authored
-
James Zern authored
this matches the vpxenc parameter Signed-off-by: James Zern <jzern@google.com>
-
Michael Niedermayer authored
Fixes: Timeout Fixes: 3142/clusterfuzz-testcase-5007853163118592 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: Timeout Fixes: 3142/clusterfuzz-testcase-5007853163118592 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Aman Gupta authored
This can reduce latency and increase throughput, particularly on high latency networks. Signed-off-by: Aman Gupta <aman@tmm1.net> Reviewed-by: Jeyapal, Karthick <kjeyapal@akamai.com>
-
- 16 Nov, 2017 15 commits
-
-
Carl Eugen Hoyos authored
-
Umair Khan authored
Signed-off-by: Umair Khan <omerjerk@gmail.com>
-
Umair Khan authored
Reverts commit 18f94df8, fixes ticket #5297. Signed-off-by: Umair Khan <omerjerk@gmail.com>
-
Fredrik Hubinette authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
John Stebbins authored
The avc3 sample entry type is useful for adaptive streaming. It permits parameter sets to be written inline in the video stream. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Timo Rothenpieler authored
By putting the call in a subshell, the problem of it spilling cleanup-decision from a previous library to other libraries is avoided. For example, it could have already cleaned up cuda_extralibs in a previous library that depended on cuda. Then when it gets to avutil, it will never pick up the dependency of avutil to cuda, which depends on libdl, which in turn results in a missing -ldl extralib, resulting in link failures in certain configurations.
-
James Almer authored
* commit 'bad7ce1d': makedef: Pass EXTERN_PREFIX from configure to makedef Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'd070b9b7': configure: Coalesce some arch configuration and PIC handling Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '9e48de3c': configure: Miscellaneous minor changes Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '5c2a01f0': Makefile: fix distclean target configure: fix writing library dependencies to config.sh This commit is a noop, see d9ff1e4c e7e7d56aMerged-by: James Almer <jamrial@gmail.com>
-
Martin Storsjö authored
This avoids having to use either "dumpbin -headers" to find out the current architecture, or pass $ARCH from configure to deduce it. When configuring with --disable-asm, ARCH is equal to "c", which doesn't give any indication of what symbol prefix is to be used. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Aman Gupta authored
Signed-off-by: Aman Gupta <aman@tmm1.net> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
-
Aman Gupta authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Should fix ticket #6838 Signed-off-by: James Almer <jamrial@gmail.com>
-
Mark Thompson authored
* commit '620f88a0': vaapi_h264: Add missing return value check h264_metadata: Fix clearing SEI payload in error case cbs_h2645: Fix memory leak on when reading SEI fails cbs: Add a missing return value check This commit is a noop, see 03b14700 d792613b 41272e11 6734eef6Merged-by: Mark Thompson <sw@jkqxz.net>
-
- 15 Nov, 2017 12 commits
-
-
Mark Thompson authored
* commit 'c77da21e': vaapi_h264: Do not use deprecated header type This commit is a noop, see 32a618a9. Merged-by: Mark Thompson <sw@jkqxz.net>
-
Mark Thompson authored
* commit 'ff007e30': vaapi_h264: Add workaround for bad SEI in old Intel drivers Merged-by: Mark Thompson <sw@jkqxz.net>
-
Michael Niedermayer authored
Fixes: Use of uninitialized memory Fixes: assertion failure Reviewed-by: <atomnuker> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: Timeout Fixes: 3218/clusterfuzz-testcase-5390672154591232 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
add padding before scantable arrays See: 522d850eSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Diego Biurrun authored
-
Diego Biurrun authored
- Move a variable closer to where it is used - Add an explanatory comment - Simplify a crosscompile check - Minor SHFLAGS simplification - Coalesce some threads tests
-
Hendrik Leppkes authored
-
Hendrik Leppkes authored
This reduces code repetition, and will allow adding further push/pop refinement for D3D11 devices in future commits.
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-