- 13 Oct, 2017 1 commit
-
-
Diego Biurrun authored
The libavformat API is not suitable for exporting output devices as muxers. Some practical problems are e.g. lack of timing/synchronization mechanisms or interaction with output-specific features.
-
- 12 Oct, 2017 13 commits
-
-
Michael Niedermayer authored
Fixes: 559/clusterfuzz-testcase-6424225917173760 Bug-Id: CVE-2017-7862 CC: libav-stable@libav.org Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 8c2ea303) Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Martin Storsjö authored
Since this machine type is 5 chars while the existing ones only were 3 (which the regexp assumed), the regexp has to be extended a little. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
On X86 windows, asflags weren't actually ever used for anything, since assembling used x86asflags instead, and that flags list had -DPIC already. This fixes building shared libraries with clang for arm/aarch64 windows. (This wasn't an issue when in msvc mode before, since we don't try to enable pic at all there, since the msvc armasm assembler fails on our pic constructs there.) Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
We skipped adding it to cflags for mingw/cygwin configurations where the compiler either complains loudly or even errors out; do the same for target_os=win32, for the case when building with clang in msvc mode. This wasn't needed for the actual msvc before, since msvc uses msvc_common_flags to filter out this flag from cflags. When building with clang in msvc mode, no such filter is used. This fixes building shared libraries with clang in msvc mode. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
It does not represent a header but a complete system capability.
-
Diego Biurrun authored
Also use that new capability to simplify bktr header checks.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This feature was never used for anything.
-
- 11 Oct, 2017 1 commit
-
-
Diego Biurrun authored
-
- 10 Oct, 2017 12 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
These extralibs are set by pkg-config already.
-
Diego Biurrun authored
-
Diego Biurrun authored
fork() is never used conditionally.
-
Diego Biurrun authored
It should be sys/soundcard.h nowadays.
-
Diego Biurrun authored
libgsm never installed more than a single header, the headers installed into the gsm/ subdirectory by some distros are private. Who started this nonsense is a mystery, but it got cargo-culted around ever since.
-
Diego Biurrun authored
We already rely on just mmap() in other places.
-
Diego Biurrun authored
It is detected as a part of the ID3D11VideoDecoder check.
-
Diego Biurrun authored
It is detected as a part of the libdl check.
-
Diego Biurrun authored
The variable lists are for variables whose values end up in output files.
-
Diego Biurrun authored
This proprietary Unix flavor dropped from the face of the earth more than a decade ago. Nothing of value was lost.
-
James Almer authored
Build h2645_parse.o with it, as every hevc_ps dependency also needs it. This is more in line with h264's h264parse module. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 09 Oct, 2017 2 commits
-
-
James Almer authored
ret is 0 by default. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 04 Oct, 2017 2 commits
-
-
James Almer authored
Removes the extra code to preserve global CFLAGS. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
James Almer authored
This helper is split off check_pkg_config(), setting only the pkg CFLAGS and extralibs. This is useful for checks that do not require or do not benefit from setting global CFLAGS. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 27 Sep, 2017 6 commits
-
-
Mark Thompson authored
-
Mark Thompson authored
It exists as an alias for string.h in most C libraries, so usually this line is harmless.
-
Mark Thompson authored
-
Luca Barbato authored
Should improve the performance on multiple transcoding from a single source.
-
Luca Barbato authored
It is needed to have the calls to MFXJoinSession succeed.
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 26 Sep, 2017 2 commits
-
-
Mark Thompson authored
Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conformance test streams <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/>
-
Jacek Jendrzej authored
This fixes redirects, where the original redirect response indicated support for compression, while the actual redirected content didn't. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 25 Sep, 2017 1 commit
-
-
Mark Thompson authored
Tested with the alphaconformanceG sample.
-