- 23 Feb, 2014 6 commits
-
-
James Almer authored
Based on x264 code Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Janne Grunau authored
Moving cpunop from the HAVE_LIST to the ARCH_EXT_LIST_X86 has the side effect of enabling it. The semantics of the check have to be changed from enable if successful to disable if unsuccessful. This was missing in 2b0bb699 causing build errors with nasm.
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
beta_offset is pre-multiplied by 2.
-
- 22 Feb, 2014 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Luca Barbato authored
f777504f changed a - in + CC: libav-stable@libav.org
-
- 21 Feb, 2014 3 commits
-
-
Tomas Härdin authored
Note that the old DNxHD UL is actually JPEG 2000 according to RP224. Leaving it as-is for now. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Philip de Nier authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Diego Biurrun authored
-
- 20 Feb, 2014 15 commits
-
-
Vittorio Giovara authored
And use the value from the specification. Sample-Id: 00000451-google Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Luca Barbato authored
clang-3.4 and gcc-4.9 have it.
-
Diego Biurrun authored
It is a processor feature, so it belongs there.
-
Diego Biurrun authored
-
Janne Grunau authored
Based on e3fec3f0 for arm.
-
Christophe Gisquet authored
vector_fmul and vector_fmac_scalar are guaranteed that they can process in batch of 16 elements, but their SSE versions only does 8 at a time. Therefore, unroll them a bit. 299 to 261c for 256 elements in vector_fmac_scalar on Arrandale/Win64. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Christophe Gisquet authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
Makes fate-h264 pass under valgrind --undef-value-errors=yes with -cpuflags none. {avg,put}_h264_chroma_mc8_8 approximately 5% faster, {avg,put}_h264_chroma_mc4_8 2% faster both on x86 and arm.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The dependency is indirect through the h263/mpegvideo code. CC: libav-stable@libav.org
-
- 19 Feb, 2014 13 commits
-
-
Leandro Dorileo authored
We cannot easily determine if an mpeg TS's packet size is DVHS, FEC or so on, for that we need to expose the internal raw_packet_size field. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
It was never used since it was added and the things it was intended for are now exported differently.
-
Luca Barbato authored
Sample-Id: 00001667-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
-
Luca Barbato authored
The section name is the muxer, not the format.
-
Luca Barbato authored
Keep the sections alphabetically sorted.
-
Diego Biurrun authored
Also add warning comment about threading implementations without matching atomics implementation to the atomics fallback implementation.
-
Vittorio Giovara authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Martin Storsjö authored
Previously the default fragmentation method was only enabled if writing an ISM file. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
If linking in an object file without this attribute set, the linker will assume that an executable stack might be needed. Signed-off-by: Martin Storsjö <martin@martin.st>
-