git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
lavc : add a bitstream filter for extracting extradata from packets
21 août 2016, par Anton Khirnovlavc: add a bitstream filter for extracting extradata from packets This is intended as a replacement for the 'split' function exported by some parsers.
-
rtpdec_mpeg4 : validate fmtp fields
19 août 2016, par Luca Barbato -
doc : Document FATE option HWACCEL
15 août 2016, par Luca Barbato -
mss12 : validate display dimensions
14 août 2016, par Anton Khirnovmss12: validate display dimensions The code currently reads the coded dimensions from the extradata, but expects the display dimensions to be set by the caller, and does not check that they are compatible (i.e. that the displayed size is smaller than the coded size). Make sure that when the display dimensions are set, they are also valid. Fixes possible invalid memory access. CC: libav-stable@libav.org Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
-
vc1 : check that slices have a positive height
14 août 2016, par Anton Khirnov