git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
build : Group external library protocols separately
22 mars 2018, par Diego Biurrun -
libx265 : Support tiny video sizes
16 mars 2018, par Vittorio Giovara -
configure : Don’t assume a 16 byte aligned stack on BSDs on i386
15 mars 2018, par Martin Storsjöconfigure: Don't assume a 16 byte aligned stack on BSDs on i386 With GCC, request it to maintain 16 byte alignment, and the existing entry points already align it via attribute_align_arg. With clang, do the same as for mingw; disable the aligned stack and let the assembly functions that require it do the alignment instead. Signed-off-by: Martin Storsjö <martin@martin.st>
-
qsvenc : add the Access Unit Delimiter NAL Unit support
15 mars 2018, par Zhong Li -
qsvenc : Fix a typo of FrameRateExtD/FrameRateExtN
15 mars 2018, par Zhong Li