Re: [libav-devel] [PATCH] dca: Support for XLL (lossless extension)

2015-03-12 Thread Niels Möller
Diego Biurrun di...@biurrun.de writes: I see no more issues, I just want to run this through Oracle, once the TDSC decoder is through. Thanks for taking care of this! +if (chset-downmix_ncoeffs DCA_XLL_DMIX_NCOEFFS_MAX) { +av_log(s-avctx, AV_LOG_WARNING,

Re: [libav-devel] [PATCH] dca: Support for XLL (lossless extension)

2015-03-12 Thread Diego Biurrun
On Thu, Mar 12, 2015 at 07:41:47PM +0100, Luca Barbato wrote: On 12/03/15 19:35, Diego Biurrun wrote: On Thu, Mar 12, 2015 at 04:54:01PM +0100, Niels Möller wrote: Diego Biurrun di...@biurrun.de writes: I see no more issues, I just want to run this through Oracle, once the TDSC decoder is

Re: [libav-devel] [PATCH] dca: Support for XLL (lossless extension)

2015-03-12 Thread Luca Barbato
On 12/03/15 19:47, Diego Biurrun wrote: On Thu, Mar 12, 2015 at 07:41:47PM +0100, Luca Barbato wrote: On 12/03/15 19:35, Diego Biurrun wrote: On Thu, Mar 12, 2015 at 04:54:01PM +0100, Niels Möller wrote: Diego Biurrun di...@biurrun.de writes: I see no more issues, I just want to run this

Re: [libav-devel] [PATCH] dca: Support for XLL (lossless extension)

2015-03-12 Thread Diego Biurrun
On Thu, Mar 12, 2015 at 04:54:01PM +0100, Niels Möller wrote: Diego Biurrun di...@biurrun.de writes: I see no more issues, I just want to run this through Oracle, once the TDSC decoder is through. Thanks for taking care of this! No issues so far, but let's wait until tomorrow for the

Re: [libav-devel] [PATCH] dca: Support for XLL (lossless extension)

2015-03-12 Thread Niels Möller
Diego Biurrun di...@biurrun.de writes: I'll go for the return AVERROR, as in the attached patch, OK? Diego From 9df2aee21df40cb6376a325da8ba8a731884fafb Mon Sep 17 00:00:00 2001 From: Diego Biurrun di...@biurrun.de Date: Thu, 12 Mar 2015 19:32:58 +0100 Subject: [PATCH] dca: Return error

Re: [libav-devel] [PATCH] dca: Support for XLL (lossless extension)

2015-03-12 Thread Luca Barbato
On 12/03/15 19:35, Diego Biurrun wrote: On Thu, Mar 12, 2015 at 04:54:01PM +0100, Niels Möller wrote: Diego Biurrun di...@biurrun.de writes: I see no more issues, I just want to run this through Oracle, once the TDSC decoder is through. Thanks for taking care of this! No issues so far, but

Re: [libav-devel] [PATCH] dca: Support for XLL (lossless extension)

2015-03-12 Thread Diego Biurrun
On Thu, Mar 12, 2015 at 07:41:42PM +0100, Niels Möller wrote: Diego Biurrun di...@biurrun.de writes: I'll go for the return AVERROR, as in the attached patch, OK? Diego From 9df2aee21df40cb6376a325da8ba8a731884fafb Mon Sep 17 00:00:00 2001 From: Diego Biurrun di...@biurrun.de