summaryrefslogtreecommitdiff
path: root/sys/msdk
AgeCommit message (Expand)AuthorFilesLines
2021-09-18msdkenc: Pass color properties to MediaSDK for encodingMengkejiergeli Ba1-0/+21
2021-09-18msdkh265enc: Add profile main10 still picture for hevcMengkejiergeli Ba2-2/+11
2021-09-09msdk: Adjust the plugin and factories description based on MFX_VERSION.Ung, Teng En19-34/+40
2021-08-18msdkvpp: Fix frc from lower fps to higher fpsMengkejiergeli Ba1-11/+41
2021-08-04msdk: make sure child context is destroyed firstHaihao Xiang1-4/+5
2021-07-09msdkvpp: use NV12 as default format on srcpadYinhang Liu1-2/+2
2021-07-05gstmsdkvpp: add RGBP and BGRP in src padHaihao Xiang6-1/+75
2021-06-24msdk: fix qp range for vp9encMengkejiergeli Ba3-3/+15
2021-06-21msdk: Demote error log message to warning.Víctor Manuel Jáquez Leal1-1/+1
2021-06-17msdk: declare external dependenciesU. Artie Eoff2-4/+37
2021-06-11msdkenc: add extbrc support in ext-coding-props propertyYinhang Liu1-2/+10
2021-06-11msdkenc: add ext-coding-props for external coding optionsYinhang Liu2-0/+164
2021-06-03doc: add the msdk elementsYinhang Liu15-1/+230
2021-05-18msdk: add profile main-still-picture for hevc encodermkba1-1/+3
2021-05-17msdk: use MFXJoinSession() to join the parent and child sessionsHaihao Xiang1-16/+65
2021-05-17msdk: use a new method to create mfx session when using oneVPL dispatcherHaihao Xiang3-29/+205
2021-05-17msdk: allow user build this plugin against MFX version 2.2+ (oneVPL)Haihao Xiang1-24/+50
2021-05-17msdkvp9dec: do not include mfxvp9.hHaihao Xiang1-2/+0
2021-05-17msdk: don't load user plugins for MFX version 2.0+Haihao Xiang2-0/+14
2021-05-17msdk: exclude the audio code for MFX version 2.0+Haihao Xiang1-0/+4
2021-04-30msdk: set correct parameters for BGRx frameHaihao Xiang2-0/+2
2021-04-28msdkh265dec: Add support for error report tooHaihao Xiang1-0/+31
2021-04-28msdkh264dec: report error to userHaihao Xiang5-0/+136
2021-04-28msdkdec: allow sub class to add extra parameters for additional configurationHaihao Xiang2-0/+24
2021-04-13msdk: don't fall back to the default deviceHaihao Xiang1-5/+4
2021-04-06msdkh265enc: add support for RGB 10bit formatYinhang Liu2-1/+13
2021-03-31msdkh265enc: add dblk-idc propertyYinhang Liu2-0/+19
2021-03-31msdkh264enc: add dblk-idc propertyYinhang Liu2-0/+17
2021-03-29msdkenc{h264,h265}: add intra-refresh-type propertyHaihao Xiang6-0/+61
2021-03-22gst: don't use volatile to mean atomicMatthew Waters1-1/+1
2021-02-24msdk: allow user specify a drm device via an env variableHaihao Xiang2-2/+29
2021-01-07msdkenc: the unit for max-frame-size is kbyteHaihao Xiang1-1/+1
2020-12-30msdkenc{h264,h265}: add min-qp and max-qp propertiesHaihao Xiang4-0/+77
2020-12-30msdkenc{h264,h265}: add p-pyramid propertyHaihao Xiang4-0/+50
2020-12-30msdkh265enc: add b-pyramid propertyHaihao Xiang2-0/+24
2020-12-30msdkh265enc: add transform-skip propertyHaihao Xiang4-0/+49
2020-12-30msdk: needn't close mfx session when failedHaihao Xiang1-1/+0
2020-12-24msdk: check GstMsdkContext instead of mfxSession instanceHaihao Xiang2-12/+13
2020-11-18msdkh264dec: Accept constrained-high and progressive-high profilesOlivier Crête1-1/+1
2020-09-29msdk: call vaExportSurfaceHandle() to get DMABuf FDHaihao Xiang4-32/+51
2020-09-22msdk: add support for AV1 decodingHaihao Xiang4-0/+206
2020-09-20msdk: enable GPUCopyHaihao Xiang1-0/+4
2020-09-20msdk: call MFXInitEx instead of MFXInitHaihao Xiang1-1/+2
2020-09-16msdk: vpp: fixup passthrough checking for DMARandy Li (ayaka)1-1/+2
2020-09-01msdkvp9dec: change the include header orderHaihao Xiang1-2/+2
2020-08-13msdkvpp: do not hold too many input buffers in locked listXu Guangxin1-3/+12
2020-08-13msdkvpp: refact, put input and output surface in diffrent listXu Guangxin2-12/+32
2020-07-15msdkh265enc: add the missing commaHaihao Xiang1-1/+1
2020-07-11msdkh265enc: add support for screen content coding extensionHaihao Xiang1-8/+37
2020-07-11msdkh265enc: allow user to choose profileHaihao Xiang2-38/+98