summaryrefslogtreecommitdiff
path: root/sys/mediafoundation
Commit message (Expand)AuthorAgeFilesLines
* d3d11bufferpool: Hide buffer_size field from headerSeungha Yang2021-08-221-3/+8
* mfvideosrc: Fix for negative MF strideSeungha Yang2021-08-193-20/+186
* mfvideoenc: Disable RGB format supportSeungha Yang2021-07-151-0/+8
* mfvideosrc: Fix negotiation when interlace-mode is specifiedSeungha Yang2021-07-082-2/+2
* mfvideobuffer: Don't error for unexpected Unlock/Unlock2D callSeungha Yang2021-07-072-15/+64
* mediafoundation: Port to IID_PPV_ARGSSeungha Yang2021-07-042-5/+3
* mfaudioenc: Remove pointless enumerating for hardware audio encoderSeungha Yang2021-07-042-40/+2
* mediafoundation: Fix typosSeungha Yang2021-07-045-5/+5
* mediafoundation: Run gst-indentSeungha Yang2021-07-0413-475/+504
* mfvideoenc: Don't ignore previous flow return valueSeungha Yang2021-06-301-2/+12
* mfvideoenc: Enhance B-frame timestamp handlingSeungha Yang2021-06-234-31/+144
* mfh264enc, mfh265enc: Set profile string to src capsSeungha Yang2021-06-223-3/+43
* mfvideoenc: Fix UWP buildSeungha Yang2021-04-221-0/+2
* mfvideoenc: Don't pass 0/1 framerate to MFTSeungha Yang2021-03-251-2/+5
* gst: don't use volatile to mean atomicMatthew Waters2021-03-222-4/+4
* mfvideoenc: Enable Direct3D multi-thread protectionSeungha Yang2021-03-202-1/+18
* Revert "d3d11: Enable native multi-thread protection layer and make use of it"Seungha Yang2021-03-201-0/+3
* d3d11: Enable native multi-thread protection layer and make use of itSeungha Yang2021-03-181-3/+0
* mediafoundation: Fix resource leakSeungha Yang2021-03-162-0/+14
* mfvideoenc: Add support for P010 d3d11 textureSeungha Yang2021-01-211-6/+24
* mfvideoenc: Add support for Direct3D11 textureSeungha Yang2021-01-1312-158/+1129
* mfvideoenc: Re-define default GOP size valueSeungha Yang2020-12-275-30/+90
* mfvideoenc: Fix use of uninitialized valueSeungha Yang2020-12-271-1/+1
* mfvideoenc: Remove duplicated class registration codeSeungha Yang2020-12-266-1170/+536
* mfvideoenc: Improve latency performance for hardware encoderSeungha Yang2020-12-194-192/+458
* mediafoundation: Fix redefinition of variables.Biswapriyo Nath2020-12-161-4/+1
* mfvideosrc: Use only the first video stream per deviceSeungha Yang2020-10-081-1/+8
* mfvideosrc: Fix invalid memory access when outputting jpegSeungha Yang2020-10-081-3/+3
* mfvideosrc: Set timestamp on buffer when it's capturedSeungha Yang2020-09-107-71/+344
* mfvideoenc: Add support for zero-copy encodingSeungha Yang2020-09-095-37/+796
* mediafoundation: Correct wrong raw video format mappingSeungha Yang2020-08-171-2/+2
* mediafoundation: Call MFShutdown when destroying pluginSeungha Yang2020-08-131-0/+17
* mfvideosrc: Select common formats if both VideoPreview and VideoRecord are av...Seungha Yang2020-08-013-11/+74
* mfvideosrc: Check framerate for target IMediaFrameFormat selectionSeungha Yang2020-08-011-0/+23
* mfvideosrc: Handle I420/IYUV subtypes for UWP casesSeungha Yang2020-08-011-6/+20
* mfvideosrc: Add more debug logSeungha Yang2020-08-012-20/+109
* wasapi2, mfvideosrc: Update "dispatcher" property to be only writableSeungha Yang2020-07-311-7/+12
* mfvideosrc: Only device activation needs to be running on UI threadSeungha Yang2020-07-262-85/+4
* mfvideosrc: Add a new property for ICoreDispatcher settingSeungha Yang2020-07-268-45/+149
* mfvideosrc: Suppress more spammy debug messagesSeungha Yang2020-07-261-2/+2
* mfutils: Suppress spammy debug printSeungha Yang2020-07-221-2/+5
* mfvideosrc: Expose sorted capsSeungha Yang2020-07-224-20/+109
* mfvideosrc: Don't expose unsupported formatsSeungha Yang2020-07-221-0/+19
* mfvideosrc: Don't error out when if we've found supported formatSeungha Yang2020-07-201-10/+11
* plugins: Use g_win32_error_message for HRESULT to string conversionSeungha Yang2020-07-181-25/+6
* mfvideosrc: Enable WinRT capture impl. for desktop targetSeungha Yang2020-07-149-334/+337
* docs: remove gst prefix from plugin titlesMathieu Duponchelle2020-07-021-1/+1
* plugins: Update for documentation of Windows pluginsSeungha Yang2020-07-026-149/+203
* mediafoundation: Add VP9 encoder elementSeungha Yang2020-06-224-0/+831
* mfvideosrc: Add support for jpeg on Win32 applicationSeungha Yang2020-06-175-27/+134