gstreamer/sys/d3d11
Seungha Yang 59a1897c39 d3d11: Privatize d3d11memory implementation
Hide most of symbols of GstD3D11Memory object.
GstD3D11Memory is one of primary resource for imcoming d3d11 library
and it's expected to be a extensible feature.
Hiding implementation detail would be helpful for later use case.

Summary of this commit:
* Now all native Direct3D11 resources are private of GstD3D11Memory.
  To access native resources, getter methods need to be used
  or generic map (e.g., gst_memory_map) API should be called
  apart from some exceptional case such as d3d11decoder case.
* Various helper methods are added for GstBuffer related operations
  and in order to remove duplicated code.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1892>
2020-12-21 01:02:37 +09:00
..
gstd3d11_fwd.h d3d11: Move to G_DECLARE_FINAL_TYPE 2020-10-04 15:44:03 +00:00
gstd3d11basefilter.c plugins: Update for documentation of Windows plugins 2020-07-02 17:21:29 +02:00
gstd3d11basefilter.h d3d11: Move to G_DECLARE_FINAL_TYPE 2020-10-04 15:44:03 +00:00
gstd3d11bufferpool.c d3d11: Don't hold staging texture 2020-10-04 15:44:03 +00:00
gstd3d11bufferpool.h d3d11: Refactor d3d11 memory and dxgi format usage 2019-12-05 02:29:18 +00:00
gstd3d11colorconvert.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11colorconvert.h d3d11convert: Add new subclasses for only color convert or resize 2020-10-16 17:02:15 +00:00
gstd3d11colorconverter.c d3d11: Add support for packed 4:2:2 and 4:4:4 10bits formats 2020-11-20 02:28:54 +09:00
gstd3d11colorconverter.h d3d11colorconverter: Allow setting alpha value to use 2020-10-16 17:02:15 +00:00
gstd3d11compositor.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11compositor.h d3d11: Introduce d3d11compositor element 2020-10-16 17:02:15 +00:00
gstd3d11compositorbin.c d3d11: Introduce d3d11compositor element 2020-10-16 17:02:15 +00:00
gstd3d11compositorbin.h d3d11: Introduce d3d11compositor element 2020-10-16 17:02:15 +00:00
gstd3d11decoder.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11decoder.h d3d11h264dec: Add support for interlaced stream 2020-11-13 15:25:43 +00:00
gstd3d11device.c d3d11device: Remove optional helper methods 2020-12-21 01:02:37 +09:00
gstd3d11device.h d3d11device: Remove optional helper methods 2020-12-21 01:02:37 +09:00
gstd3d11download.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11download.h d3d11: Move to G_DECLARE_FINAL_TYPE 2020-10-04 15:44:03 +00:00
gstd3d11format.c d3d11: Add support for packed 4:2:2 and 4:4:4 10bits formats 2020-11-20 02:28:54 +09:00
gstd3d11format.h d3d11: Add support for packed 4:2:2 and 4:4:4 10bits formats 2020-11-20 02:28:54 +09:00
gstd3d11h264dec.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11h264dec.h d3d11decoder: Register elements per GPU device with capability check 2020-02-18 11:58:45 +00:00
gstd3d11h265dec.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11h265dec.h d3d11decoder: Register elements per GPU device with capability check 2020-02-18 11:58:45 +00:00
gstd3d11memory.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11memory.h d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11overlaycompositor.c d3d11device: Remove optional helper methods 2020-12-21 01:02:37 +09:00
gstd3d11overlaycompositor.h d3d11: Clarify target rect to be updated 2020-10-16 17:02:15 +00:00
gstd3d11shader.c d3d11shader: Allow drawing without shader resource view 2020-10-16 17:02:15 +00:00
gstd3d11shader.h d3d11colorconverter: Add support conversion with blending 2020-10-16 17:02:15 +00:00
gstd3d11upload.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11upload.h d3d11: Move to G_DECLARE_FINAL_TYPE 2020-10-04 15:44:03 +00:00
gstd3d11utils.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11utils.h d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11videoprocessor.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11videoprocessor.h d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11videosink.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11videosink.h d3d11: Move to G_DECLARE_FINAL_TYPE 2020-10-04 15:44:03 +00:00
gstd3d11videosinkbin.c d3d11videosink: Add a property to support rendering statistics data on window 2020-12-04 05:22:14 +09:00
gstd3d11videosinkbin.h d3d11: Move to G_DECLARE_FINAL_TYPE 2020-10-04 15:44:03 +00:00
gstd3d11vp8dec.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11vp8dec.h d3d11decoder: Add VP8 decoder element 2020-04-22 23:20:44 +00:00
gstd3d11vp9dec.c d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11vp9dec.h d3d11decoder: Register elements per GPU device with capability check 2020-02-18 11:58:45 +00:00
gstd3d11window.cpp d3d11: Privatize d3d11memory implementation 2020-12-21 01:02:37 +09:00
gstd3d11window.h d3d11videosink: Add a property to support rendering statistics data on window 2020-12-04 05:22:14 +09:00
gstd3d11window_corewindow.cpp d3d11device: Remove optional helper methods 2020-12-21 01:02:37 +09:00
gstd3d11window_corewindow.h d3d11: Add support for Universal Windows Platform 2020-01-06 20:14:51 +09:00
gstd3d11window_swapchainpanel.cpp d3d11device: Remove optional helper methods 2020-12-21 01:02:37 +09:00
gstd3d11window_swapchainpanel.h d3d11: Add support for Universal Windows Platform 2020-01-06 20:14:51 +09:00
gstd3d11window_win32.cpp d3d11device: Remove optional helper methods 2020-12-21 01:02:37 +09:00
gstd3d11window_win32.h d3d11: Add support for Universal Windows Platform 2020-01-06 20:14:51 +09:00
meson.build d3d11videosink: Add a property to support rendering statistics data on window 2020-12-04 05:22:14 +09:00
plugin.c d3d11: Introduce d3d11compositor element 2020-10-16 17:02:15 +00:00