summaryrefslogtreecommitdiff
path: root/sys/msdk
Commit message (Expand)AuthorAgeFilesLines
* msdkenc: Pass color properties to MediaSDK for encodingMengkejiergeli Ba2021-09-181-0/+21
* msdkh265enc: Add profile main10 still picture for hevcMengkejiergeli Ba2021-09-182-2/+11
* msdk: Adjust the plugin and factories description based on MFX_VERSION.Ung, Teng En2021-09-0919-34/+40
* msdkvpp: Fix frc from lower fps to higher fpsMengkejiergeli Ba2021-08-181-11/+41
* msdk: make sure child context is destroyed firstHaihao Xiang2021-08-041-4/+5
* msdkvpp: use NV12 as default format on srcpadYinhang Liu2021-07-091-2/+2
* gstmsdkvpp: add RGBP and BGRP in src padHaihao Xiang2021-07-056-1/+75
* msdk: fix qp range for vp9encMengkejiergeli Ba2021-06-243-3/+15
* msdk: Demote error log message to warning.Víctor Manuel Jáquez Leal2021-06-211-1/+1
* msdk: declare external dependenciesU. Artie Eoff2021-06-172-4/+37
* msdkenc: add extbrc support in ext-coding-props propertyYinhang Liu2021-06-111-2/+10
* msdkenc: add ext-coding-props for external coding optionsYinhang Liu2021-06-112-0/+164
* doc: add the msdk elementsYinhang Liu2021-06-0315-1/+230
* msdk: add profile main-still-picture for hevc encodermkba2021-05-181-1/+3
* msdk: use MFXJoinSession() to join the parent and child sessionsHaihao Xiang2021-05-171-16/+65
* msdk: use a new method to create mfx session when using oneVPL dispatcherHaihao Xiang2021-05-173-29/+205
* msdk: allow user build this plugin against MFX version 2.2+ (oneVPL)Haihao Xiang2021-05-171-24/+50
* msdkvp9dec: do not include mfxvp9.hHaihao Xiang2021-05-171-2/+0
* msdk: don't load user plugins for MFX version 2.0+Haihao Xiang2021-05-172-0/+14
* msdk: exclude the audio code for MFX version 2.0+Haihao Xiang2021-05-171-0/+4
* msdk: set correct parameters for BGRx frameHaihao Xiang2021-04-302-0/+2
* msdkh265dec: Add support for error report tooHaihao Xiang2021-04-281-0/+31
* msdkh264dec: report error to userHaihao Xiang2021-04-285-0/+136
* msdkdec: allow sub class to add extra parameters for additional configurationHaihao Xiang2021-04-282-0/+24
* msdk: don't fall back to the default deviceHaihao Xiang2021-04-131-5/+4
* msdkh265enc: add support for RGB 10bit formatYinhang Liu2021-04-062-1/+13
* msdkh265enc: add dblk-idc propertyYinhang Liu2021-03-312-0/+19
* msdkh264enc: add dblk-idc propertyYinhang Liu2021-03-312-0/+17
* msdkenc{h264,h265}: add intra-refresh-type propertyHaihao Xiang2021-03-296-0/+61
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* msdk: allow user specify a drm device via an env variableHaihao Xiang2021-02-242-2/+29
* msdkenc: the unit for max-frame-size is kbyteHaihao Xiang2021-01-071-1/+1
* msdkenc{h264,h265}: add min-qp and max-qp propertiesHaihao Xiang2020-12-304-0/+77
* msdkenc{h264,h265}: add p-pyramid propertyHaihao Xiang2020-12-304-0/+50
* msdkh265enc: add b-pyramid propertyHaihao Xiang2020-12-302-0/+24
* msdkh265enc: add transform-skip propertyHaihao Xiang2020-12-304-0/+49
* msdk: needn't close mfx session when failedHaihao Xiang2020-12-301-1/+0
* msdk: check GstMsdkContext instead of mfxSession instanceHaihao Xiang2020-12-242-12/+13
* msdkh264dec: Accept constrained-high and progressive-high profilesOlivier Crête2020-11-181-1/+1
* msdk: call vaExportSurfaceHandle() to get DMABuf FDHaihao Xiang2020-09-294-32/+51
* msdk: add support for AV1 decodingHaihao Xiang2020-09-224-0/+206
* msdk: enable GPUCopyHaihao Xiang2020-09-201-0/+4
* msdk: call MFXInitEx instead of MFXInitHaihao Xiang2020-09-201-1/+2
* msdk: vpp: fixup passthrough checking for DMARandy Li (ayaka)2020-09-161-1/+2
* msdkvp9dec: change the include header orderHaihao Xiang2020-09-011-2/+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-132-12/+32
* msdkh265enc: add the missing commaHaihao Xiang2020-07-151-1/+1
* msdkh265enc: add support for screen content coding extensionHaihao Xiang2020-07-111-8/+37
* msdkh265enc: allow user to choose profileHaihao Xiang2020-07-112-38/+98