Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
Announcements
For support on Altera products please visit the Altera Community Forums.
23500 Discussions

mpeg2 dxva decode issue

jchen210
Beginner
3,550 Views

Hi All,

I'm developing a mpeg2 DXVA decoder by D3D11 for DVD playback. the decoder mostly works well, but some disc have many titles, which need stop and play many times.

I have destroyed the decoder on stop, and create video decoder at the beginning of playback. sometimes crash occurs in video decoder submitting decoder buffer.

this is stack:

igd10iumd64.dll!00007fff991f96ba() Unknown

igd11dxva64.dll!00007fff4269c5b5() Unknown

igd11dxva64.dll!00007fff4269c2f2() Unknown

igd11dxva64.dll!00007fff4269cf18() Unknown

igd11dxva64.dll!00007fff4266b202() Unknown

igd11dxva64.dll!00007fff425fb0b3() Unknown

igd11dxva64.dll!00007fff4261178f() Unknown

igd11dxva64.dll!00007fff4250c323() Unknown

igd11dxva64.dll!00007fff426bd509() Unknown

igd11dxva64.dll!00007fff426a771b() Unknown

igd11dxva64.dll!00007fff4268967b() Unknown

igd11dxva64.dll!00007fff4268a996() Unknown

igd11dxva64.dll!00007fff426953d0() Unknown

d3d11.dll!CDecodeContext::SubmitBuffers() Unknown

d3d11.dll!CContext::SubmitDecoderBuffers() Unknown

d3d11_3SDKLayers.dll!NDebug::CContext::SubmitDecoderBuffers(struct ID3D11VideoDecoder *,unsigned int,struct D3D11_VIDEO_DECODER_BUFFER_DESC const *) Unknown

> MPEG2Decoder.dll!picture_data_dxva(__int64 framenum) Line 1983 C++

0 Kudos
2 Replies
jchen210
Beginner
2,623 Views

my CPU is i7-4712MQ, GPU is HD4600

0 Kudos
idata
Employee
2,623 Views

Hello julischeng,

 

 

I understand that you are having issues with the MPEG2 DXVA decoder you are developing.

 

 

Regarding this, I would recommend you to get in contact with our Intel ® Developer's Zone for assistance with this. You can contact the support by accessing the link below:

 

 

https://software.intel.com/en-us/home https://software.intel.com/en-us/home

 

 

You can register there and get the assistance you need regarding this.

 

 

 

Regards,

 

David V
0 Kudos
Reply