gstreamer/subprojects/gst-plugins-bad/sys
Seungha Yang a040450685 d3d11compositor: Performance optimization
Removing glvideomixer-like nuance (it was initially referenced)
and rewriting element since it's not an optimal design at all
from performance point of view.

* Remove wrapper bin (and internal conversion/upload/download elements)
  which will waste CPU/GPU resources. Conversion/blending can be done by the
  d3d11compositor element at once.
* Add support YUV blending without RGB conversion.
  The RGB <-> YUV conversion is completely unnecessary since YUV textures
  support blending as well.
* Remove complicated blending operation properties since it's hard
  to use from application point of view. Instead, adding "operator" property
  like what compositor element does.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2631>
2022-06-20 19:18:53 +00:00
..
amfcodec amfencoder: always empty the queue when pushing output samples 2022-06-01 18:19:09 +02:00
androidmedia amc: Add H.265 encoder mapping. 2022-06-08 03:25:13 +00:00
applemedia avfvideosrc: fix wrong framerate selected for caps 2022-05-13 19:38:45 +00:00
asio Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
bluez Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
d3d11 d3d11compositor: Performance optimization 2022-06-20 19:18:53 +00:00
d3dvideosink d3dvideosink: Remove outdated comment 2022-04-18 20:27:34 +00:00
decklink decklinkvideosink: Fix selection of > PAL widescreen modes 2022-06-15 13:23:51 +00:00
directshow directshow: Fix for uninitialized debug category warning 2022-05-30 12:00:43 +00:00
directsound Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
dvb Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
fbdev Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
ipcpipeline ipcpipeline: fix crash and error on windows with SOCKET or _pipe() 2022-03-01 06:31:51 +00:00
kms Port plugins to gst_video_format_info_extrapolate_stride() 2022-02-20 22:32:55 +00:00
magicleap magicleap: update lumin_rt libraries names to the latest official version 2021-11-05 16:21:34 +00:00
mediafoundation mfvideoencoder: Handle dynamic property update 2022-05-28 23:12:53 +09:00
msdk msdkdec: Decoder should use its own pool when downstream allocator is not recognizable 2022-06-08 02:48:53 +00:00
nvcodec nvh264dec,nvh265dec: Don't realloc bitstream buffer per slice 2022-05-05 12:15:27 +00:00
opensles Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
qsv qsvh264dec: Use newly added avcC data parsing API 2022-06-15 19:58:59 +00:00
shm meson: check for libsocket and libnsl 2022-02-17 18:44:49 +00:00
tinyalsa Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
uvch264 Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
v4l2codecs v4l2codecs: Add P010 pixel format 2022-06-13 16:44:29 +02:00
va va: basedec: Select output format with the used chroma in decoder. 2022-06-15 00:00:53 +00:00
wasapi Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
wasapi2 wasapi2: Fix for device open failure on old OS 2022-01-20 23:04:46 +09:00
wic meson: wic: Fix typo 2022-03-04 04:18:06 +09:00
winks Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
winscreencap winscreencap: Remove dxgiscreencapsrc element 2022-02-20 20:04:05 +00:00
meson.build amfcodec: Add support for h264/h265 encoding 2022-04-08 17:59:12 +00:00