<?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: Using MPEG-4 Decoder in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953725#M18802</link>
    <description>&lt;P&gt;Hi Scott,&lt;/P&gt;
&lt;P&gt;well, seems we have documentation issue here, it need to be addressed to the next release.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 25 Jan 2006 07:54:52 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2006-01-25T07:54:52Z</dc:date>
    <item>
      <title>Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953723#M18800</link>
      <description>I'm trying to build my own application based on the UMC framework from the IPP Media Samples, v5.0.017.  I can play AVI and MP4 files using simple_player, and MJPEG AVIs play fine with the UMC example (from the UMC manual).  But when I change the UMC example to use MPEG4VideoDecoder instead of MJPEGVideoDecoder, the program runs, seeming to process every frame, however not one frame is decoded for rendering.  I'm not surprised that the MPEG4 decoder needs to be treated differently from the MJPEG decoder, but after searching for the last 3 days through simple_player.cpp, avsync.cpp, codec_pipeline.cpp, and umc_mpeg4_video_decoder.cpp, I'm still at a loss as to what I should do to get the MPEG4 decoder to work.  &lt;BR /&gt;&lt;BR /&gt;Any suggestions would be greatly appreciated!&lt;BR /&gt;Scott&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;P.S.  As further note for when Intel updates the documentation: FIOReader is not built by default on Linux for IA32.  The UMC example depends on FIOReader and thus cannot be built without modification.  Changing FIOReader to FileReader works, but I don't know what difference (if any) this makes.&lt;P&gt;Message Edited by sdhays@neon.com.tw on &lt;SPAN class="date_text"&gt;01-19-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;06:35 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2006 11:56:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953723#M18800</guid>
      <dc:creator>sdhays</dc:creator>
      <dc:date>2006-01-19T11:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953724#M18801</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am currently trying to decode the mpeg4 byte stream that comes directly from the GetFrame() method of the ipp mpeg-4 encoder, so we might look for the same thing.&lt;BR /&gt;Currently I am on the verge of dissecting codec_pipeline to find out how to feed the decoder correctly so it produces complete images.&lt;BR /&gt;&lt;BR /&gt;However, when I feed the MPEG-4 decoder with what I get from the encoder, the decoder just produces some bytes of unusable data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I guess what plays into it, is the way data comes in to the decoder. I am currently thinking this way:&lt;BR /&gt;* The MPEG-4 Stream does not consist of complete images side-by-side like the MJPEG stream does.&lt;BR /&gt;&lt;BR /&gt;* This means that the MPEG-4 decoder needs some 'brain' containing the last image to produce the next image with the new bits of information coming in.&lt;BR /&gt;&lt;BR /&gt;* Either this 'brain' is in the decoder itself, or it must be in the pipeline.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One thing I will try now for testing is to feed only I-Frames to the decoder, practically emulating MJPEG with that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rhy&lt;P&gt;Message Edited by Rhy on &lt;SPAN class="date_text"&gt;01-20-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;01:49 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2006 17:28:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953724#M18801</guid>
      <dc:creator>rhy</dc:creator>
      <dc:date>2006-01-20T17:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953725#M18802</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;
&lt;P&gt;well, seems we have documentation issue here, it need to be addressed to the next release.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Jan 2006 07:54:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953725#M18802</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-01-25T07:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953726#M18803</link>
      <description>Hi, Rhy.  Did you ever get the MPEG-4 decoder to work separate from CodecPipeline?&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Thu, 26 Jan 2006 09:53:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953726#M18803</guid>
      <dc:creator>sdhays</dc:creator>
      <dc:date>2006-01-26T09:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953727#M18804</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;
&lt;P&gt;as a variant, I can suggest you to take a look on umc-manual.pdf file, chapter 3, Base Classess, Example of UMC Base Classes Usage. There is a simple example of Motion JPEG decoder from AVI to YUV file. It should not be too difficult to replace MJPEG related staff with MPEG4 staff. Just formal approach should work, replace included header files and change object names and you should get very simple MPEG4 decoder.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 04 Feb 2006 01:20:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953727#M18804</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-02-04T01:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953728#M18805</link>
      <description>That's exactly what I did, but it didn't work which is why I posted in the first place.  It's my understanding that Rhy was having trouble getting it to work as well.  So, I'm wondering what other steps are necessary for the MPEG4 decoder.&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Sun, 05 Feb 2006 11:34:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953728#M18805</guid>
      <dc:creator>sdhays</dc:creator>
      <dc:date>2006-02-05T11:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953729#M18806</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi Scott,&lt;/P&gt;
&lt;P&gt;Sorry, I forget to mention, in case of MPEG4 you need to replace YUY2 to YV12 in decoder initialization. Wetested this and it is work. Let me know if I need to upload modified sample here&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2006 15:26:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953729#M18806</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-02-06T15:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953730#M18807</link>
      <description>Thanks, Vladimir.  I tried your suggestion, changing VDecPrams.cformat to UMC::YV12.  This still just gives me an empty output file.  Could you please attach your working example so that I can see what I'm doing wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help!&lt;BR /&gt;Scott</description>
      <pubDate>Tue, 07 Feb 2006 10:52:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953730#M18807</guid>
      <dc:creator>sdhays</dc:creator>
      <dc:date>2006-02-07T10:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953731#M18808</link>
      <description>&lt;P&gt;Scott,&lt;/P&gt;
&lt;P&gt;you changed code on &lt;FONT color="#0000ff" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;page&lt;FONT face="Arial CYR" color="#0000ff" size="2"&gt; 3-99&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;, line 18&lt;/FONT&gt;&lt;/P&gt;&lt;FONT face="Courier New CYR" size="1"&gt;
&lt;P&gt;VDecParams.cformat = UMC::&lt;/P&gt;&lt;/FONT&gt;&lt;FONT face="Courier New CYR" color="#ff0000" size="1"&gt;Y&lt;/FONT&gt;&lt;FONT face="Courier New" color="#ff0000" size="1"&gt;UY2&lt;/FONT&gt;&lt;FONT face="Courier New CYR" size="1"&gt;;&lt;/FONT&gt;&lt;FONT face="Courier New" size="1"&gt; -&amp;gt; &lt;/FONT&gt;&lt;FONT face="Courier New CYR" size="1"&gt;VDecParams.cformat = UMC::&lt;/FONT&gt;&lt;FONT face="Courier New CYR" color="#ff0000" size="1"&gt;YV12&lt;/FONT&gt;&lt;FONT face="Courier New CYR" size="1"&gt;;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;
&lt;DIV&gt;and this does not work for MPEG4VideoDecoder?&lt;/DIV&gt;
&lt;DIV&gt;Ok, I'll attach sample in day or two.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2006 06:09:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953731#M18808</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-02-09T06:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953732#M18809</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Please find modified umc_doc_example in attached archive. In this sample all references to MJPEG were changed to MPEG4 and initialization was corrected for MPEG4 decoder. Please try and we will be glad to get any feedback from you regarding UMC media sample and MPEG4 decoder&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;&lt;P&gt;Message Edited by vdudnik on &lt;SPAN class="date_text"&gt;02-10-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:07 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2006 03:06:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953732#M18809</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-02-11T03:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953733#M18810</link>
      <description>&lt;P&gt;Thank you for posting your sample, but unfortunately it produces the same results as my own update to the UMC example.  It seems to decode, but it simply doesn't save anything to output.yuv.  I've compiled this on Windows and Linux (on Linux, I changed FIOReader calls to FileReader calls).  The results were the same.  I used AVI files with MPEG4 data from different encoders, including one generated by video_enc_con.  All of the AVI files I tested work with simple_player but not with the sample program.  Very strange.&lt;/P&gt;
&lt;P&gt;I did have to make some changes to the Visual Studio project in order to get this sample to build.  But that shouldn't make a difference since I just added include lines to the compiler command and library paths to the linker command.  I didn't touch the source code except for when I tried it on Linux (as mentioned above).&lt;/P&gt;
&lt;P&gt;If you have any other suggestions, please let me know.  Thanks again for helping me out with this!&lt;/P&gt;
&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;Message Edited by sdhays@neon.com.tw on &lt;SPAN class="date_text"&gt;02-15-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;04:32 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2006 16:30:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953733#M18810</guid>
      <dc:creator>sdhays</dc:creator>
      <dc:date>2006-02-15T16:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953734#M18811</link>
      <description>I tested also the umc_doc_examples.zip in Windows XP but my problem is that this sample crash in the first GetNextVideoData():&lt;BR /&gt;&lt;BR /&gt;// decoding &amp;amp; rendering loop (frame by frame)&lt;BR /&gt;  while(umcRes == UMC::UMC_OK || umcRes == UMC::UMC_NOT_ENOUGH_DATA)&lt;BR /&gt;  {&lt;BR /&gt;    umcRes = avi_spl.GetNextVideoData(&amp;amp;in); -&amp;gt; crash !!!&lt;BR /&gt;    if (umcRes != UMC::UMC_OK)&lt;BR /&gt;      break;&lt;BR /&gt;&lt;BR /&gt;The error returned  in release version is:&lt;BR /&gt;runtime error R6016&lt;BR /&gt;- not enough space for thread data&lt;BR /&gt;&lt;BR /&gt;I tried to decode an avi generated with XVID or DIVX codec and I dont known if this is the problem, Can I decode videos encoded with these codecs with the IPP MPEG-4 decoder?&lt;BR /&gt;&lt;BR /&gt;Could you help me, please ?&lt;BR /&gt;&lt;BR /&gt;Thanks you very much in advance !!&lt;BR /&gt;&lt;BR /&gt;PS: I attach you the video that Im using in my tests &lt;BR /&gt;&lt;BR /&gt;Jordi.</description>
      <pubDate>Sat, 18 Feb 2006 19:12:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953734#M18811</guid>
      <dc:creator>jordimitja</dc:creator>
      <dc:date>2006-02-18T19:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953735#M18812</link>
      <description>&lt;P&gt;I solved the problem, Im using visual c++ 6 and I see that I forgot in the project setting -&amp;gt;code generation-&amp;gt; use runtime library, select multithreaded DLL  insteadof single threaded.&lt;/P&gt;
&lt;P&gt;Im sorry if I spent your time.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Feb 2006 16:02:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953735#M18812</guid>
      <dc:creator>jordimitja</dc:creator>
      <dc:date>2006-02-20T16:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953736#M18813</link>
      <description>So when you decode the file you posted, you get a file "output.yuv" that has your decoded video?  No matter what file I try this with (including the one you posted), decoding SEEMS to work, but I always just end up with an empty (size 0) output.yuv. &lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Tue, 21 Feb 2006 14:02:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953736#M18813</guid>
      <dc:creator>sdhays</dc:creator>
      <dc:date>2006-02-21T14:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953737#M18814</link>
      <description>I obtain the same result that you say in your mail a output.yuv file with size 0. I tried to get the output data with out.GetDataPointer() but I see that this pointer is NULL. With the sample player it works correctly but not with all the MPEG-4 avi files that I tested, I have any problems getting the avi information from some avi files. When I run the sample player shows:&lt;BR /&gt;&lt;BR /&gt;Stream Type  :          AVI&lt;BR /&gt;Video Info   :&lt;BR /&gt;-Video Type  :          UNDEF&lt;BR /&gt;-Resolution  :          0x0&lt;BR /&gt;-Frame Rate  :          0.00&lt;BR /&gt;Audio Info   :&lt;BR /&gt;-Audio Type  :          UNDEF&lt;BR /&gt;-S.Frequency :          0&lt;BR /&gt;-Num.Channel :          0&lt;BR /&gt;-BitPerSample:          0&lt;BR /&gt;&lt;BR /&gt;Could you test it please and tell me what is it wrong in this file? Is the avifile header wrong ?&lt;BR /&gt;&lt;BR /&gt;I attached a bad avifile.</description>
      <pubDate>Tue, 21 Feb 2006 15:55:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953737#M18814</guid>
      <dc:creator>jordimitja</dc:creator>
      <dc:date>2006-02-21T15:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953738#M18815</link>
      <description>I'm sorry that it's not working for you, but I'm glad to hear that I'm not the only one having trouble getting this sample to work. ;-)  I tried your AVI.  I get the same result, but remuxing it with ffmpeg let it play okay, albeit a bit fast.  So the problem, whatever it is, is in you AVI header.&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Tue, 21 Feb 2006 16:22:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953738#M18815</guid>
      <dc:creator>sdhays</dc:creator>
      <dc:date>2006-02-21T16:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953739#M18816</link>
      <description>Ok, Thank you very much for your test. I see also that If I reencode this avi using the Virtualdub the generated avi works perfectly. The problem its that I have a lot of avis (I generated this avis using the project avifile lib from sourceforge) and I tested these avis with a lot of players and I never had any problems. I would like to known what is it wrong in the header? You can test this avi with any video player and it works perfectly.&lt;BR /&gt;&lt;BR /&gt;Jordi.</description>
      <pubDate>Tue, 21 Feb 2006 16:58:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953739#M18816</guid>
      <dc:creator>jordimitja</dc:creator>
      <dc:date>2006-02-21T16:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953740#M18817</link>
      <description>I've the same problem. Is there something wrong with ipp5.0?</description>
      <pubDate>Sat, 25 Feb 2006 15:27:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953740#M18817</guid>
      <dc:creator>walkdeath</dc:creator>
      <dc:date>2006-02-25T15:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953741#M18818</link>
      <description>But strangly, the simpleplayer can play mpeg4-encoded avi file well... I don't know why...</description>
      <pubDate>Sat, 25 Feb 2006 15:33:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953741#M18818</guid>
      <dc:creator>walkdeath</dc:creator>
      <dc:date>2006-02-25T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using MPEG-4 Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953742#M18819</link>
      <description>Vladimir, can you confirm that this sample works for you on MPEG4 AVI's?  None of us seem to be able to get it to work.  From my debugging, it seems that it's the MPEG4 decoder that's not producing anything, not any other part of the tool chain, but I still don't see why.  This is much more strange if it works for you but not for us.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Scott</description>
      <pubDate>Mon, 27 Feb 2006 16:22:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Using-MPEG-4-Decoder/m-p/953742#M18819</guid>
      <dc:creator>sdhays</dc:creator>
      <dc:date>2006-02-27T16:22:08Z</dc:date>
    </item>
  </channel>
</rss>

