summaryrefslogtreecommitdiff
path: root/sys/d3d11
Commit message (Expand)AuthorAgeFilesLines
* d3d11videoprocessor: Fix wrong input/output supportability checkSeungha Yang2020-10-291-7/+12
* d3d11videosink: Fix crash caused by missing null terminationSeungha Yang2020-08-241-1/+1
* d3d11: Handle newly added GST_VIDEO_TRANSFER_BT601Seungha Yang2020-08-121-0/+2
* d3d11: Store more device information in context structureSeungha Yang2020-08-121-4/+15
* d3d11: Selected adapter index should be unsigned integerSeungha Yang2020-08-121-5/+5
* d3d11download: Allow linking with downstream d3d11 elementsSeungha Yang2020-08-031-1/+7
* d3d11window: Remove timeout and wait a task if possibleSeungha Yang2020-07-242-4/+4
* d3d11window: Increase timeout to 10 sec for WinRT window implementationsSeungha Yang2020-07-242-2/+2
* codecs: vp8decoder: Sync up with h264decoder implementationSeungha Yang2020-07-231-26/+23
* codecs: vp9decoder: Sync up with h264decoder implementationSeungha Yang2020-07-231-24/+34
* d3d11decoder: Disable array-of-textureSeungha Yang2020-07-221-0/+6
* d3d11window: Disable d3d11 video processor for HDR10 stream.Seungha Yang2020-07-211-1/+9
* codecs: h264decoder: Pass GstVideoCodecFrame to output_picture()Seungha Yang2020-07-211-37/+20
* codecs: h264decoder: Don't attach extra ref of GstH264Picture to GstVideoCode...Seungha Yang2020-07-211-2/+2
* plugins: Use g_win32_error_message for HRESULT to string conversionSeungha Yang2020-07-181-25/+6
* d3d11decoder: Disable zero-copy for Qualcomm devicesSeungha Yang2020-07-124-15/+58
* d3d11: Disable D3D11Debug and DXGIDebug layer for UWP buildSeungha Yang2020-07-081-29/+51
* docs: remove gst prefix from plugin titlesMathieu Duponchelle2020-07-021-1/+1
* plugins: Update for documentation of Windows pluginsSeungha Yang2020-07-023-0/+17
* d3d11h265dec: Fix possible invalid memory accessSeungha Yang2020-06-251-2/+4
* d3d11videosink: Disable d3d11videosink depending on supported feature levelSeungha Yang2020-06-251-4/+34
* d3d11window_win32: Chain up mouse event to parent windowSeungha Yang2020-06-221-1/+7
* d3d11device: Print supported DXGI format for debuggingSeungha Yang2020-06-221-3/+18
* d3d11: Load HLSL compiler library using g_module_openSeungha Yang2020-06-224-9/+75
* d3d11shader: Add missing config.h includeSeungha Yang2020-06-221-0/+4
* d3d11: Don't assume response of context query has valid d3d11 device contextSeungha Yang2020-06-161-7/+11
* d3d11decoder: Disable zero-copy for blacklisted deviceSeungha Yang2020-06-166-1/+26
* d3d11decoder: Adjust alignment constraint for Xbox deviceSeungha Yang2020-06-161-1/+5
* d3d11window: Do not configure video processor for Xbox deviceSeungha Yang2020-06-161-5/+11
* d3d11utils: Add a helper method for checking Xbox deviceSeungha Yang2020-06-162-0/+23
* d3d11videosink: Use GPU memory copy if possibleSeungha Yang2020-06-161-2/+51
* d3d11videosink: Ensure shader resource view of fallback bufferSeungha Yang2020-06-161-0/+14
* d3d11window: Fix typo "configureed"Seungha Yang2020-06-161-3/+3
* d3d11overlaycompositor: Fix wrong Y position calculationSeungha Yang2020-06-051-6/+20
* d3d11videosink: Assign primary rankSeungha Yang2020-06-031-1/+1
* d3d11window_win32: Create internal window on parent window's threadSeungha Yang2020-05-271-60/+78
* d3d11window: Add unprepare method to clear internal resourceSeungha Yang2020-05-276-10/+60
* d3d11convert: Fix fallback texture setup when resolution is not even numberSeungha Yang2020-05-192-6/+50
* d3d11convert: Fix fallback texture copySeungha Yang2020-05-191-3/+4
* d3d11: Add support for video rescale and rename element to d3d11convertSeungha Yang2020-05-192-63/+534
* d3d11: Move scoring util method for colorspace conversion to colorconvert ele...Seungha Yang2020-05-193-204/+204
* codecs: h264decoder: ref pic lists as decode_slice parametersVíctor Manuel Jáquez Leal2020-05-191-2/+4
* d3d11vp8dec: Remove useless assign operationSeungha Yang2020-05-051-1/+0
* d3d11window: Fix processor output view resource leakSeungha Yang2020-05-051-0/+5
* d3d11h264dec: Rearrange the order of supported profiles in capsSeungha Yang2020-04-291-1/+2
* d3d11h264dec: Add constrained-baseline and baseline profileSeungha Yang2020-04-291-1/+1
* d3d11device: Add fallback for device creationSeungha Yang2020-04-281-0/+24
* d3d11vp8dec: Remove unused parametersNicolas Dufresne2020-04-281-5/+4
* d3d11decoder: Fix wrong return type from output_picture vfuncSeungha Yang2020-04-234-4/+4
* d3d11decoder: Add VP8 decoder elementSeungha Yang2020-04-226-7/+996