<?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: MPEG-2 DXVA Not Decoding in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889017#M10061</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/300631"&gt;gowthamhk&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&lt;BR /&gt;&lt;BR /&gt;I am facing a problem in making my MPEG-2 Video Decoder filter to work using DXVA (essentially hardware decoding). My system supports MPEG-2 off-host bitstream processing. Here is my problem.&lt;BR /&gt;&lt;BR /&gt;Following is the sequence of APIs I have called on XP, DXVA1.0 for MPEG2_A(probed and &lt;BR /&gt;locked for off-Host bitstream parsing):&lt;BR /&gt; &lt;BR /&gt;- BeginFrame()&lt;BR /&gt;- GetBuffer( for PictureParameter buffer)&lt;BR /&gt;- Execute() (for PictureParameter buffer)&lt;BR /&gt;- ReleaseBuffer() (for PictureParameter buffer)&lt;BR /&gt;- Loop 3 times -  (for InvQuantization, SliceControl and Bitstream data buffers sent together)&lt;BR /&gt; {    GetBuffer()&lt;BR /&gt; }&lt;BR /&gt;- Execute()&lt;BR /&gt;- Loop 3 times -  (for InvQuantization, SliceControl and Bitstream data buffers sent together)&lt;BR /&gt; {    ReleaseBuffer()&lt;BR /&gt; }&lt;BR /&gt;- EndFrame()&lt;BR /&gt;- QueryRenderStatus()&lt;BR /&gt; &lt;BR /&gt;All these APIs returned S_OK. but when I call DisplayFrame() with the same surfaceIndex, output is blank.&lt;BR /&gt; &lt;BR /&gt;Experiments carried out :&lt;BR /&gt;1. - Called BeginFrame()&lt;BR /&gt; - Got the pointer to buffer through GetBuffer() with TypeIndex as 0xFFFFFFFF and&lt;BR /&gt; BufferIndex as surfaceIndex after BeginFrame and memset with a known value. (set with value 128)&lt;BR /&gt; - Called Execute() with necessary buffers&lt;BR /&gt; - Called EndFrame()&lt;BR /&gt; - Called QueryRenderStatus()&lt;BR /&gt; - Again got the pointer to buffer through GetBuffer() and checked the values, It was not modified &lt;BR /&gt; and the value was exactly equal to what i set previously. (it was still 128)&lt;BR /&gt; &lt;BR /&gt; This means even if all the APIs return S_OK, the surfaceIndex is untouched.  I am stuck at this point.&lt;BR /&gt; &lt;BR /&gt;2. I also carried out one more experiment by sending InvQMatrix, SliceControl and bitstream data &lt;BR /&gt; buffers through separate Execute calls. We Initialized *lpPrivateOutput to 128.&lt;BR /&gt; Here lpPrivateOutput of Execute() returned '0' while sending InvQmatrix and slicecontrol buffers. &lt;BR /&gt; But when bitstream data buffer(bitstream starting from slice start code of 1st slice) was sent &lt;BR /&gt; lpPrivateOutput was not updated. Does this mean that there is some problem in sending the bitstream buffer?&lt;BR /&gt; &lt;BR /&gt;Please help me if I am missing something. If any addition information is required please let me know.&lt;BR /&gt;Any Input or thoughts is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Gowtham&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;No response from Intel???&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Oct 2009 06:22:51 GMT</pubDate>
    <dc:creator>gowthamhk</dc:creator>
    <dc:date>2009-10-29T06:22:51Z</dc:date>
    <item>
      <title>MPEG-2 DXVA Not Decoding</title>
      <link>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889016#M10060</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am facing a problem in making my MPEG-2 Video Decoder filter to work using DXVA (essentially hardware decoding). My system supports MPEG-2 off-host bitstream processing. Here is my problem.&lt;BR /&gt;&lt;BR /&gt;Following is the sequence of APIs I have called on XP, DXVA1.0 for MPEG2_A(probed and &lt;BR /&gt;locked for off-Host bitstream parsing):&lt;BR /&gt; &lt;BR /&gt;- BeginFrame()&lt;BR /&gt;- GetBuffer( for PictureParameter buffer)&lt;BR /&gt;- Execute() (for PictureParameter buffer)&lt;BR /&gt;- ReleaseBuffer() (for PictureParameter buffer)&lt;BR /&gt;- Loop 3 times -  (for InvQuantization, SliceControl and Bitstream data buffers sent together)&lt;BR /&gt; {    GetBuffer()&lt;BR /&gt; }&lt;BR /&gt;- Execute()&lt;BR /&gt;- Loop 3 times -  (for InvQuantization, SliceControl and Bitstream data buffers sent together)&lt;BR /&gt; {    ReleaseBuffer()&lt;BR /&gt; }&lt;BR /&gt;- EndFrame()&lt;BR /&gt;- QueryRenderStatus()&lt;BR /&gt; &lt;BR /&gt;All these APIs returned S_OK. but when I call DisplayFrame() with the same surfaceIndex, output is blank.&lt;BR /&gt; &lt;BR /&gt;Experiments carried out :&lt;BR /&gt;1. - Called BeginFrame()&lt;BR /&gt; - Got the pointer to buffer through GetBuffer() with TypeIndex as 0xFFFFFFFF and&lt;BR /&gt; BufferIndex as surfaceIndex after BeginFrame and memset with a known value. (set with value 128)&lt;BR /&gt; - Called Execute() with necessary buffers&lt;BR /&gt; - Called EndFrame()&lt;BR /&gt; - Called QueryRenderStatus()&lt;BR /&gt; - Again got the pointer to buffer through GetBuffer() and checked the values, It was not modified &lt;BR /&gt; and the value was exactly equal to what i set previously. (it was still 128)&lt;BR /&gt; &lt;BR /&gt; This means even if all the APIs return S_OK, the surfaceIndex is untouched.  I am stuck at this point.&lt;BR /&gt; &lt;BR /&gt;2. I also carried out one more experiment by sending InvQMatrix, SliceControl and bitstream data &lt;BR /&gt; buffers through separate Execute calls. We Initialized *lpPrivateOutput to 128.&lt;BR /&gt; Here lpPrivateOutput of Execute() returned '0' while sending InvQmatrix and slicecontrol buffers. &lt;BR /&gt; But when bitstream data buffer(bitstream starting from slice start code of 1st slice) was sent &lt;BR /&gt; lpPrivateOutput was not updated. Does this mean that there is some problem in sending the bitstream buffer?&lt;BR /&gt; &lt;BR /&gt;Please help me if I am missing something. If any addition information is required please let me know.&lt;BR /&gt;Any Input or thoughts is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Gowtham</description>
      <pubDate>Fri, 21 Aug 2009 09:49:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889016#M10060</guid>
      <dc:creator>gowthamhk</dc:creator>
      <dc:date>2009-08-21T09:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG-2 DXVA Not Decoding</title>
      <link>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889017#M10061</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/300631"&gt;gowthamhk&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&lt;BR /&gt;&lt;BR /&gt;I am facing a problem in making my MPEG-2 Video Decoder filter to work using DXVA (essentially hardware decoding). My system supports MPEG-2 off-host bitstream processing. Here is my problem.&lt;BR /&gt;&lt;BR /&gt;Following is the sequence of APIs I have called on XP, DXVA1.0 for MPEG2_A(probed and &lt;BR /&gt;locked for off-Host bitstream parsing):&lt;BR /&gt; &lt;BR /&gt;- BeginFrame()&lt;BR /&gt;- GetBuffer( for PictureParameter buffer)&lt;BR /&gt;- Execute() (for PictureParameter buffer)&lt;BR /&gt;- ReleaseBuffer() (for PictureParameter buffer)&lt;BR /&gt;- Loop 3 times -  (for InvQuantization, SliceControl and Bitstream data buffers sent together)&lt;BR /&gt; {    GetBuffer()&lt;BR /&gt; }&lt;BR /&gt;- Execute()&lt;BR /&gt;- Loop 3 times -  (for InvQuantization, SliceControl and Bitstream data buffers sent together)&lt;BR /&gt; {    ReleaseBuffer()&lt;BR /&gt; }&lt;BR /&gt;- EndFrame()&lt;BR /&gt;- QueryRenderStatus()&lt;BR /&gt; &lt;BR /&gt;All these APIs returned S_OK. but when I call DisplayFrame() with the same surfaceIndex, output is blank.&lt;BR /&gt; &lt;BR /&gt;Experiments carried out :&lt;BR /&gt;1. - Called BeginFrame()&lt;BR /&gt; - Got the pointer to buffer through GetBuffer() with TypeIndex as 0xFFFFFFFF and&lt;BR /&gt; BufferIndex as surfaceIndex after BeginFrame and memset with a known value. (set with value 128)&lt;BR /&gt; - Called Execute() with necessary buffers&lt;BR /&gt; - Called EndFrame()&lt;BR /&gt; - Called QueryRenderStatus()&lt;BR /&gt; - Again got the pointer to buffer through GetBuffer() and checked the values, It was not modified &lt;BR /&gt; and the value was exactly equal to what i set previously. (it was still 128)&lt;BR /&gt; &lt;BR /&gt; This means even if all the APIs return S_OK, the surfaceIndex is untouched.  I am stuck at this point.&lt;BR /&gt; &lt;BR /&gt;2. I also carried out one more experiment by sending InvQMatrix, SliceControl and bitstream data &lt;BR /&gt; buffers through separate Execute calls. We Initialized *lpPrivateOutput to 128.&lt;BR /&gt; Here lpPrivateOutput of Execute() returned '0' while sending InvQmatrix and slicecontrol buffers. &lt;BR /&gt; But when bitstream data buffer(bitstream starting from slice start code of 1st slice) was sent &lt;BR /&gt; lpPrivateOutput was not updated. Does this mean that there is some problem in sending the bitstream buffer?&lt;BR /&gt; &lt;BR /&gt;Please help me if I am missing something. If any addition information is required please let me know.&lt;BR /&gt;Any Input or thoughts is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Gowtham&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;No response from Intel???&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2009 06:22:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889017#M10061</guid>
      <dc:creator>gowthamhk</dc:creator>
      <dc:date>2009-10-29T06:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG-2 DXVA Not Decoding</title>
      <link>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889018#M10062</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;I got it, anyways.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Oct 2009 05:09:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889018#M10062</guid>
      <dc:creator>gowthamhk</dc:creator>
      <dc:date>2009-10-30T05:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG-2 DXVA Not Decoding</title>
      <link>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889019#M10063</link>
      <description>&lt;P&gt;Hello gowthamhk,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I'm facing a similar problem using DXVA2 in VLD MPEG2 decoding mode (the output surface is blank/green).&lt;/P&gt;
&lt;P&gt;Could you please explain how did you manage to fix the blank output problem?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2010 19:16:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889019#M10063</guid>
      <dc:creator>htq</dc:creator>
      <dc:date>2010-03-05T19:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG-2 DXVA Not Decoding</title>
      <link>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889020#M10064</link>
      <description>Add 32 for MB bit offset in SliceInfo buffer. The doc doesn't mentions it properly. And let me know.</description>
      <pubDate>Mon, 08 Mar 2010 05:18:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889020#M10064</guid>
      <dc:creator>gowthamhk</dc:creator>
      <dc:date>2010-03-08T05:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG-2 DXVA Not Decoding</title>
      <link>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889021#M10065</link>
      <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Got it working. MS should correct the doc after so many years... It seems that adding 8 for the MB bit offset and removing the slice start code prefix also works.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks again and best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2010 08:49:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889021#M10065</guid>
      <dc:creator>htq</dc:creator>
      <dc:date>2010-03-08T08:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: MPEG-2 DXVA Not Decoding</title>
      <link>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889022#M10066</link>
      <description>&lt;P&gt;WC&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Yeah. That doc is a little ambiguous at places.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2010 09:20:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889022#M10066</guid>
      <dc:creator>gowthamhk</dc:creator>
      <dc:date>2010-03-08T09:20:24Z</dc:date>
    </item>
    <item>
      <title>hello Gowtham, have you</title>
      <link>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889023#M10067</link>
      <description>hello Gowtham, have you solved the problem? I have got the similar problem.

thanks
jacky</description>
      <pubDate>Fri, 28 Sep 2012 05:03:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889023#M10067</guid>
      <dc:creator>jacky_yue</dc:creator>
      <dc:date>2012-09-28T05:03:20Z</dc:date>
    </item>
    <item>
      <title>Hi all</title>
      <link>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889024#M10068</link>
      <description>Hi all
i have the similiar problem too, anyone can help ?</description>
      <pubDate>Tue, 09 Oct 2012 02:39:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/MPEG-2-DXVA-Not-Decoding/m-p/889024#M10068</guid>
      <dc:creator>shin</dc:creator>
      <dc:date>2012-10-09T02:39:59Z</dc:date>
    </item>
  </channel>
</rss>

