Re: [libav-devel] [PATCH] lzf: update pointer p after realloc

2016-11-04 Thread Luca Barbato
On 04/11/2016 23:33, Andreas Cadhalpun wrote: > This fixes heap-use-after-free detected by AddressSanitizer. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/lzf.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/lzf.c

[libav-devel] [PATCH] lzf: update pointer p after realloc

2016-11-04 Thread Andreas Cadhalpun
This fixes heap-use-after-free detected by AddressSanitizer. Signed-off-by: Andreas Cadhalpun --- libavcodec/lzf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/lzf.c b/libavcodec/lzf.c index 409a7ff..5b7526e 100644 --- a/libavcodec/lzf.c +++

Re: [libav-devel] [PATCH] arm: vp9mc: Insert a literal pool at the middle of the file

2016-11-04 Thread Janne Grunau
On 2016-11-04 09:34:27 +0200, Martin Storsjö wrote: > This fixes errors like this when building non-pic binaries with armv6 > as baseline: > > Error: invalid literal constant: pool needs to be closer > --- > libavcodec/arm/vp9mc_neon.S | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[libav-devel] [PATCH] Add support for CUVID decode

2016-11-04 Thread Ruta Gadkari
Please review patch to add support for CUVID decode in Libav. Also added cuvid hwaccel support. On 11/03/2016 10:40 PM, Diego Biurrun wrote: > What about the hwaccels? You need to hook up those as well (and test their > standalone compilation). Had missed out on hwaccels. Hooked those in

[libav-devel] [PATCH] arm: vp9mc: Insert a literal pool at the middle of the file

2016-11-04 Thread Martin Storsjö
This fixes errors like this when building non-pic binaries with armv6 as baseline: Error: invalid literal constant: pool needs to be closer --- libavcodec/arm/vp9mc_neon.S | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/arm/vp9mc_neon.S b/libavcodec/arm/vp9mc_neon.S index