summaryrefslogtreecommitdiff
path: root/sys/d3d11/gstd3d11deinterlace.cpp
Commit message (Expand)AuthorAgeFilesLines
* d3d11: Get rid of "extern "C"" wrapping for GST_DEBUG_CATEGORY_EXTERNSeungha Yang2021-09-171-6/+2
* d3d11bufferpool: Hide buffer_size field from headerSeungha Yang2021-08-221-2/+11
* d3d11: Add support for GRAY and more YUV formatsSeungha Yang2021-06-231-0/+8
* d3d11: Handle device changeSeungha Yang2021-04-281-0/+66
* d3d11: Don't accept buffer pool which holds different deviceSeungha Yang2021-04-281-6/+16
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* Revert "d3d11: Enable native multi-thread protection layer and make use of it"Seungha Yang2021-03-201-0/+4
* d3d11: Enable native multi-thread protection layer and make use of itSeungha Yang2021-03-181-4/+0
* d3d11device: Hold ID3D11VideoDevice and ID3D11VideoContext objectSeungha Yang2021-03-141-16/+15
* d3d11: Port to C++Seungha Yang2021-03-141-18/+4
* d3d11: Documentation updateSeungha Yang2021-02-231-1/+41
* d3d11deinterlace: Add missing system memory caps features on templatesSeungha Yang2021-02-211-7/+26
* d3d11: Add support for deinterlacing by using ID3D11VideoProcessor interfaceSeungha Yang2021-02-171-0/+2346