- 28 Jul, 2014 3 commits
-
-
Anton Khirnov authored
We do not need to store the value of the split flag.
-
Anton Khirnov authored
The rv20 typo spotted by Hendrik Leppkes <h.leppkes@gmail.com>
-
Anton Khirnov authored
-
- 27 Jul, 2014 2 commits
-
-
Janne Grunau authored
Adding 'branch=release/10' to the fate config file will check the release/10 branch instead of master. If no branch is specified it will use 'master' so that existing config are still valid. The server side changes are already deployed, see https://fate.libav.org/v10/ for an example. The server supports only the release/* branches. The server enforces that a single slot tests always the same branch. Please append "-v$RELEASE" to the slot of release branch configs or make the slot otherwise unique. A different fate samples dir is needed for each release branch. make fate-rsync has the correct URL in each branch.
-
Anton Khirnov authored
This is safer and possibly fixes invalid reads on truncated data. CC:libav-stable@libav.org
-
- 26 Jul, 2014 7 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Pierre Edouard Lepere authored
Additional contributions by James Almer <jamrial@gmail.com>, Carl Eugen Hoyos <cehoyos@ag.or.at>, Fiona Glaser <fiona@x264.com> and Anton Khirnov <anton@khirnov.net> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
beta0 and beta1 will always be the same
-
Anton Khirnov authored
-
Anton Khirnov authored
This is required by the new API.
-
- 25 Jul, 2014 7 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This avoids invoking the wrapped functions with too many arguments.
-
Diego Biurrun authored
-
Diego Biurrun authored
The typedefs also exist in the avfft.h header and since typedefs cannot be legally redefined in C, the code fails to compile with some compilers. This reverts commits 11c7155c and 57f1b1dc.
-
- 24 Jul, 2014 1 commit
-
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 23 Jul, 2014 9 commits
-
-
Diego Biurrun authored
Also comment some #endifs and reshuffle headers into canonical order.
-
Diego Biurrun authored
This fixes a number of incompatible pointer type warnings.
-
Diego Biurrun authored
Also rearrange #includes into canonical order.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Also merge variable declaration and initialization.
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 22 Jul, 2014 7 commits
-
-
Martin Storsjö authored
Check for an instruction that causes the (very old) Apple GCC 4.2 to error out ("unrecognizable insn"). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Without the typedefs there can be trouble depending on #include order.
-
Diego Biurrun authored
-
Diego Biurrun authored
It is doubtful if the hack (still) works and Xvid had ten years to fix it.
-
Luca Barbato authored
-
- 21 Jul, 2014 4 commits
-
-
Diego Biurrun authored
-
Ben Avison authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
James Yu authored
Intrinsics only used on aarch64 since the existing ARMv7 NEON asm is slightly faster (Cortex-A9, gcc-4.8, micro-benchmarks and full decoding time). Signed-off-by: James Yu <james.yu@linaro.org> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
-