<?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 Re: Unified Image Codec interface and debug version of malloc/f in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900743#M12723</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;What exactly problem with conversion do you have?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
    <pubDate>Mon, 15 Jun 2009 21:55:07 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2009-06-15T21:55:07Z</dc:date>
    <item>
      <title>Unified Image Codec interface and debug version of malloc/free</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900734#M12714</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm currently trying out the Unified Image Codec interface. In debug mode my application crashes on deletion of a ImageBuffer object instance when it is built and running in debug mode. This happens both if the object is created on the heap and on the stack.&lt;BR /&gt;&lt;BR /&gt;Do you have any idea how to avoid this problem? Creating the object on the heap and not deleting it is not a good workaround I think.&lt;BR /&gt;&lt;BR /&gt;Thx for your help,&lt;BR /&gt;&lt;BR /&gt;Fabian&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 13:01:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900734#M12714</guid>
      <dc:creator>haerle</dc:creator>
      <dc:date>2009-05-19T13:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Image Codec interface and debug version of malloc/f</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900735#M12715</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hi Fabian,&lt;BR /&gt;&lt;BR /&gt;do you use the latest IPP 6.0 update 2 UIC sample?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 14:44:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900735#M12715</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-05-19T14:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Image Codec interface and debug version of malloc/f</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900736#M12716</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Hi Fabian,&lt;BR /&gt;&lt;BR /&gt;do you use the latest IPP 6.0 update 2 UIC sample?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;I am using the samples of w_ipp-samples_p_6.0.0.130. Can you tell me how to modify the makefile to compile the libraries in debug mode? This would also help me debug my application.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fabian&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 14:56:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900736#M12716</guid>
      <dc:creator>haerle</dc:creator>
      <dc:date>2009-05-19T14:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Image Codec interface and debug version of malloc/f</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900737#M12717</link>
      <description>Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;the following seems to work: I compiled the uic libaries in debug mode with the following changes in the according makefiles (e.g. ipp-samplesimage-codecsuicsrciouic_iouic_io.mak):&lt;BR /&gt;&lt;BR /&gt;- change CXXFLAGS  = /c /O2 /MD to CXXFLAGS  = /c /O2 /MDd /Zi&lt;BR /&gt;- add /DEBUG to LDFLAGS   &lt;BR /&gt;&lt;BR /&gt;Now I both have a dll version for my release compiles and my debug compiles (plus pdb files). The application doesn't crash any more.&lt;BR /&gt;&lt;BR /&gt;best,&lt;BR /&gt;&lt;BR /&gt;Fabian&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 07:20:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900737#M12717</guid>
      <dc:creator>haerle</dc:creator>
      <dc:date>2009-05-20T07:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Image Codec interface and debug version of malloc/f</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900738#M12718</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Hi Fabian,&lt;BR /&gt;&lt;BR /&gt;glad to hear you solve issue.&lt;BR /&gt;&lt;BR /&gt;Just notice, we are going to extend UIC sample with support for PNG format (based on zlib and libpng libraries optimized by IPP). Please stay tuned for upcoming IPP 6.1 release.&lt;BR /&gt;&lt;BR /&gt;Although, your feedback is important for us to better understand our customer needs.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 08:18:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900738#M12718</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-05-20T08:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Image Codec interface and debug version of malloc/f</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900739#M12719</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;Although, your feedback is important for us to better understand our customer needs.&lt;BR /&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;concerning customer needs: I would also appreciate multiplane TIFF saving with LZW and ZIP compression for 16 bit grayscale images.&lt;BR /&gt;&lt;BR /&gt;best,&lt;BR /&gt;&lt;BR /&gt;Fabian&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 10:35:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900739#M12719</guid>
      <dc:creator>haerle</dc:creator>
      <dc:date>2009-05-20T10:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Image Codec interface and debug version of malloc/f</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900740#M12720</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Thanks Fabian, we will take it into account.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Thu, 21 May 2009 11:45:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900740#M12720</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-05-21T11:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Image Codec interface and debug version of malloc/f</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900741#M12721</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;Hi Fabian,&lt;BR /&gt;&lt;BR /&gt;glad to hear you solve issue.&lt;BR /&gt;&lt;BR /&gt;Just notice, we are going to extend UIC sample with support for PNG format (based on zlib and libpng libraries optimized by IPP). Please stay tuned for upcoming IPP 6.1 release.&lt;BR /&gt;&lt;BR /&gt;Although, your feedback is important for us to better understand our customer needs.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Fabian, we put it into our feature request database and it will be considered in the future release. &lt;BR /&gt;</description>
      <pubDate>Mon, 25 May 2009 08:21:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900741#M12721</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2009-05-25T08:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Image Codec interface and debug version of malloc/f</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900742#M12722</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/21699"&gt;Chao Yu (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Fabian, we put it into our feature request database and it will be considered in the future release. &lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt; I have a problem with Conversion of BMP image to JPEG. currently i m using UIC &amp;amp; IPP 6.0. but its properly working in IJL. &lt;BR /&gt; Even the demo application also the same result while convertiong BMP image to JPEG. please help me... &lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2009 05:12:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900742#M12722</guid>
      <dc:creator>senmeganath</dc:creator>
      <dc:date>2009-06-15T05:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Image Codec interface and debug version of malloc/f</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900743#M12723</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;What exactly problem with conversion do you have?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Mon, 15 Jun 2009 21:55:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900743#M12723</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-06-15T21:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Image Codec interface and debug version of malloc/f</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900744#M12724</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/432074"&gt;senmeganath&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a problem with Conversion of BMP image to JPEG. currently i m using UIC &amp;amp; IPP 6.0. but its properly working in IJL. &lt;BR /&gt;Even the demo application also the same result while convertiong BMP image to JPEG. please help me... &lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Please also try the latest version Intel IPP 6.1 update 1 to see if this problem still persists.&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jul 2009 20:30:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Unified-Image-Codec-interface-and-debug-version-of-malloc-free/m-p/900744#M12724</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2009-07-31T20:30:21Z</dc:date>
    </item>
  </channel>
</rss>

