<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic AAC encoder -- Seg Fault on second time GetFrame is called. in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/AAC-encoder-Seg-Fault-on-second-time-GetFrame-is-called/m-p/870997#M8931</link>
    <description>I am using IPP sample code 6.1.0.047. I compliled all the libraries and use them in my project.&lt;BR /&gt;I am running on linux Ubuntu.&lt;BR /&gt;&lt;BR /&gt;Here are my Aac Params:&lt;BR /&gt;&lt;BR /&gt; aacParams.m_info_in.sample_frequency = 48000;&lt;BR /&gt; aacParams.m_info_in.channels = 2;&lt;BR /&gt; aacParams.m_info_in.bitPerSample = 16;&lt;BR /&gt;&lt;BR /&gt; aacParams.numThreads = iThreads;&lt;BR /&gt; aacParams.level = NULL;&lt;BR /&gt; aacParams.audioObjectType = AOT_AAC_LC;&lt;BR /&gt; aacParams.auxAudioObjectType = AOT_UNDEF;&lt;BR /&gt;&lt;BR /&gt; aacParams.stereo_mode = UMC_AAC_LR_STEREO;&lt;BR /&gt; aacParams.ns_mode = 1;&lt;BR /&gt; aacParams.outputFormat = UMC_AAC_ADTS;&lt;BR /&gt;&lt;BR /&gt; aacParams.m_info_out.bitrate = bRate;&lt;BR /&gt; aacParams.m_info_out.stream_type = UMC::AAC_MPEG4_STREAM;&lt;BR /&gt; aacParams.m_info_out.stream_subtype = UMC::AAC_LC_PROFILE;&lt;BR /&gt;&lt;BR /&gt;the ecoder Initializes OK, encodes the first suggested Input size (4096) ok. it returns 19-20 bytes.&lt;BR /&gt;I reset DataIn and DataOut for next 4096 bytes and it get a Segmentation Fault in the GetFrame() call.&lt;BR /&gt;&lt;BR /&gt;I have changed the parameter settings, have changed the buffer sizes to be to big, I don't know what to try next.&lt;BR /&gt;I have another encoder H264 which works just fine, the code is very similar to the aac encoder. &lt;BR /&gt;&lt;BR /&gt;btw- I did have this working fine in windows, not sure what changed, my code, IPP libraries, sample code, ????&lt;BR /&gt;&lt;BR /&gt;has anyone run into the same problem? Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks for your time&lt;BR /&gt;Phil&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Sep 2009 17:01:07 GMT</pubDate>
    <dc:creator>ppmenlove</dc:creator>
    <dc:date>2009-09-14T17:01:07Z</dc:date>
    <item>
      <title>AAC encoder -- Seg Fault on second time GetFrame is called.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/AAC-encoder-Seg-Fault-on-second-time-GetFrame-is-called/m-p/870997#M8931</link>
      <description>I am using IPP sample code 6.1.0.047. I compliled all the libraries and use them in my project.&lt;BR /&gt;I am running on linux Ubuntu.&lt;BR /&gt;&lt;BR /&gt;Here are my Aac Params:&lt;BR /&gt;&lt;BR /&gt; aacParams.m_info_in.sample_frequency = 48000;&lt;BR /&gt; aacParams.m_info_in.channels = 2;&lt;BR /&gt; aacParams.m_info_in.bitPerSample = 16;&lt;BR /&gt;&lt;BR /&gt; aacParams.numThreads = iThreads;&lt;BR /&gt; aacParams.level = NULL;&lt;BR /&gt; aacParams.audioObjectType = AOT_AAC_LC;&lt;BR /&gt; aacParams.auxAudioObjectType = AOT_UNDEF;&lt;BR /&gt;&lt;BR /&gt; aacParams.stereo_mode = UMC_AAC_LR_STEREO;&lt;BR /&gt; aacParams.ns_mode = 1;&lt;BR /&gt; aacParams.outputFormat = UMC_AAC_ADTS;&lt;BR /&gt;&lt;BR /&gt; aacParams.m_info_out.bitrate = bRate;&lt;BR /&gt; aacParams.m_info_out.stream_type = UMC::AAC_MPEG4_STREAM;&lt;BR /&gt; aacParams.m_info_out.stream_subtype = UMC::AAC_LC_PROFILE;&lt;BR /&gt;&lt;BR /&gt;the ecoder Initializes OK, encodes the first suggested Input size (4096) ok. it returns 19-20 bytes.&lt;BR /&gt;I reset DataIn and DataOut for next 4096 bytes and it get a Segmentation Fault in the GetFrame() call.&lt;BR /&gt;&lt;BR /&gt;I have changed the parameter settings, have changed the buffer sizes to be to big, I don't know what to try next.&lt;BR /&gt;I have another encoder H264 which works just fine, the code is very similar to the aac encoder. &lt;BR /&gt;&lt;BR /&gt;btw- I did have this working fine in windows, not sure what changed, my code, IPP libraries, sample code, ????&lt;BR /&gt;&lt;BR /&gt;has anyone run into the same problem? Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks for your time&lt;BR /&gt;Phil&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Sep 2009 17:01:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/AAC-encoder-Seg-Fault-on-second-time-GetFrame-is-called/m-p/870997#M8931</guid>
      <dc:creator>ppmenlove</dc:creator>
      <dc:date>2009-09-14T17:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: AAC encoder -- Seg Fault on second time GetFrame is called.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/AAC-encoder-Seg-Fault-on-second-time-GetFrame-is-called/m-p/870998#M8932</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I finally got this thing to work. I used aac_enc_int library and include files instead of aac_enc library and includes.&lt;BR /&gt;Not sure why one works and the other does not..&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me what the difference is? &lt;BR /&gt;</description>
      <pubDate>Wed, 16 Sep 2009 20:57:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/AAC-encoder-Seg-Fault-on-second-time-GetFrame-is-called/m-p/870998#M8932</guid>
      <dc:creator>ppmenlove</dc:creator>
      <dc:date>2009-09-16T20:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: AAC encoder -- Seg Fault on second time GetFrame is called.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/AAC-encoder-Seg-Fault-on-second-time-GetFrame-is-called/m-p/870999#M8933</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hello Phil,&lt;BR /&gt;&lt;BR /&gt;I've submitted your question to engineering. Will post a reply when it becomes available.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Paul&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 21:15:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/AAC-encoder-Seg-Fault-on-second-time-GetFrame-is-called/m-p/870999#M8933</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2009-09-18T21:15:32Z</dc:date>
    </item>
  </channel>
</rss>

