git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
decode : add a mechanism for performing delayed processing on the decoded frames
1er juillet 2017, par Anton Khirnov -
decode : avoid leaks on failure in ff_get_buffer()
1er juillet 2017, par Anton Khirnov -
decode : add a method for attaching lavc-internal data to frames
1er juillet 2017, par Anton Khirnovdecode: add a method for attaching lavc-internal data to frames Use the AVFrame.opaque_ref field. The original user's opaque_ref is wrapped in the lavc struct and then unwrapped before the frame is returned to the caller. This new struct will be useful in the following commits.
-
caf : add an Opus tag
1er juillet 2017, par Anton Khirnov -
avconv : when using -loop option bail out if seek to start fails
30 juin 2017, par Peter Große