- Dec 13, 2013
-
-
Luca Barbato authored
Uniform the style and eliminate a warning on newer doxygen version..
-
Diego Biurrun authored
This long-deprecated code should disappear at the next version bump.
-
- Dec 12, 2013
-
-
Vittorio Giovara authored
-
- Dec 09, 2013
-
-
Vittorio Giovara authored
-
Diego Biurrun authored
Simplifies host/target libc detection splitting.
-
Anton Khirnov authored
-
Anton Khirnov authored
Flags can be considered metadata (at least those that are defined now).
-
- Nov 26, 2013
-
-
John Stebbins authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Nov 23, 2013
-
-
Diego Biurrun authored
-
- Nov 14, 2013
-
-
Anton Khirnov authored
-
- Nov 13, 2013
-
-
Diego Biurrun authored
XvMC has long ago been superseded by newer acceleration APIs, such as VDPAU, and few downstreams still support it. Furthermore XvMC is not implemented within the hwaccel framework, but requires its own specific code in the MPEG-1/2 decoder, which is a maintenance burden.
-
- Nov 03, 2013
-
-
Vittorio Giovara authored
-
- Oct 31, 2013
-
-
John Stebbins authored
This can be optionally disabled whith the "output_corrupt" flags option. When in "output_corrupt" mode, incomplete frames are signalled through AVFrame.flags FRAME_FLAG_INCOMPLETE_FRAME. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Oct 27, 2013
-
-
Anton Khirnov authored
It does not make sense in the vast majority of use cases, no currently defined AV_OPT_TYPE_FLAGS options in Libav set the range to anything nontrivial, and many of those get it wrong (the "correct" range is INT_MIN to INT_MAX so that the builtin constant "all" works).
-
Vittorio Giovara authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Oct 26, 2013
-
-
Vittorio Giovara authored
size_t is guaranteed to be unsigned Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Oct 25, 2013
-
-
Kieran Kunhya authored
Patch based on x264's AVX2 detection Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Oct 24, 2013
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Oct 23, 2013
-
-
Diego Biurrun authored
libavutil/avstring.c:278:9: warning: passing argument 1 of ‘av_free’ discards ‘const’ qualifier from pointer target type
-
- Oct 16, 2013
-
-
Martin Storsjö authored
This makes sure that pointers from av_strdup are reallocable, which is used in av_dict_set if the AV_DICT_APPEND flag is set. Nothing should rely on pointers from av_strdup being aligned. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Oct 14, 2013
-
-
Jason Garrett-Glaser authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Jason Garrett-Glaser authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
This is so we can sync to x264's version of FMA4 support. This partialy reverts commit 79687079. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Henrik Gramner authored
Automatically use VEX-encoding in AVX/AVX2/XOP/FMA3/FMA4 functions for all instructions that exists in a VEX-encoded version. This change makes it easier to extend existing code to use AVX2. Also add support for AVX emulation of a few instructions that were missing before. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Oct 09, 2013
-
-
Henrik Gramner authored
The Mach-O bug was fixed in yasm 0.8.0 and we don't support versions that old anymore. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Oct 07, 2013
-
-
Henrik Gramner authored
Prevents a crash if the misaligned exception mask bit is cleared for some reason. Misaligned SSE functions are only used on AMD Phenom CPUs and the benefit is miniscule. They also require modifying the MXCSR control register and by removing those functions we can get rid of that complexity altogether. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Jason Garrett-Glaser authored
Small backports that sneaked into other asm commits in x264. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
This is also a valid value for WIN64. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Henrik Gramner authored
Store XMM6 and XMM7 in the shadow space in functions that clobbers them. This way we don't have to adjust the stack pointer as often, reducing the number of instructions as well as code size. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Loren Merritt authored
For when we want to mix simd sizes within one function. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Loren Merritt authored
SWAP with >=3 named (rather than numbered) args PERMUTE followed by SWAP with 2 named args used to produce the wrong permutation Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Henrik Gramner authored
Reduces code size because movaps/movups is one byte shorter than movdqa/movdqu. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Henrik Gramner authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Loren Merritt authored
Now RET checks whether it immediately follows a branch, so the programmer dosen't have to keep track of that condition. REP_RET is still needed manually when it's a branch target, but that's much rarer. The implementation involves lots of spurious labels, but that's OK because we strip them. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Oct 05, 2013
-
-
Luca Barbato authored
Provide some information for every function and add a group.
-
- Oct 03, 2013
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Sep 28, 2013
-
-
Anton Khirnov authored
-
- Sep 24, 2013
-
-
Michael Niedermayer authored
They were inconsistent (overlapping fields and wrong sizes) Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-