summaryrefslogtreecommitdiff
path: root/sys/msdk
Commit message (Expand)AuthorAgeFilesLines
* msdk: set the right BRCParamMultiplierHaihao Xiang2019-01-111-4/+21
* msdk: set the upper bound of max-vbv-bitrate to 2048000 kbpsHaihao Xiang2019-01-111-1/+2
* meson: Fix building of MSDK plugin on WindowsNirbheek Chauhan2019-01-101-1/+1
* msdk: needn't call MFXJoinSession after MFXCloneSessionHaihao Xiang2019-01-091-7/+0
* msdk: check whether mfx function call failsHaihao Xiang2019-01-093-5/+22
* msdkenc: return NULL instead of FALSEHaihao Xiang2019-01-091-4/+4
* msdk: release resources if failing to create the buffer poolHaihao Xiang2019-01-093-6/+10
* msdk: meson: compile vp9dec if availableVíctor Manuel Jáquez Leal2019-01-081-0/+5
* msdk: add mfx in include pathVíctor Manuel Jáquez Leal2019-01-089-49/+13
* msdk: meson: use libmfx pkg-config if availableVíctor Manuel Jáquez Leal2019-01-081-34/+45
* msdk: don't reset the external frame allocatorHaihao Xiang2019-01-084-4/+29
* 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
* msdkenc: break out of flush frames loop on errorU. Artie Eoff2019-01-061-0/+1
* msdk: Fix invalid return type build warningSeungha Yang2018-12-251-1/+1
* msdk: change the wait time for encoder and vppHaihao Xiang2018-12-122-3/+10
* msdk: correct the error messageHaihao Xiang2018-12-121-1/+1
* msdk: check the created context against NULL pointerHaihao Xiang2018-12-123-6/+27
* msdk: decrease the reference count of objectHaihao Xiang2018-12-121-0/+2
* msdk: assign the returned value to status variableHaihao Xiang2018-12-121-2/+2
* msdkh265enc: output main-10 bitstream if the input is P010_10LEXiang, Haihao2018-12-121-3/+10
* msdkh265enc: add P010_10LE to the sink pad templateXiang, Haihao2018-12-121-1/+1
* msdkh265enc: re-add the sink pad templateXiang, Haihao2018-12-121-0/+14
* msdkenc: handle P010_10LE input formatXiang, Haihao2018-12-121-3/+19
* msdkenc: use macro GST_VIDEO_INFO_FORMAT if possibleXiang, Haihao2018-12-121-2/+2
* msdk: add missing breaksXiang, Haihao2018-12-032-0/+2
* msdk: fix the wrong operatorXiang, Haihao2018-12-031-1/+1
* msdk: remove unnecessary assignmentXiang, Haihao2018-11-261-1/+0
* msdk: update the sink and src caps of msdkh265decXiang, Haihao2018-11-261-2/+3
* msdk: set right BitDepth and Shift for P010 mfx frameXiang, Haihao2018-11-261-0/+6
* msdk: don't use hard-coded video formatXiang, Haihao2018-11-263-1/+28
* msdk: adjust the RT format for P010 surfaceXiang, Haihao2018-11-261-0/+3
* msdk: create VA_FOURCC_P010 surface from dmabufXiang, Haihao2018-11-261-0/+4
* msdk: VA_FOURCC_P010 frame lockXiang, Haihao2018-11-261-0/+1
* msdk: map MFX_FOURCC_P010 to VA_FOURCC_P010Xiang, Haihao2018-11-261-0/+1
* msdk: make sure the surface data is set for GST_VIDEO_FORMAT_P010_10LEXiang, Haihao2018-11-261-0/+1
* msdk: map GST_VIDEO_FORMAT_P010_10LE to MFX_FOURCC_P010Haihao Xiang2018-11-261-0/+1
* msdk: add an assert in gst_msdk_frame_lock() for unhandled formatsXiang, Haihao2018-11-261-0/+3
* msdk: use separate src caps for msdkh265decHaihao Xiang2018-11-261-0/+14
* msdk: Make sure a variable is initialized when it is usedXiang, Haihao2018-11-261-8/+9
* msdk: Close fd handleXiang, Haihao2018-11-261-0/+1
* msdk: don't declare headers in mesonVíctor Manuel Jáquez Leal2018-11-231-30/+1
* msdk: declare headers in mesonVíctor Manuel Jáquez Leal2018-11-231-9/+38
* msdkdec: move output-order out of decode bass class.Wangfei2018-11-2318-37/+481
* msdk: add support for open sourced MediaSDKVíctor Manuel Jáquez Leal2018-11-221-1/+4
* meson: avoid unkown variables in the msdk testsJordan Petridis2018-11-061-3/+3
* msdk: fix intel sdk libdir pathFlorent Thiéry2018-11-061-1/+1
* meson: Add a feature option for the MSDK pluginNirbheek Chauhan2018-10-281-7/+15
* msdk: Fix building on MSVCSeungha Yang2018-10-024-1/+9