summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* mfvideosrc: Add support for jpeg on Win32 applicationSeungha Yang2020-06-175-27/+134
* mfvideosrc: Fix wrong castingSeungha Yang2020-06-171-1/+2
* mfvideosrc: Add support YUY2 format for UWPSeungha Yang2020-06-171-0/+3
* mediafoundation: Drop IMFCaptureEngine implementationSeungha Yang2020-06-175-912/+3
* 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
* winscreencap: Add dxgiscreencapsrc element.Jun-ichi OKADA2020-06-166-4/+2033
* msdkdec: hold a reference for the surfaces locked by msdkXu Guangxin2020-06-153-89/+116
* wasapi2: Fallback to IAudioClient interface if IAudioClient3 API is unavailableSeungha Yang2020-06-111-5/+24
* wasapi: Fix possible deadlock while downwards state changeSeungha Yang2020-06-114-6/+61
* v4l2slh264dec: Fix reading mode and start code typeNicolas Dufresne2020-06-091-4/+3
* mftransform: Fix deadlock when MFT requests processing output twiceSeungha Yang2020-06-081-0/+10
* mftransform: Add some debug logSeungha Yang2020-06-081-0/+15
* wasapi2: Add device provider implementationSeungha Yang2020-06-084-0/+287
* wasapi2: Introduce new WASAPI pluginSeungha Yang2020-06-0812-0/+3594
* mfvideoenc: Set PAR to output IMFMediaTypeSeungha Yang2020-06-061-0/+8
* mftransform: Don't try to drain if MFT is not runningSeungha Yang2020-06-061-1/+1
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-063-23/+23
* d3d11overlaycompositor: Fix wrong Y position calculationSeungha Yang2020-06-051-6/+20
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-043-0/+25
* d3dvideosink: Use secondary rankSeungha Yang2020-06-031-1/+1
* d3d11videosink: Assign primary rankSeungha Yang2020-06-031-1/+1
* msdkh265enc: add support 12-bit 420 encodingHaihao Xiang2020-06-012-2/+28
* msdkvpp: fix "failed to create new MSDK memory"Xu Guangxin2020-06-012-60/+75
* msdkvpp: hold GstBuffer ref count for locked surfacesXu Guangxin2020-06-012-3/+46
* mediafoundation: Use core dispatcher of current view instead of main viewSeungha Yang2020-05-291-6/+1
* mediafoundation: Fix undeclared identifier error on UWP buildSeungha Yang2020-05-281-6/+11
* mediafoundation: Add support MP3 audio encodingSeungha Yang2020-05-274-0/+793
* mediafoundation: Add support for AAC encodingSeungha Yang2020-05-278-7/+1244
* mfutils: Move IMediaType release function to common utilitySeungha Yang2020-05-273-7/+9
* mediafoundation: Add util function to dump IMFAttributes valuesSeungha Yang2020-05-273-2/+318
* 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
* mfsourceobject: Remove useless null check for stringSeungha Yang2020-05-253-20/+11
* mediafoundation: Use G_BEGIN_DECLS/G_END_DECLS pair everywhereSeungha Yang2020-05-256-12/+24
* mediafoundation: Add support video capture on UWP appSeungha Yang2020-05-2510-119/+2217
* mfsourceobject: Move device name, path, and index to public structSeungha Yang2020-05-252-22/+26
* mediafoundation: Fix typo in source object impl.Seungha Yang2020-05-254-10/+10
* mftransform: Clear unused output IMediaSampleSeungha Yang2020-05-251-6/+15
* mfvideoenc: Fix huge memory leakSeungha Yang2020-05-241-3/+6
* nvh264sldec: Fix wrong scaling list matrix scan orderSeungha Yang2020-05-231-11/+25
* v4l2codecs: h264: Add missing breakNicolas Dufresne2020-05-211-0/+1
* amc/videodec: only retrieve the stride/slice-height for raw outputMatthew Waters2020-05-211-8/+8
* mediafoundation: Add device provider implementationSeungha Yang2020-05-204-0/+277