summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkdec.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-28msdkdec: fix for small resolutionHaihao Xiang1-1/+1
2019-02-28msdkdec: fix for resolution changeHaihao Xiang1-3/+15
2019-02-27msdkdec: force the alignment of width/height to 16 for vp8/vp9Haihao Xiang1-7/+16
2019-02-24msdkdec: release the occupied surface for MFX_WRN_DEVICE_BUSYHaihao Xiang1-0/+6
2019-02-12msdkdec: set decode_only for output onlyHaihao Xiang1-2/+5
2019-02-03msdkdec: Release occupied surface for MFX_ERR_MORE_DATAHaihao Xiang1-2/+12
2019-02-02msdkdec: explain the the extra ref of input bufferVíctor Manuel Jáquez Leal1-0/+7
2019-02-02msdkdec: avoid releasing the input buffer when it is still in useHaihao Xiang1-5/+12
2019-01-25msdkdec: set the mfx picture structure to MFX_PICSTRUCT_PROGRESSIVE if it is ...Haihao Xiang1-0/+7
2019-01-24msdk: fix some comments typosVíctor Manuel Jáquez Leal1-4/+5
2019-01-24msdk: decoder: fatal failure if negotiations failsVíctor Manuel Jáquez Leal1-1/+6
2019-01-24msdk: decoder: comment to explain array resetVíctor Manuel Jáquez Leal1-1/+1
2019-01-24msdk: decoder: fix an usage-after-free pointer bugVíctor Manuel Jáquez Leal1-1/+1
2019-01-09msdk: release resources if failing to create the buffer poolHaihao Xiang1-0/+3
2018-12-12msdk: check the created context against NULL pointerHaihao Xiang1-2/+9
2018-11-26msdk: don't use hard-coded video formatXiang, Haihao1-1/+12
2018-11-26msdk: Make sure a variable is initialized when it is usedXiang, Haihao1-8/+9
2018-11-23msdkdec: move output-order out of decode bass class.Wangfei1-34/+6
2018-07-03msdkdec: Fix latency calculationSreerenj Balachandran1-1/+1
2018-07-02msdk: Set 16 bit alignment for widthSreerenj Balachandran1-3/+3
2018-07-02msdkdec: avoid early destruction of frame in dynamic resolution changeSreerenj Balachandran1-0/+6
2018-07-02msdkdec: Fix advanced profile vc1 decode when codec_data presentsSreerenj Balachandran1-8/+24
2018-07-02msdkdec: Fix the PTS of output framesSreerenj Balachandran1-2/+46
2018-07-02msdkdec: Remove dead codeSreerenj Balachandran1-6/+0
2018-07-02msdk: dec: Add dynamic-configuration change supportSreerenj Balachandran1-95/+319
2018-05-07msdk:dec: Add new propery to dump frames in decoded orderSreerenj Balachandran1-0/+21
2018-05-07msdk: dec: inform msdk if the buffer contains a complete frameSreerenj Balachandran1-0/+1
2018-05-07msdk: dec: reset async depth to oneSreerenj Balachandran1-1/+1
2018-04-02msdk: dec: rename the function to what it means more exactly.Hyunjun Ko1-4/+3
2018-03-30msdkdec: use dmabuf if possibleHyunjun Ko1-7/+72
2018-03-29msdk: dec: set framerate to the driver only if providedHyunjun Ko1-2/+7
2018-03-08msdk: dec: fix leaks when flushingHyunjun Ko1-8/+16
2018-03-08msdk: dec: remove code to manage buffers with locked surfaceHyunjun Ko1-65/+2
2018-02-13msdk: dec: Add non-packetized stream handling supportSreerenj Balachandran1-3/+30
2018-02-13msdkdec: use video memory if there's another MSDK context in a pipelineHyunjun Ko1-9/+14
2018-02-13msdk: add async depth from each msdk element to GstMsdkContext to be sharedHyunjun Ko1-1/+11
2018-02-13msdkdec/enc: query GstContext to share GstMsdkContextHyunjun Ko1-16/+68
2018-02-13msdk: context: add job type to figure out if joining session is necessaryHyunjun Ko1-1/+1
2018-02-13msdkdec: use bufferpoolHyunjun Ko1-150/+344
2018-02-13msdkdec: fix typoHyunjun Ko1-1/+1
2018-02-13msdk: implements GstMsdkContext.Hyunjun Ko1-14/+14
2018-02-13msdk: move and rename the function msdk_video_alignmentHyunjun Ko1-15/+2
2017-11-23msdkdec: keep draining even if a finish_task failsHyunjun Ko1-2/+5
2017-11-22msdkdec: fix buffer leaks during drain and a leak of videobufferpoolHyunjun Ko1-5/+14
2017-01-20msdk: Propagate GstFlowReturn valuesScott D Phillips1-33/+92
2016-12-12msdk: Add H.264 decoderScott D Phillips1-0/+800