Re: [FFmpeg-devel] hqx codec patch: faster decode with multi threaded decoding of slices; fixed clipping bug

2015-04-07 Thread James Almer
On 07/04/15 10:49 AM, Ferdinand Oeinck wrote: > From 77116c82d128cb7efcdf5f55481fa5f349c31f22 Mon Sep 17 00:00:00 2001 > From: fo > Date: Tue, 7 Apr 2015 12:42:17 +0200 > Subject: [PATCH 2/2] libavcodec/hqx: correct clipping error > > --- > libavcodec/hqx.c | 2 +- > 1 file changed, 1 insertion(+)

Re: [FFmpeg-devel] hqx codec patch: faster decode with multi threaded decoding of slices; fixed clipping bug

2015-04-07 Thread Michael Niedermayer
On Tue, Apr 07, 2015 at 03:49:09PM +0200, Ferdinand Oeinck wrote: > From e750ddd8b1b79cfad04f2cdd58b5ba438390adf1 Mon Sep 17 00:00:00 2001 > From: fo > Date: Mon, 6 Apr 2015 15:47:14 +0200 > Subject: [PATCH 1/2] libavcodec/hqx: made decoding multi threaded! > > --- > libavcodec/hqx.c | 142 >

[FFmpeg-devel] hqx codec patch: faster decode with multi threaded decoding of slices; fixed clipping bug

2015-04-07 Thread Ferdinand Oeinck
From e750ddd8b1b79cfad04f2cdd58b5ba438390adf1 Mon Sep 17 00:00:00 2001 From: fo Date: Mon, 6 Apr 2015 15:47:14 +0200 Subject: [PATCH 1/2] libavcodec/hqx: made decoding multi threaded! --- libavcodec/hqx.c | 142 +++ libavcodec/hqx.h | 9 +++