RE: Arago Kerenel w/ codec_engine_2_00_01 issues?

2010-01-05 Thread Paul Stuart
From: Tivy, Robert [rt...@ti.com] Sent: Monday, January 04, 2010 6:07 PM To: Paul Stuart; davinci-linux-open-source@linux.davincidsp.com Subject: RE: Arago Kerenel w/ codec_engine_2_00_01 issues? Generally, user-level code doesn't care much about the kernel version, and CE itself is all user

RE: Arago Kerenel w/ codec_engine_2_00_01 issues?

2010-01-05 Thread Ring, Chris
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, LinuxUtils, et al a whirl and see what happens. The strange thing

RE: Arago Kerenel w/ codec_engine_2_00_01 issues?

2010-01-05 Thread Tivy, Robert
@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, and mp3 encode/decode all load without complaint. It's

RE: Arago Kerenel w/ codec_engine_2_00_01 issues?

2010-01-05 Thread Paul Stuart
-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 DSKT2... the warning msg

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.

Re: Arago Kerenel w/ codec_engine_2_00_01 issues?

2009-12-31 Thread Raffaele Recalcati
2009/12/31 Paul Stuart paul_stu...@seektech.com: 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