git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
checkasm : arm : Don’t start new const blocks for each string
16 juillet 2016, par Martin Storsjöcheckasm: arm: Don't start new const blocks for each string Each const block needs to be terminated by one endconst invocation so either call endconst after each, or just declare plain labels to the later strings. This fixes errors such as this, on some binutils versions: checkasm.S:38: Error: Macro `endconst' was already defined Signed-off-by: Martin Storsjö <martin@martin.st>
-
mov : fix stream extradata_size allocation
15 juillet 2016, par Matthieu Bouron -
avconv : stop using setpts for input framerate forced with -r
15 juillet 2016, par Anton Khirnov -
checkasm : arm : report the first clobbered register in checkasm_checked_call
14 juillet 2016, par Janne Grunau -
libopenh264enc : Simplify init by setting FF_CODEC_CAP_INIT_CLEANUP
14 juillet 2016, par Martin Storsjö