summaryrefslogtreecommitdiff
path: root/sys/d3d11/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* d3d11: Get rid of "extern "C"" wrapping for GST_DEBUG_CATEGORY_EXTERNSeungha Yang2021-09-171-245/+0
* d3d11: Add AV1 decoderSeungha Yang2021-06-291-0/+6
* d3d11: Remove d3d11videosink wrapper binSeungha Yang2021-04-201-5/+1
* d3d11: Port to C++Seungha Yang2021-03-141-4/+4
* d3d11: Documentation updateSeungha Yang2021-02-231-6/+0
* d3d11: Add support for deinterlacing by using ID3D11VideoProcessor interfaceSeungha Yang2021-02-171-0/+23
* d3d11: Add support for MPEG-2 video decodingSeungha Yang2021-01-251-0/+6
* d3d11: Don't use hardcoded maximum resolution valueSeungha Yang2021-01-201-62/+68
* d3d11: Move core methods to gst-libsSeungha Yang2021-01-131-20/+4
* d3d11: Remove unnecessary helper methodsSeungha Yang2020-12-231-1/+2
* d3d11: Re-implement Desktop Duplication sourceSeungha Yang2020-12-221-0/+16
* d3d11device: Add an optional flags argument for creating deviceSeungha Yang2020-12-221-2/+2
* d3d11: Introduce d3d11compositor elementSeungha Yang2020-10-161-0/+10
* d3d11convert: Add new subclasses for only color convert or resizeSeungha Yang2020-10-161-1/+5
* docs: remove gst prefix from plugin titlesMathieu Duponchelle2020-07-021-1/+1
* plugins: Update for documentation of Windows pluginsSeungha Yang2020-07-021-0/+6
* d3d11videosink: Disable d3d11videosink depending on supported feature levelSeungha Yang2020-06-251-4/+34
* d3d11: Load HLSL compiler library using g_module_openSeungha Yang2020-06-221-0/+10
* d3d11videosink: Assign primary rankSeungha Yang2020-06-031-1/+1
* d3d11: Add support for video rescale and rename element to d3d11convertSeungha Yang2020-05-191-1/+1
* d3d11decoder: Add VP8 decoder elementSeungha Yang2020-04-221-0/+6
* d3d11decoder: Register elements per GPU device with capability checkSeungha Yang2020-02-181-7/+29
* d3d11: Add video processor objectSeungha Yang2020-02-051-0/+3
* d3d11: Don't register decoders if unavailableSeungha Yang2020-01-111-6/+10
* d3d11: Add support for Universal Windows PlatformSeungha Yang2020-01-061-1/+4
* d3d11: Add h265 decoder elementSeungha Yang2019-12-311-0/+6
* d3d11: Add vp9 decoder elementSeungha Yang2019-12-311-0/+6
* d3d11: Add h264 decoder elementSeungha Yang2019-12-311-0/+19
* d3d11videosink: Add support for overlay compositionSeungha Yang2019-12-241-0/+4
* d3d11: Enable dxgi debug layer and always try to pop d3d11/dxgi debug message...Seungha Yang2019-12-241-0/+11
* d3d11: Initialize debug categories of non-GstElement implementation in plugin...Seungha Yang2019-12-051-0/+9
* d3d11colorconvert: Split color space converter to reuse codeSeungha Yang2019-12-051-0/+3
* d3d11: Split shader to reuse codeSeungha Yang2019-12-051-0/+5
* d3d11: Add d3d11videosinkbin elementSeungha Yang2019-12-051-3/+5
* d3d11: Add color space conversion element using shaderSeungha Yang2019-12-051-0/+3
* d3d11: Introduce d3d11 upload/download elementSeungha Yang2019-12-051-1/+10
* d3d11videosink: Add new Direct3D11 video render pluginSeungha Yang2019-07-081-0/+38