summaryrefslogtreecommitdiff
path: root/sys/msdk
AgeCommit message (Expand)AuthorFilesLines
2018-06-24msdk: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2-24/+14
2018-06-07msdk: vpp: remove mfxExtVPPDoUse from vpp filters.Wang,Fei2-30/+0
2018-06-07msdk: vpp: set passthrough from set_caps method for code claritySreerenj Balachandran1-5/+3
2018-06-07mskd: vpp: error out gracefully instead of segfaulting if Init failedSreerenj Balachandran2-1/+4
2018-06-07msdk: vpp: Add filters to VideoParm before doing the QuerySreerenj Balachandran1-9/+9
2018-06-05msdk: vpp: fix the filter count in mfxExtVPPDoUseSreerenj Balachandran1-10/+10
2018-05-30msdk: vpp: don't use NV12 as vpp default output for DMABuf usecaseSreerenj Balachandran1-4/+5
2018-05-30msdk: enc: Add supprot for dmabuf-importSreerenj Balachandran1-16/+81
2018-05-30msdk: vpp: Add supprot for dmabuf-importSreerenj Balachandran1-2/+85
2018-05-30msdk: Add method to replace internal VASurface of mfxFrameSurfaceSreerenj Balachandran2-0/+68
2018-05-30msdk: Add method to export dmabuf to VASurfaceSreerenj Balachandran2-0/+95
2018-05-15msdk: Add conditional build for vp9 decoderSreerenj Balachandran3-4/+13
2018-05-15msdk: dec: Add VP9 decoderSreerenj Balachandran4-0/+194
2018-05-15msdk: allow building against open sourced msdkSreerenj Balachandran8-8/+8
2018-05-07msdk:dec: Add new propery to dump frames in decoded orderSreerenj Balachandran4-0/+52
2018-05-07msdk: dec: inform msdk if the buffer contains a complete frameSreerenj Balachandran1-0/+1
2018-05-07msdk: dec: reset async depth to oneSreerenj Balachandran1-1/+1
2018-05-02msdk: enc: Add dmabuf-export supportSreerenj Balachandran2-5/+96
2018-04-30msdkvpp: Disable passthrough if memory capsfeature changesSreerenj Balachandran2-0/+12
2018-04-30msdk: vpp: Add dmabuf-export supportSreerenj Balachandran2-8/+108
2018-04-25msdk: vpp: Add YV12, YUY2 and BGRx formats to templateSreerenj Balachandran1-2/+3
2018-04-25msdk: Add more video format mappingSreerenj Balachandran1-0/+1
2018-04-25msdk: vpp: Allocation query fixesSreerenj Balachandran1-39/+44
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-04-16msdk: jpegdec: Fix non-interleaved sample decodeSreerenj Balachandran1-0/+8
2018-04-04msdk: fix plugin load on implementations with only HW supportU. Artie Eoff3-6/+6
2018-04-03msdk: fix meson syntaxTim-Philipp Müller1-2/+2
2018-04-03msdk: vpp : Add frame rate controlSreerenj Balachandran5-38/+147
2018-04-03msdk: vpp : Add force-aspect-ratio propertySreerenj Balachandran3-0/+20
2018-04-03msdk: Add more scaling filter algorithmsSreerenj Balachandran4-9/+59
2018-04-03msdk: vpp: Add support for horizontal and vertical mirroringSreerenj Balachandran4-0/+50
2018-04-03msdk: vpp: Add detail/edge enhancement tuningSreerenj Balachandran2-0/+29
2018-04-03msdk: vpp: Add ProAmp(colorbalance) supportSreerenj Balachandran2-6/+89
2018-04-03msdk: vpp: Add deinterlacing supportSreerenj Balachandran7-6/+230
2018-04-03msdk: vpp:Add more filtersSreerenj Balachandran4-3/+89
2018-04-03msdk: Add VPP elementSreerenj Balachandran7-3/+1622
2018-04-02msdk: dec: rename the function to what it means more exactly.Hyunjun Ko1-4/+3
2018-04-02msdk: allocator: libva: check if it's already using dmabuf when mappingHyunjun Ko1-0/+5
2018-03-30msdkdec: use dmabuf if possibleHyunjun Ko2-7/+73
2018-03-30msdk: dmabuf supportHyunjun Ko7-40/+307
2018-03-30msdk: adds new function to get dmabuf information from surface.Hyunjun Ko3-1/+65
2018-03-30msdk: allocator: get dmabuf handle during allocation if requiredHyunjun Ko2-0/+32
2018-03-30msdk: generalize the parameter of msdk video memory functionsHyunjun Ko3-18/+27
2018-03-30msdk: specify the way to find a proper cached response by requestHyunjun Ko2-1/+12
2018-03-29msdk: dec: remove framerate field from sink caps templateSreerenj Balachandran3-3/+0
2018-03-29msdk: dec: set framerate to the driver only if providedHyunjun Ko1-2/+7
2018-03-29msdk: h265dec: remove framerate field from sink caps templateHyunjun Ko1-1/+0
2018-03-29msdk: Don't set extended coding options for JPEG encodeSreerenj Balachandran6-5/+16
2018-03-13msdk: libva: remove unnecessary code and commentsHyunjun Ko1-8/+0
2018-03-13msdk: adds new debug categoryHyunjun Ko2-2/+4