git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
aarch64 : vp9mc : Simplify the extmla macro parameters
16 décembre 2016, par Martin Storsjöaarch64: vp9mc: Simplify the extmla macro parameters Fold the field lengths into the macro. This makes the macro invocations much more readable, when the lines are shorter. This also makes it easier to use only half the registers within the macro. Signed-off-by: Martin Storsjö <martin@martin.st>
-
configure : Disentangle vfw32 and user32 lib handling
15 décembre 2016, par Diego Biurrun -
configure : fix linking with MSVC when using —disable-optimizations
15 décembre 2016, par Steve Lhommeconfigure: fix linking with MSVC when using --disable-optimizations Without any optimization flags, MSVC does no dead code elimination (DCE) at all, even for the most trivial cases. DCE is a prerequisite for building libav correctly, otherwise there are undefined references to functions for other architectures and disabled components. -O1 is the minimal optimization flag for MSVC that does include DCE.
-
configure : put d3d11 check in alphabetical order
15 décembre 2016, par Steve Lhomme -
Changelog : add some missing entries
15 décembre 2016, par Anton Khirnov