summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkenc.c
Commit message (Expand)AuthorAgeFilesLines
* msdk: fix qp range for vp9encMengkejiergeli Ba2021-06-241-3/+10
* 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-111-0/+161
* msdkh265enc: add support for RGB 10bit formatYinhang Liu2021-04-061-0/+6
* msdkenc: the unit for max-frame-size is kbyteHaihao Xiang2021-01-071-1/+1
* msdkh265enc: add support 12-bit 420 encodingHaihao Xiang2020-06-011-0/+9
* msdkh265enc: support 8-bit 422 encodingHaihao Xiang2020-03-311-0/+1
* msdkh265enc: add support for Y210 in sink padHaihao Xiang2020-03-311-0/+8
* msdkenc: Try to find corresponding codec frame for encoded output bufferSeungha Yang2020-03-301-3/+63
* msdk: Clear reference counted object in dispose() methodSeungha Yang2020-01-291-4/+3
* msdk: Fix compiler warningHaihao Xiang2020-01-211-2/+2
* msdk: Fix increasing memory usage in dynamic pipelinesNirbheek Chauhan2020-01-211-0/+12
* msdk: Reorganize context preparation codeNirbheek Chauhan2020-01-211-29/+44
* msdk: Fix warning about unused variable on WindowsNirbheek Chauhan2020-01-211-0/+2
* msdk: Use gst_clear_object()Nirbheek Chauhan2020-01-211-6/+6
* msdkenc: set ROI region for msdk{h264, h265}encHaihao Xiang2020-01-151-0/+109
* msdkenc: add set_extra_params virtual methodHaihao Xiang2020-01-151-0/+9
* msdkenc: add need_reconfig virtual methodHaihao Xiang2020-01-151-7/+9
* msdkenc: renegotiate when video info changesJulien Isorce2020-01-061-1/+7
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* msdkmjpegenc: convert UYVY to YUY2 instead of NV12Haihao Xiang2019-11-021-6/+15
* msdkmjpegenc: don't need conversion for BGRA and YUY2Haihao Xiang2019-11-021-0/+12
* msdkenc: add need_conversion methodHaihao Xiang2019-11-021-37/+60
* msdkenc: close encoder upon bitrate changeJulien Isorce2019-10-151-1/+18
* msdkenc: handle bitrate changes in playing stateJosep Torra2019-10-081-2/+32
* msdkenc: guard MFX_FOURCC_Y410 with MFX version 1027Víctor Manuel Jáquez Leal2019-10-031-0/+4
* msdkh265enc: add support for Y410 in sink padHaihao Xiang2019-09-301-0/+7
* msdkh265enc: add support for VUYA in sink padHaihao Xiang2019-09-301-0/+7
* msdkenc: clean up code by using switchHaihao Xiang2019-09-301-41/+48
* msdk: remove some dead codeHaihao Xiang2019-09-301-4/+0
* msdkenc: remove unneeded labelHaihao Xiang2019-09-161-3/+2
* msdk: free mfx frames to avoid memory leaks in encoder and vppHaihao Xiang2019-09-131-2/+5
* msdkenc: work-around to avoid zero fps in MediaSDK structureFuwei Tang2019-09-131-0/+9
* msdk: Remove all DMABuf caps features on WindowsSeungha Yang2019-09-101-12/+2
* msdk: avoid reading data from freed memoryHaihao Xiang2019-08-281-2/+5
* 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-3/+9
* msdkenc: allow encode element requires extra framesHaihao Xiang2019-07-071-0/+2
* msdk: don't share context between msdkvpp and msdkencHaihao Xiang2019-06-301-1/+8
* msdkenc: fix error handling in case of unsupported hardwarePeter Seiderer2019-04-101-3/+3
* 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
* msdk: check whether mfx function call failsHaihao Xiang2019-01-091-3/+10
* msdkenc: return NULL instead of FALSEHaihao Xiang2019-01-091-4/+4
* msdk: release resources if failing to create the buffer poolHaihao Xiang2019-01-091-0/+3
* msdkenc: break out of flush frames loop on errorU. Artie Eoff2019-01-061-0/+1
* msdk: change the wait time for encoder and vppHaihao Xiang2018-12-121-2/+5
* msdk: check the created context against NULL pointerHaihao Xiang2018-12-121-2/+9
* 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