git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
libaom : remove references to yuv440p pixfmt
2 avril 2018, par James Almerlibaom: remove references to yuv440p pixfmt Support for it was apparently never in the codebase, and the enum values were recently removed from the public headers [1] Fixes build with latest libaom build. [1] https://aomedia.googlesource.com/aom/+/2e3cd5c5c30fa02134681cda900c32486807af3f Signed-off-by: James Almer <jamrial@gmail.com>
-
Drop Windows XP support remnants
2 avril 2018, par Diego Biurrun -
configure : Rename require_header() —> require_headers()
1er avril 2018, par Diego Biurrun -
arm : Produce .const_data instead of .section .rodata for Mach-O
30 mars 2018, par Martin Storsjöarm: Produce .const_data instead of .section .rodata for Mach-O This is the same combination of .section directives as used in aarch64/asm.S. Since Xcode 9.3, the bundled clang supports altmacro and doesn't require using gas-preprocessor any longer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
arm : vc1dsp : Add commas between macro arguments
30 mars 2018, par Martin Storsjöarm: vc1dsp: Add commas between macro arguments When targeting darwin, clang requires commas between arguments, while the no-comma form is allowed for other targets. Since Xcode 9.3, the bundled clang supports altmacro and doesn't require using gas-preprocessor any longer. Signed-off-by: Martin Storsjö <martin@martin.st>