RE: Arago Kerenel w/ codec_engine_2_00_01 issues?

2010-01-05 Thread Paul Stuart
inci-linux-open-source@linux.davincidsp.com Subject: RE: Arago Kerenel w/ codec_engine_2_00_01 issues? First, it looks like your on a DM355 or DM365 as this codec is 'local' (i.e. running on the same processor as your app). That helps eliminate some complexity (e.g. no DSP Link, and no

RE: Arago Kerenel w/ codec_engine_2_00_01 issues?

2010-01-05 Thread Tivy, Robert
-open-source@linux.davincidsp.com > Subject: RE: Arago Kerenel w/ codec_engine_2_00_01 issues? > > Thanks for the response! > > I'll give the latest CMEM, LinuxUtils, et al a whirl and see > what happens. The strange thing is that the mpeg4 decoder, > jpeg encode/decode,

RE: Arago Kerenel w/ codec_engine_2_00_01 issues?

2010-01-05 Thread Ring, Chris
cidsp.com ] On Behalf Of Paul Stuart > Sent: Tuesday, January 05, 2010 7:26 AM > To: Tivy, Robert; davinci-linux-open-source@linux.davincidsp.com > Subject: RE: Arago Kerenel w/ codec_engine_2_00_01 issues? > > Thanks for the response! > > I'll give the latest CMEM, LinuxUt

RE: Arago Kerenel w/ codec_engine_2_00_01 issues?

2010-01-05 Thread Paul Stuart
strange that the last error from the Codec engine is 0x0 (mpeg4enc (0x0)), not sure why it would fail to initialize the algorithm and still return no error. I appreciate the help! Paul ____________ From: Tivy, Robert [rt...@ti.com] Sent: Monday, January 04, 20

RE: Arago Kerenel w/ codec_engine_2_00_01 issues?

2010-01-04 Thread Tivy, Robert
Generally, user-level code doesn't care much about the kernel version, and CE itself is all user-level code. Since CE encapsulates other packages that do contain kernel modules (which do care about kernel version), such as CMEM in LinuxUtils and DSPLink, the problem probably is with those. The

Re: Arago Kerenel w/ codec_engine_2_00_01 issues?

2009-12-31 Thread Raffaele Recalcati
2009/12/31 Paul Stuart : > Hi There, >  Wondering if there is any magic that has to happen to make the dvsdk's codec > engine (2_00_01) play with the arago kernel (2.6.26)? Everything compiles > fine, but my app can't open the mpeg4enc video encode algorithm. > Thanks, > Paul I'm not familiar wi