Closed Bug 871421 Opened 11 years ago Closed 6 years ago

Support 3D video with Windows Media Foundation

Categories

(Core :: Audio/Video: Playback, defect)

x86_64
Windows 8
defect
Not set
normal

Tracking

()

RESOLVED INACTIVE

People

(Reporter: roc, Unassigned)

Details

Are these Windows 8 only, or am I reading it wrong?
You're reading it right, these APIs are Windows 8 only. Additionally I think we must be using DXVA2 via D3D11 to use these APIs, but we're using DXVA2 with D3D9, so we'd need to rework some of the video/gfx internals to use DXVA2 via D3D11 if we were to use these APIs, which isn't trivial. And then we'd still not support 3D in Win7 and Vista.
So I think the only way we could support 3D stereoscopic video is by parsing the MP4 container to determine whether a video is stereo. Hopefully that data is in the MF_MT_MPEG4_SAMPLE_DESCRIPTION blob, so we don't need to parse the entire file...
Component: Audio/Video → Audio/Video: Playback
Mass closing do to inactivity.
Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.