git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
qsv : handle the semi-packed formats in map_fourcc as well
14 juillet 2016, par Anton Khirnov -
lavc : initialize AVCodecContext.sw_pix_fmt properly
14 juillet 2016, par Anton Khirnov -
lavc : set sw_pix_fmt for hwaccel encoding
14 juillet 2016, par Anton Khirnov -
qsvenc : take only the allocated dimensions from the frames context
14 juillet 2016, par Anton Khirnov -
mov : Rework the check for invalid indexes in stsc
13 juillet 2016, par Vittorio Giovaramov: Rework the check for invalid indexes in stsc There are samples with invalid stsc that may work fine as is and do not need extradata change. So ignore any out of range index, and error out only when explode is set. Found-by: Matthieu Bouron <matthieu.bouron@stupeflix.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>