git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
checkasm : aarch64 : Don’t clobber x29 in checkasm_stack_clobber
18 octobre 2016, par Martin Storsjöcheckasm: aarch64: Don't clobber x29 in checkasm_stack_clobber x29 (FP) is a callee saved register and should be restored on return. Instead of backing up x29 and restoring it here, back up sp in a register that we are allowed to overwrite. This fixes crashes in checkasm on aarch64 since f1b3e1313851. For some reason, gcc builds didn't crash, but clang builds do. Signed-off-by: Martin Storsjö <martin@martin.st>
-
vaapi_h265 : Include header for slice types
17 octobre 2016, par Mark Thompson -
build : Hardcode avversion.h dependency
16 octobre 2016, par Diego Biurrun -
configure : Print warnings after all other output
15 octobre 2016, par Diego Biurrun -
swscale : Properly load alpha for planar rgb
14 octobre 2016, par Michael Niedermayer