git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
vaapi_h264 : Fix CPB/DPB delays
9 septembre 2017, par Mark Thompson -
qsv : Load the hw hevc plugin by default on Linux
6 septembre 2017, par Luca Barbato -
aviocat : Check for output write errors
2 septembre 2017, par Martin Storsjö -
flvdec : Check the avio_seek return value after reading a metadata packet
2 septembre 2017, par Martin Storsjöflvdec: Check the avio_seek return value after reading a metadata packet If the metadata packet is corrupted, flv_read_metabody can accidentally read past the start of the next packet. If the start of the next packet had been flushed out of the IO buffer, we would be unable to seek to the right position (on a nonseekable stream). Prefer to clearly error out instead of silently trying to read from a desynced stream which will only be interpreted as garbage. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Revert "checkasm : Test more h264 idct variants"
2 septembre 2017, par Martin Storsjö