gstreamer/subprojects/gst-plugins-bad/sys/mediafoundation
Seungha Yang e96687d88d d3d11: Update build-time dependency
Remove all the d3d11 and dxgi header version dependent ifdef
and bump the minimum requirement to d3d11_4.h and dxgi1_6.h.
We are already failing support old Visual Studio (Windows SDK actually)
such as Visual Studio 2015. Note that our MinGW toolchain satisfies
the requirement.

From runtime point of view, this change should be fine since
we are checking OS version with IUnknown::QueryInterface()
everywhere in order to check API availability

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1684>
2022-02-11 20:01:52 +00:00
..
AsyncOperations.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfaacdec.cpp mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfaacdec.h mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfaacenc.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfaacenc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfaudiodecoder.cpp mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfaudiodecoder.h mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfaudioencoder.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfaudioencoder.h mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfcapturewinrt.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfcapturewinrt.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfdevice.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfdevice.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfh264enc.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfh264enc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfh265enc.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfh265enc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfmp3dec.cpp mediafoundation: Add support for MP3 decoding 2022-02-11 04:16:23 +09:00
gstmfmp3dec.h mediafoundation: Add support for MP3 decoding 2022-02-11 04:16:23 +09:00
gstmfmp3enc.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfmp3enc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfplatloader.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfplatloader.h mediafoundation: Use GetProcAddress() for OS version dependent symbols 2021-10-16 18:07:06 +09:00
gstmfsourceobject.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfsourceobject.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfsourcereader.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfsourcereader.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmftransform.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmftransform.h mediafoundation: Use GetProcAddress() for OS version dependent symbols 2021-10-16 18:07:06 +09:00
gstmfutils.cpp mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfutils.h mediafoundation: Add support for AAC decoding 2022-02-11 04:16:22 +09:00
gstmfvideobuffer.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfvideobuffer.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfvideoencoder.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfvideoencoder.h mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfvideosrc.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstmfvideosrc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstmfvp9enc.cpp mediafoundation: Cosmetic changes 2022-02-11 04:16:22 +09:00
gstmfvp9enc.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gststrmif.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstwin32devicewatcher.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
gstwin32devicewatcher.h mfdeviceprovider: Add support for device update 2021-09-30 06:13:07 +00:00
mediacapturewrapper.cpp mediafoundation: Port to C++ 2022-02-11 04:16:15 +09:00
mediacapturewrapper.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
meson.build mediafoundation: Add support for MP3 decoding 2022-02-11 04:16:23 +09:00
plugin.cpp d3d11: Update build-time dependency 2022-02-11 20:01:52 +00:00