summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkvideomemory.c
Commit message (Expand)AuthorAgeFilesLines
* msdk: call vaExportSurfaceHandle() to get DMABuf FDHaihao Xiang2020-09-291-5/+9
* msdk: map Y412_LE to MFX_FOURCC_Y416Haihao Xiang2020-04-031-1/+7
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-3/+3
* msdk: return the right pointerHaihao Xiang2019-10-111-9/+36
* msdk: fix for mfx frame alloc responseHaihao Xiang2019-09-231-2/+26
* msdk: fix memory leaks in msdk allocatorsHaihao Xiang2019-09-131-1/+12
* msdk: Allow video and system memory share among buffersSeungha Yang2019-09-101-1/+34
* msdk: return a right pointer for Y410 when mapping a frameHaihao Xiang2019-06-291-0/+2
* msdk: return the right pointer for GST_VIDEO_FORMAT_VUYA frameHaihao Xiang2019-03-251-1/+5
* msdk: Close fd handleXiang, Haihao2018-11-261-0/+1
* msdk: Fix building on MSVCSeungha Yang2018-10-021-1/+3
* msdk: dmabuf supportHyunjun Ko2018-03-301-26/+172
* msdk: generalize the parameter of msdk video memory functionsHyunjun Ko2018-03-301-12/+22
* msdk: fix typoHyunjun Ko2018-03-131-3/+3
* msdk: Fix the I420 video format supportWang,Fei2018-03-131-2/+8
* msdk: manage MSDK surfaces seperatelyHyunjun Ko2018-03-081-41/+44
* msdk: Avoid build failures on Windows until d3d allocator is implementedHyunjun Ko2018-02-131-2/+15
* msdk: supports bufferpoolHyunjun Ko2018-02-131-0/+296