git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
decode : be more explicit about storing the last packet properties
26 octobre 2016, par Anton Khirnovdecode: be more explicit about storing the last packet properties The current code stores a pointer to the packet passed to the decoder, which is then used during get_buffer() for timestamps and side data passthrough. However, since this is a pointer to user data which we do not own, storing it is potentially dangerous. It is also ill defined for the new decoding API with split input/output. Fix this problem by making an explicit internally owned copy of the packet properties.
-
lavc : move decoding-related code from utils.c to a new file
26 octobre 2016, par Anton Khirnov -
lavc : move encoding-related code from utils.c to a new file
26 octobre 2016, par Anton Khirnov -
configure : Improve output wording
25 octobre 2016, par Diego Biurrun -
hwcontext_vaapi : Frame mapping support
25 octobre 2016, par Mark Thompson