git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
checkasm : aarch64 : Specify alignment for the register_init const array
4 mai 2017, par Martin Storsjö -
hevc : Add NEON 32x32 IDCT
4 mai 2017, par Alexandra Hájková -
hevc : 16x16 NEON idct : Use the right element size for loads/stores
4 mai 2017, par Alexandra Hájková -
arm : Check for the .arch directive in configure
3 mai 2017, par Martin Storsjöarm: Check for the .arch directive in configure When targeting windows, the .arch directive isn't available. So far, when building for windows, we've always used gas-preprocessor, both when using msvc's armasm and when using clang. Lately, clang/llvm has implemented the last missing piece (altmacro support) for building our assembly without gas-preprocessor. This means that we now build for arm/windows with clang without any extra compatibility layer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
hevc : Add NEON add_residual for bitdepth 10
1er mai 2017, par Alexandra Hájková