summaryrefslogtreecommitdiff
path: root/gst-libs/gst/d3d11
Commit message (Expand)AuthorAgeFilesLines
* d3d11bufferpool: Hide buffer_size field from headerSeungha Yang2021-08-222-6/+1
* d3d11: Disable packed and subsampled YUV formatsSeungha Yang2021-07-292-2/+17
* d3d11: Add support for GRAY and more YUV formatsSeungha Yang2021-06-232-2/+79
* libs: d3d11: Port to C++Seungha Yang2021-06-207-236/+211
* d3d11memory: Implement GstAllocator::mem_copy methodSeungha Yang2021-06-103-2/+104
* d3d11: Add support for YV12 and NV21 formatsSeungha Yang2021-06-032-3/+17
* d3d11: Suppress some warning logsSeungha Yang2021-05-291-5/+6
* d3d11memory: Protect map and unmap with device lockSeungha Yang2021-05-201-26/+31
* d3d11memory: Add trace log for debugging locking threadSeungha Yang2021-05-201-2/+10
* d3d11: Add support for BGRx and RGBx formatsSeungha Yang2021-04-212-2/+14
* Add @ prefix to enum-variant references in documentationMarijn Suijten2021-03-281-4/+4
* d3d11decoder: Resurrect zero-copy for fixed-size DPB poolSeungha Yang2021-03-242-0/+40
* d3d11: Implement memory poolSeungha Yang2021-03-246-978/+1368
* d3d11decoder: Temporarily remove zero-copy related codeSeungha Yang2021-03-242-44/+0
* gst: don't use volatile to mean atomicMatthew Waters2021-03-222-3/+3
* Revert "d3d11: Enable native multi-thread protection layer and make use of it"Seungha Yang2021-03-203-24/+17
* d3d11: Enable native multi-thread protection layer and make use of itSeungha Yang2021-03-183-17/+24
* d3d11device: Hold ID3D11VideoDevice and ID3D11VideoContext objectSeungha Yang2021-03-142-0/+88
* d3d11device: Fix wrong printf formattingSeungha Yang2021-03-111-2/+3
* d3d11memory: Fix for wrong texture_array_size returnsSeungha Yang2021-03-021-3/+3
* d3d11: Fix wrong preprocessing blocksSeungha Yang2021-03-021-5/+5
* d3d11: Add a method for conversion from DXGI format to GstVideoFormatSeungha Yang2021-02-172-0/+44
* d3d11memory: Add a method for querying texture array sizeSeungha Yang2021-02-032-0/+53
* d3d11: Suppress some warning debug messagesSeungha Yang2021-01-271-6/+13
* d3d11: Allow building UWP features with Desktop features if possibleSeungha Yang2021-01-192-6/+11
* d3d11: Move core methods to gst-libsSeungha Yang2021-01-1316-0/+4766