va: Fix struct empty initialization syntax
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / sys / d3d11 /
2023-05-11 Seungha Yangd3d11videosink: Don't clear prepared buffer on unlock_s...
2023-04-27 Seungha Yangd3d11videosink: Fix for ignored initial render rectangle
2023-04-21 Seungha Yangd3d11compositor: Skip zero alpha input
2023-04-17 Seungha Yangd3d11compositor: Reconfigure resource only when output...
2023-04-14 Aleksandr Slobodeniukd3d11videosink: fix race conditions in win32 window
2023-04-14 Seungha Yangd3d11videosink: Enhancement for initial window size...
2023-04-10 Wang Chuangstd3d11window: fix memory leak
2023-03-16 Seungha Yangd3d11videosink: Fix tearing in case of fullscreen mode
2023-03-16 Seungha Yangd3d11compositor: Fix composition error on release_pad()
2023-02-23 Célestin Marotd3d11overlaycompositor: fix texture width and height
2023-02-21 Seungha Yangd3d11videosink: Fix rendering on external handle
2023-01-23 Seungha Yangd3d11compositor: Workaround blending artifacts on Intel...
2022-12-17 Seungha Yangd3d11videosink: Fixing focus lost on desktop layout...
2022-12-16 Seungha Yangd3d11videosink: Move potentially time-consuming operati...
2022-12-16 Seungha Yangd3d11videosink: Call ShowWindow() from window thread
2022-12-15 Seungha Yangd3d11videosink: Fix deadlock when parent window is...
2022-12-02 Seungha Yangd3d11av1dec: Promote rank to primary + 1
2022-11-28 Seungha Yangd3d11: Use correct ref/unref methods
2022-11-16 Seungha Yangd3d11decoder: Handle input caps change
2022-11-11 Seungha Yangmeson: d3d11: Clarify the message for WGC support check
2022-11-11 Seungha Yangd3d11screencapturesrc: Fix build error with MSVC x86
2022-11-09 Seungha Yangd3d11screencapturesrc: Specify PAR 1/1 to template...
2022-11-05 Seungha Yangd3d11videosink: Always clear back buffer on resize
2022-10-31 Seungha Yangd3d11decoder: Fix for VP9 decoding with odd resolution
2022-10-31 Seungha Yangd3d11vp9dec: Disallow Profile2 12bits stream
2022-10-24 Seungha Yangd3d11: Update for documentation
2022-10-24 Seungha Yangd3d11: Run indent
2022-10-21 Seungha Yangd3d11screencapture: Add WinRT API based capture mode
2022-10-21 Seungha Yangd3d11screencapture: Subclassing capture implementation
2022-10-18 Seungha Yangd3d11videosink: Add "emit-present" property
2022-09-01 Thibault Sauniermeson: Call pkgconfig.generate in the loop where we...
2022-08-27 Seungha Yangd3d11: Update library doc
2022-08-24 Seungha Yangd3d11videosink: Add display-format property
2022-08-24 Seungha Yangd3d11videosink: Add present signal
2022-08-18 Seungha Yangd3d11: Use CRITICAL_SECTION instead of GRecMutex
2022-08-15 Seungha Yangd3d11decoder: Do timer based DecoderBeginFrame retry
2022-08-14 Seungha Yangd3d11decoder: Do not use miniobject qdata
2022-08-12 Corentin Dammand3d11window: fix DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING...
2022-08-08 Seungha Yangd3d11: Use WIN32 API directly for locking with RAII...
2022-08-06 Seungha Yangd3d11: Don't find global default allocator
2022-08-06 Seungha Yangd3d11: Use std::call_once()
2022-08-03 Seungha Yangd3d11compositor: Add gamma-mode and primaries-mode...
2022-08-03 Seungha Yangd3d11videosink: Add gamma-mode and primaries-mode prope...
2022-08-03 Seungha Yangd3d11convert: Add gamma-mode and primaries-mode properties
2022-08-02 Seungha Yangd3d11videosink: Translate mouse position
2022-08-02 Seungha Yangd3d11videosink: Early terminate mouse/keyboard event...
2022-07-23 Seungha Yangd3d11: Port to GstD3D11Fence
2022-07-21 Seungha Yangd3d11compositor: Add support for crop meta
2022-07-21 Seungha Yangd3d11: Move GstD3D11Converter to gst-libs
2022-07-19 Seungha Yangd3d11converter: Use GstStructure to set initialization...
2022-07-19 Seungha Yangd3d11converter: Use primaries and transfer function...
2022-07-19 Seungha Yangd3d11format: Move DXGI color space mapping method to...
2022-07-18 Seungha Yangd3d11convert: Use new colorimetry compare function
2022-07-17 Seungha Yangd3d11testsrc: Fix SMPTE pattern rendering
2022-07-14 Seungha Yangd3d11: Move HLSL compiler to gst-libs
2022-07-08 Seungha Yangd3d11: Use scoped device lock
2022-07-08 Seungha Yangd3d11screencapturesrc: Set colorimetry to caps
2022-07-08 Seungha Yangd3d11: Update colorspace map
2022-07-08 Seungha Yangd3d11: Add an utility method for DXGI colorspace conversion
2022-07-04 Seungha Yangd3d11converter: Remove convert() method
2022-07-04 Seungha Yangd3d11testsrc: Use convert_buffer() method
2022-07-04 Seungha Yangd3d11: Remove video processor
2022-07-04 Seungha Yangd3d11memory: Update alloc_wrapped() API to avoid stagin...
2022-07-02 Seungha Yangd3d11videosink: Add support for rotation
2022-07-02 Seungha Yangd3d11videosink: Protect window with lock at every place
2022-07-02 Seungha Yangd3d11convert: Add support for GstVideoOrientationMethod
2022-07-02 Seungha Yangd3d11converter: Add support for GstVideoOrientationMethod
2022-07-01 Seungha Yangd3d11videosink: Use single GstD3D11Converter object
2022-07-01 Seungha Yangd3d11: Use library private header in plugin
2022-07-01 Seungha Yangd3d11compositor: Use single GstD3D11Converter object
2022-07-01 Seungha Yangd3d11convert: Add border-color property
2022-07-01 Seungha Yangd3d11convert: Use single GstD3D11Converter object
2022-07-01 Seungha Yangd3d11converter: Add support conversion using videoprocessor
2022-07-01 Seungha Yangd3d11overlaycompositor: Objectify overlay render implem...
2022-07-01 Seungha Yangd3d11: Don't use const pointer to GstDxgiColorSpace
2022-06-29 Seungha Yangd3d11convert: Add support for GstVideoCropMeta
2022-06-29 Seungha Yangd3d11videosink: Fix for force-aspect-ratio setting...
2022-06-27 Seungha Yangd3d11: Enumerate devices via native DXGI API
2022-06-27 Seungha Yangd3d11: Update gst_d3d11_allocation_params_new() interface
2022-06-23 Seungha Yangd3d11: Revert staging buffer pool implementation
2022-06-23 Seungha Yangd3d11decoder: Fix texture download
2022-06-21 Seungha Yangd3d11: Fix some typos
2022-06-20 Seungha Yangd3d11compositor: Performance optimization
2022-06-20 Seungha Yangd3d11converter: Fix alpha factor update
2022-06-18 Seungha Yangd3d11decoder: Check 16K resolution support
2022-06-17 Seungha Yangd3d11decoder: Add support for non-zero crop-{x,y} position
2022-06-17 Seungha Yangd3d11converter: Implement filling border color
2022-06-17 Seungha Yangd3d11converter: Objectify converter
2022-06-17 Seungha Yangd3d11shader: Remove GstD3D11Quad helper object
2022-06-17 Seungha Yangd3d11compositor: Don't use GstD3D11Quad
2022-06-17 Seungha Yangd3d11overlaycompositor: Fix HLSL compiler warning
2022-06-13 Seungha Yangd3d11converter: Add support for colorimetry conversion
2022-06-13 Seungha Yangd3d11convert: Don't passthrough if colorimetry conversi...
2022-06-13 Seungha Yangd3d11window: Use SDR colorspace whenever possible
2022-06-13 Seungha Yangd3d11converter: Rewrite conversion object
2022-06-10 Tim-Philipp MüllerBump GLib requirement to >= 2.62
2022-06-09 Seungha Yangd3d11decoder: Fix for alternate interlacing signalling
2022-06-08 Seungha Yangd3d11: Add d3d11testsrc element
2022-05-27 Seungha Yangd3d11decoder: Work around Intel DXVA driver crash
2022-05-24 Seungha Yangd3d11decoder: Don't print error log on negotiation...
next