summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkvpp.c
Commit message (Expand)AuthorAgeFilesLines
* msdk: Adjust the plugin and factories description based on MFX_VERSION.Ung, Teng En2021-09-091-3/+3
* msdkvpp: Fix frc from lower fps to higher fpsMengkejiergeli Ba2021-08-181-11/+41
* msdkvpp: use NV12 as default format on srcpadYinhang Liu2021-07-091-2/+2
* gstmsdkvpp: add RGBP and BGRP in src padHaihao Xiang2021-07-051-1/+4
* doc: add the msdk elementsYinhang Liu2021-06-031-0/+16
* msdk: vpp: fixup passthrough checking for DMARandy Li (ayaka)2020-09-161-1/+2
* msdkvpp: do not hold too many input buffers in locked listXu Guangxin2020-08-131-3/+12
* msdkvpp: refact, put input and output surface in diffrent listXu Guangxin2020-08-131-11/+30
* msdkvpp: fix "failed to create new MSDK memory"Xu Guangxin2020-06-011-59/+74
* msdkvpp: hold GstBuffer ref count for locked surfacesXu Guangxin2020-06-011-3/+44
* msdkvpp: clear the parameters after closing the sessionHaihao Xiang2020-05-111-0/+4
* msdkvpp: add YV12 format to src padU. Artie Eoff2020-03-191-1/+4
* msdk: Clear reference counted object in dispose() methodSeungha Yang2020-01-291-3/+3
* msdk: Fix compiler warningHaihao Xiang2020-01-211-2/+2
* msdk: Fix increasing memory usage in dynamic pipelinesNirbheek Chauhan2020-01-211-0/+15
* msdk: Reorganize context preparation codeNirbheek Chauhan2020-01-211-28/+43
* msdk: Fix warning about unused variable on WindowsNirbheek Chauhan2020-01-211-0/+2
* msdk: Use gst_clear_object()Nirbheek Chauhan2020-01-211-10/+4
* msdkvpp: check mfx surface nullity for the input bufferJulien Isorce2019-12-101-1/+7
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-5/+5
* msdkvpp: add support Y410 and Y210 formatsHaihao Xiang2019-10-241-12/+19
* msdkvpp: allow cropping via propertiesU. Artie Eoff2019-10-241-0/+70
* msdk: free mfx frames to avoid memory leaks in encoder and vppHaihao Xiang2019-09-131-1/+12
* msdkvpp: free msdk surfaces to avoid memory leakHaihao Xiang2019-09-131-14/+14
* msdkvpp: unref buffer poolsHaihao Xiang2019-09-131-0/+6
* msdkvpp: don't return GST_FLOW_ERROR for MFX_WRN_INCOMPATIBLE_VIDEO_PARAMHaihao Xiang2019-08-281-1/+4
* msdkvpp: support video-direction propertyHaihao Xiang2019-08-261-19/+69
* msdkdec: make sure mfx frame width/height meets MSDK's requirementHaihao Xiang2019-07-241-1/+1
* msdk: Do not expose DMA buffer caps feature on WindowsSeungha Yang2019-07-221-6/+19
* msdk: don't share context between msdkvpp and msdkencHaihao Xiang2019-06-301-1/+7
* msdk: fix the build error with libva 2.4.0Haihao Xiang2019-04-171-3/+10
* msdkvpp: add BGR10A2_LE format in the src padHaihao Xiang2019-04-091-2/+2
* msdkvpp: add VUYA format in the src and sink padsHaihao Xiang2019-03-251-6/+7
* mskd: Don't use MFX_FOURCC_RGB565 if it's undefinedSeungha Yang2019-03-011-3/+14
* msdkvpp: add RGB16 format in the sink padHaihao Xiang2019-02-271-2/+2
* msdkvpp: allow UYVY in DMABuf mode in the sink padHaihao Xiang2019-02-191-1/+1
* msdkvpp: allow UYVY in the src padHaihao Xiang2019-02-191-2/+2
* msdkvpp: allow BGRx in DMABuf mode in the src padHaihao Xiang2019-02-191-1/+1
* msdkvpp: add P010_10LE to sink and src capsHaihao Xiang2019-01-211-4/+4
* msdk: check whether mfx function call failsHaihao Xiang2019-01-091-2/+4
* msdk: release resources if failing to create the buffer poolHaihao Xiang2019-01-091-6/+4
* msdkvpp: don't use NV12 as default output in normal modeHaihao Xiang2019-01-081-1/+1
* msdkvpp: close the current VPP session if this session has been initializedHaihao Xiang2019-01-081-0/+7
* msdkvpp: don't update pads' info if nothing have changedHaihao Xiang2019-01-081-3/+3
* msdk: change the wait time for encoder and vppHaihao Xiang2018-12-121-1/+5
* msdk: correct the error messageHaihao Xiang2018-12-121-1/+1
* msdk: check the created context against NULL pointerHaihao Xiang2018-12-121-2/+9
* msdk: Fix building on MSVCSeungha Yang2018-10-021-0/+2
* msdk: vpp: remove mfxExtVPPDoUse from vpp filters.Wang,Fei2018-06-071-28/+0
* msdk: vpp: set passthrough from set_caps method for code claritySreerenj Balachandran2018-06-071-5/+3