git.libav.org Git - libav.git/rss log
Libav master git repository
http://git.libav.org/?p=libav.git;a=summary
Les articles publiés sur le site
-
7 novembre 2016, par Hendrik Leppkes
dxva2: fix surface selection when compiled with both d3d11va and dxva2
Fixes a regression introduced in
be630b1e08ebe8f766b1798accd6b8e5e096f5aa
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
6 novembre 2016, par Diego Biurrun
configure: Add --quiet command line parameter to suppress informative output
-
6 novembre 2016, par Derek Buitenhuis
libx265: Add option to force IDR frames
This is in the same the same vein as 380146924ecad2e05e9dcc5c3c2e1b5ba47c51e8.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
- [DBH] libavcodec/libx265.c
- [DBH] libavcodec/version.h
-
5 novembre 2016, par Martin Storsjö
vp9: Make the subpel filters non-static
Make them aligned, to allow efficient access to them from simd.
Signed-off-by: Martin Storsjö <martin@martin.st>
- [DBH] libavcodec/vp9.h
- [DBH] libavcodec/vp9dsp.c
-
4 novembre 2016, par Andreas Cadhalpun
lzf: update pointer p after realloc
This fixes heap-use-after-free detected by AddressSanitizer.
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>