Re: [libav-devel] [PATCH] vc1dec: handle pred_flag parameter not given to get_mvdata_interlaced()

2013-01-09 Thread mashiat.sar...@gmail.com
On 01/09/2013 10:16 AM, Vladimir Pantelic wrote: see $subject this prevents lavc to crash on one VC1 interlaced sample that I have. the sample still does not play correctly though. I can haz the sample? [...] ___ libav-devel mailing list

Re: [libav-devel] [PATCH] vc1dec: prevent a crash due missing pred_flag parameter

2013-01-09 Thread mashiat.sar...@gmail.com
On 01/09/2013 11:04 AM, Luca Barbato wrote: From: Vladimir Pantelic vlado...@gmail.com Handle pred_flag parameter not given to get_mvdata_interlaced() Signed-off-by: Vladimir Pantelic vlado...@gmail.com Signed-off-by: Luca Barbato lu_z...@gentoo.org --- [...] The thing is, unless the

Re: [libav-devel] [PATCH 1/4] vc1dec: prevent memory leak on av_realloc error

2012-10-09 Thread mashiat.sar...@gmail.com
On 10/09/2012 11:08 AM, Janne Grunau wrote: --- libavcodec/vc1dec.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index df3a55a..13303dc 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -5364,9 +5364,10 @@

Re: [libav-devel] [PATCH 1/4] vc1dec: prevent memory leak on av_realloc error

2012-10-09 Thread mashiat.sar...@gmail.com
On 10/09/2012 12:13 PM, Kostya Shishkov wrote: On Tue, Oct 09, 2012 at 05:08:40PM +0200, Janne Grunau wrote: --- libavcodec/vc1dec.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index df3a55a..13303dc 100644 ---