- 19 Oct, 2017 2 commits
-
-
wm4 authored
This adds a new API, which allows the API user to query the required AVHWFramesContext parameters. This also reduces code duplication across the hwaccels by introducing ff_decode_get_hw_frames_ctx(), which uses the new API function. It takes care of initializing the hw_frames_ctx if needed, and does additional error handling and API usage checking. Support for VDA and Cuvid missing. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
- 18 Oct, 2017 4 commits
-
-
Luca Barbato authored
According to the MediaSDK documentation the idr_interval value has a different meaning depending on the codec: 0 in H264 means make every I-frame IDR, in HEVC it means to have it only at the beginning. 1 in H264 means every other I-frame is not-IDR, in HEVC it means that every I-frame is IDR. Keep the behaviour consistent between the two encoders by increasing by 1 internally the idr_interval value for HEVC.
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes building with armasm64 (when run through gas-preprocessor). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The extra space got included as part of the expansion of ELF, which later interfered with gas-preprocessor which earlier only stripped out leftover lines starting with '#' if the line started with that char. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 17 Oct, 2017 1 commit
-
-
Mark Thompson authored
Fixes the MPEG-2 failure with --disable-error-resilience.
-
- 16 Oct, 2017 1 commit
-
-
Diego Biurrun authored
It is wrong to pass no arguments to a macro that expects one argument and some compilers complain.
-
- 14 Oct, 2017 1 commit
-
-
Luca Barbato authored
-
- 13 Oct, 2017 6 commits
-
-
Josh de Kock authored
Support for this device has been removed in the Linux kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent. Signed-off-by: Josh de Kock <josh@itanimul.li> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
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 11 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.
-