git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
arm : vp9itxfm : Avoid .irp when it doesn’t save any lines
4 février 2017, par Martin Storsjö -
mov : Rework stsc index validation
3 février 2017, par Vittorio Giovara -
configure : Add stdlib.h #include to CPPFLAGS check helper functions
3 février 2017, par Diego Biurrun -
AVFrame : add an opaque_ref field
2 février 2017, par wm4AVFrame: add an opaque_ref field This is an extended version of the AVFrame.opaque field, which can be used to attach arbitrary user information to an AVFrame. The usefulness of the opaque field is rather limited, because it can store only up to 32 bits of information (or 64 bit on 64 bit systems). It's not possible to set this field to a memory allocation, because there is no way to deallocate it correctly. The opaque_ref field circumvents this by letting the user set an AVBuffer, which makes the user data refcounted. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
asm : Consistently uppercase SECTION markers
1er février 2017, par Diego Biurrun