summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkenc.c
Commit message (Expand)AuthorAgeFilesLines
* msdk: check whether mfx function call failsHaihao Xiang2019-05-021-3/+10
* msdk: change the wait time for encoder and vppHaihao Xiang2019-05-021-2/+5
* msdkenc: return NULL instead of FALSEHaihao Xiang2019-05-021-4/+4
* msdk: release resources if failing to create the buffer poolHaihao Xiang2019-05-021-0/+3
* msdkenc: break out of flush frames loop on errorU. Artie Eoff2019-05-021-0/+1
* msdk: add missing breaksXiang, Haihao2019-05-021-0/+1
* msdk: Don't set extended coding options for JPEG encodeSreerenj Balachandran2018-03-291-5/+2
* msdk: enc: fix missing some frames to be encodedHyunjun Ko2018-03-081-28/+36
* msdkenc: remove unnecessary memsetSreerenj Balachandran2018-02-221-5/+0
* msdk: enc: Support force-key-unit eventsSreerenj Balachandran2018-02-221-1/+10
* msdk: enc: Fix typoSreerenj Balachandran2018-02-201-1/+1
* msdk: Add more tuning optionsSreerenj Balachandran2018-02-201-15/+33
* msdk: move enum definitions to separte fileSreerenj Balachandran2018-02-201-32/+1
* msdk: encode: Add more rate control optionsSreerenj Balachandran2018-02-201-9/+102
* msdk: encode: Add property to set slice/partitioningSreerenj Balachandran2018-02-201-0/+3
* msdk: encoder: register only the required propertiesSreerenj Balachandran2018-02-201-152/+273
* msdk: add async depth from each msdk element to GstMsdkContext to be sharedHyunjun Ko2018-02-131-0/+5
* msdkdec/enc: query GstContext to share GstMsdkContextHyunjun Ko2018-02-131-17/+63
* msdk: context: add job type to figure out if joining session is necessaryHyunjun Ko2018-02-131-1/+1
* msdkenc: use bufferpoolHyunjun Ko2018-02-131-153/+338
* msdk: implements GstMsdkContext.Hyunjun Ko2018-02-131-11/+12
* msdkenc: handle the MORE_DATA caseHyunjun Ko2017-11-221-5/+30
* msdkenc: Fix handling of YUY2, UYVY, BGRA surfacesHyunjun Ko2017-11-201-0/+13
* msdkenc: Add support for YV12, YUY2, UYVY and BGRASebastian Dröge2017-11-201-43/+272
* msdk: enc: set pts and dts, fix inverted sync_point flagScott D Phillips2017-06-071-2/+14
* msdk: Initial windows build supportScott D Phillips2016-11-141-6/+27
* msdk: Width and Height need to be integer multiples of 32Scott D Phillips2016-11-141-4/+4
* msdk: Create plugin for Intel's Media SDKJosep Torra2016-11-141-0/+971