- 12 May, 2013 5 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
The assembler may insert nopl instructions for cpunop, which are not (universally) supported on i586 CPUs.
-
Diego Biurrun authored
The goal is to make the capapility slightly more general and have it cover the availability of the nopl instruction in addition to cmov.
-
Martin Storsjö authored
These platforms do not have any notion of PIC. On some compilers, enabling pic produces a number of warnings. This avoids trying to produce PIC loads in the ARM assembly - there are no relocation types in PE/COFF that correspond to BFD_RELOC_32_PCREL (R_ARM_REL32 in ELF). As a side-effect, this avoids enabling PIC on mingw64, getting rid of the warnings about PIC not having any effect on that platform. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This allows it to be overridden, either by the user on the command line, or by other sections of the configure script. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 May, 2013 4 commits
-
-
Janne Grunau authored
Cells starting at a position aligned to 8 pixels but wider than 4 blocks are copied with 3 blocks per loop. This creates problems on the next loop iterations since the routine copying 2 blocks requires the same alignment on some architectures like ARM NEON.
-
Christophe Gisquet authored
From 253 to 51 cycles on Arrandale and Win64. 44 cycles on SandyBridge. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
delta is in samples, not bytes. Also the sample format is not guaranteed to be planar. CC:libav-stable@libav.org
-
Luca Barbato authored
-
- 09 May, 2013 1 commit
-
-
Luca Barbato authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 08 May, 2013 4 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 07 May, 2013 18 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Martin Storsjö authored
This makes linking succeed for tools that include config.h but don't link to libavutil. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
The indirection was used to abstract from the different -regression.sh scripts. Now that only one remains, this indirection is pointless.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Luca Barbato authored
Prevent spurios EIO on EOF. CC:libav-stable@libav.org
-
Luca Barbato authored
-
Luca Barbato authored
Notwithstanding the return value the frame should be freed if is not going to be used. Reported-by: Matthew Wolenetz <wolenetz@chromium.org>
-
Luca Barbato authored
Fix the mispresented EINVAL for EOF on partial files, among the other.
-
Anton Khirnov authored
0.1 seconds at 25 fps is exactly 2.5 frames, which may be rounded either to 2 or 3 on different platforms.
-
Anton Khirnov authored
The scale filter depends on sws, resample on lavr, and movie on lavf and lavc. Fixes Bug 502.
-
Anton Khirnov authored
They are now used for -ss/-t
-
Anton Khirnov authored
It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
-
Anton Khirnov authored
They are not guaranteed to be aligned. Fixes Bug 503. CC:libav-stable@libav.org
-
- 06 May, 2013 8 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
Fixes memory leak in fate-redcode-demux.
-
Janne Grunau authored
Fixes Fate tests on big-endian configs.
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
Use bitfields in FormatEntry array to avoid wasting an int for each flag.
-
Janne Grunau authored
-
Martin Storsjö authored
Every other pixel had the alpha channel taken from the wrong row. This fixes bug 504. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-