git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
fate : Tweak printing of ignored tests
29 décembre 2016, par Martin Storsjö -
fate : Unset the sig variable if ignoring a test failure
28 décembre 2016, par Martin Storsjö -
h264_cavlc : check the value of run_before
28 décembre 2016, par Anton Khirnov -
h2645_parse : use the bytestream2 API for packet splitting
28 décembre 2016, par Anton Khirnovh2645_parse: use the bytestream2 API for packet splitting The code does some nontrivial jumping around in the buffer, so it is safer to use a checked API rather than do everything manually. Fixes a bug in nalff parsing, where the length field is currently not counted in the buffer size check, resulting in possible overreads with invalid files. CC: libav-stable@libav.org Bug-Id: 1002 Found-By: Kamil Frankowicz
-
h264dec : initialize field_started to 0 on each decode call
28 décembre 2016, par Anton Khirnov