git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
mem : uninline av_malloc(z)_array()
30 mars 2017, par Anton Khirnov -
ac3_parser : add a public function for parsing the data required by the demuxer
30 mars 2017, par Anton Khirnovac3_parser: add a public function for parsing the data required by the demuxer Make the current semi-public avpriv_ac3_parse_header() private to lavc. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
libavutil : Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIGNED_xx(
29 mars 2017, par Martin Storsjölibavutil: Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIGNED_xx( Previously, the former form always produced a manually aligned, padded buffer, while the latter can use DECLARE_ALIGNED, if that amount of stack alignment is supported. libavutil/internal.h needs to include mem.h, since it uses the DECLARE_ALIGNED macro. Signed-off-by: Martin Storsjö <martin@martin.st>
-
hevc : Avoid using LOCAL_ALIGNED for 4 byte alignment
29 mars 2017, par Martin Storsjö -
dcadec : remove extra indirection
29 mars 2017, par Anton Khirnov