git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
x86inc : Sync minor changes from ffmpeg/libav
3 août 2015, par Henrik Gramner -
matroska : Add comments for the remaining element names
29 juillet 2015, par Henrik Gramner -
Silence various static analyzer warnings
29 juillet 2015, par Henrik Gramner -
frame_dump : check fseek() return value
27 juillet 2015, par Henrik Gramner -
x264_vfprintf : use va_copy
27 juillet 2015, par Henrik Gramnerx264_vfprintf: use va_copy It's undefined behavior to use the same va_list twice. This most likely didn't cause any issues in practice since the string would have to be larger than 4 KiB to trigger the fallback path. Use workaround for ICL as it doesn't define va_copy even for C99.