summaryrefslogtreecommitdiff
path: root/sys/mediafoundation
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* mftransform: Fix deadlock when MFT requests processing output twiceSeungha Yang2020-06-081-0/+10
* mftransform: Add some debug logSeungha Yang2020-06-081-0/+15
* 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
* 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
* 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