git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
checkasm/arm : preserve the stack alignment checkasm_checked_call
12 juillet 2016, par Janne Grunaucheckasm/arm: preserve the stack alignment checkasm_checked_call The stack used by checkasm_checked_call_vfp was a multiple of 4 when the checked function is called. AAPCS requires a double word (8 byte) aligned stack public interfaces. Since both calls are public interfaces the stack is misaligned when the checked is called. Might fix the SIGBUS error in the armv7-linux-clang-3.7 fate config.
-
checkasm : vp8.mc : initialize the full src buffer after ec32574209f
12 juillet 2016, par Janne Grunau -
fate : Add a mixed NAL coding sample
11 juillet 2016, par Vittorio Giovara -
fate : Restore order of h264 entries
11 juillet 2016, par Vittorio Giovara -
checkasm/arm : align the clobber check data properly for ldrd
10 juillet 2016, par Janne Grunau