git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
http: Check for negative chunk sizes
15 décembre 2016, par Martin Storsjöhttp: Check for negative chunk sizes A negative chunk size is illegal and would end up used as length for memcpy, where it would lead to memory accesses out of bounds. Found-by: Paul Cher <paulcher@icloud.com> CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
libavformat : Fix a faulty api deprecation guard in prepare_input_packet
15 décembre 2016, par Martin Storsjölibavformat: Fix a faulty api deprecation guard in prepare_input_packet This seems to have been added by mistake in 11de006b, by not noticing the negation for the existing condition. This block does not contain any code that accesses the codec field in AVStream. This function is meant to serve as a complement to compute_pkt_fields2, which is guarded by FF_API_COMPUTE_PKT_FIELDS2 && FF_API_LAVF_AVCTX. Signed-off-by: Martin Storsjö <martin@martin.st>
-
decode.h : Add missing headers to fix standalone compilation
14 décembre 2016, par Diego Biurrun -
v4l2 : use codec descriptors for mapping a codec name to id
14 décembre 2016, par Anton Khirnov -
ppc : Merge types_altivec.h into util_altivec.h
13 décembre 2016, par Diego Biurrun