git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
dxv : Check to make sure we don’t overrun buffers on corrupt inputs
28 juillet 2016, par Martin Storsjö -
Don’t use expressions with side effects in macro parameters
28 juillet 2016, par Martin StorsjöDon't use expressions with side effects in macro parameters AV_WB32 can be implemented as a macro that expands its parameters multiple times (in case AV_HAVE_FAST_UNALIGNED isn't set and the compiler doesn't support GCC attributes); make sure not to read multiple times from the source in this case. Signed-off-by: Martin Storsjö <martin@martin.st>
-
x11grab : Rename internal component to "xcbgrab"
27 juillet 2016, par Diego Biurrun -
Remove the legacy X11 screen grabber
27 juillet 2016, par Diego Biurrun -
mov : Validate the ID number
26 juillet 2016, par Luca Barbato