Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-28 Thread Disha Singh
at 4:49 AM, Michael Niedermayer <mich...@niedermayer.cc > wrote: > On Sun, Mar 27, 2016 at 11:01:11AM +0530, Disha Singh wrote: > > > testing this > > > ./ffmpeg -i in.m4a test.mlp > > > says it needs 'To use it anyways, you must set "-strict inof

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-28 Thread Disha Singh
To correct that : the error is in line 214 in lpc.c not lpc.h On Tue, Mar 29, 2016 at 3:13 AM, Disha Singh <directionsta...@gmail.com> wrote: > What is lpc ? Which lpc type (there are many in libavcodec/lpc.h)should be > used for mlp ? Also, please tell lpc_passes and precision a

Re: [FFmpeg-devel] [Patch]Qualification task for TrueHD encoder

2016-04-05 Thread Disha Singh
> there are the following build warnings, please fix them > > libavcodec/mlpenc.c: In function ‘mlp_encode_init’: > libavcodec/mlpenc.c:585:5: warning: ‘coded_frame’ is deprecated (declared > at libavcodec/avcodec.h:2967) [-Wdeprecated-declarations] > libavcodec/mlpenc.c: In function

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-23 Thread Disha Singh
This is the modified diff with few changes in mlp_encode_frame function. -Disha On Tue, Mar 22, 2016 at 1:59 AM, Disha Singh <directionsta...@gmail.com> wrote: > Qualification task for project TrueHD encoder. > There are two patches. > One has the changes made to other files to s

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-26 Thread Disha Singh
Just running ./patcheck would do? On Sun, Mar 27, 2016 at 12:50 AM, Lou Logan <l...@lrcd.com> wrote: > On Sat, 26 Mar 2016 22:18:47 +0530, Disha Singh wrote: > > > From 639aa2a07be6064049b2ba1e134e1474cb7f0806 Mon Sep 17 00:00:00 2001 > > From: dinux5 <directionsta.

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-26 Thread Disha Singh
> testing this > ./ffmpeg -i in.m4a test.mlp > says it needs 'To use it anyways, you must set "-strict inofficial".' > thats ok if it would work: > > ./ffmpeg -i in.m4a -strict inofficial test.mlp > [mlp @ 0x2494740] Unable to parse option value "inofficial" > > Using :ffmpeg -i ~/input.mp3

[FFmpeg-devel] [Patch]Qualification task for TrueHD encoder

2016-04-04 Thread Disha Singh
This patch has an lpc issue, and needs some work with passing of parameters in ff_lpc_calc_coeff(), which my mentor said he would help with. Thanks! -Disha From 9ab9819c2e2bb0759944a69204918fad10102ef1 Mon Sep 17 00:00:00 2001 From: dinux5 Date: Mon, 4 Apr 2016

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-04-01 Thread Disha Singh
does not show this error? On Wed, Mar 30, 2016 at 8:04 AM, Michael Niedermayer <mich...@niedermayer.cc > wrote: > On Wed, Mar 30, 2016 at 06:38:33AM +0530, Disha Singh wrote: > > The most recent patch has been attached. The lpc error persists. > > I have removed

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-29 Thread Disha Singh
The most recent patch has been attached. The lpc error persists. I have removed some patcheck errors. -Disha On Tue, Mar 29, 2016 at 6:24 AM, Michael Niedermayer <mich...@niedermayer.cc > wrote: > On Tue, Mar 29, 2016 at 03:13:50AM +0530, Disha Singh wrote: > > What is l