git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
build : Move MP2 muxer declaration away from MP3 muxer code
28 juin 2016, par Diego Biurrun -
x86util : Extend SPLATW for avx2
28 juin 2016, par James Almer -
build : Add a new component for H.264 parsing code
28 juin 2016, par Diego Biurrun -
checkasm : h264dsp : Move the x and y variables into the randomize_buffer macro
27 juin 2016, par Martin Storsjö -
checkasm : h264dsp : Initialize the padding area
27 juin 2016, par Martin Storsjöcheckasm: h264dsp: Initialize the padding area This fixes valgrind warnings about conditional jumps based on uninitialized data (even though the uninitialized data only ever was compared with a direct copy of the same uninitialized data). Signed-off-by: Martin Storsjö <martin@martin.st>