summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiencoder_priv.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-30libs: encoder: delete useless gst_vaapi_encoder_new func.He Junyan1-5/+0
2019-08-30lib: encoder: gstobjectfy all vaapi encoders.He Junyan1-12/+5
2019-05-09libs: encoder: add target-percentage propertyU. Artie Eoff1-0/+1
2019-05-09libs: encoder: Enable trellis quantization method.He Junyan1-0/+8
2019-01-14libs: encoder: h264/h265: flush pending ordered picturesVíctor Manuel Jáquez Leal1-0/+6
2018-02-27libs: encoder: reimplement ROI using metaVíctor Manuel Jáquez Leal1-0/+7
2018-02-27Revert "libs: encoder: add api gst_vaapi_encoder_add/del_roi"Víctor Manuel Jáquez Leal1-3/+0
2017-09-18libs: encoder: change mbbrc from uint to enumVíctor Manuel Jáquez Leal1-0/+3
2017-09-01FEI: libs: Add virtual method for secondary context creation.Sreerenj Balachandran1-0/+3
2017-08-02libs: encoder: implements gst_vaapi_encoder_ensure_max_num_ref_framesHyunjun Ko1-0/+10
2017-06-07libs: encoder: vp8,h264,h265,mpeg2: refactor misc parametersVíctor Manuel Jáquez Leal1-0/+43
2017-06-07libs: encoder: use VA quality level structureVíctor Manuel Jáquez Leal1-2/+4
2017-05-19libs: encoder: check for maximum number of slicesVíctor Manuel Jáquez Leal1-0/+6
2017-05-12libs: encoder: add api gst_vaapi_encoder_add/del_roiHyunjun Ko1-0/+3
2017-05-11encoders: add quality level tuningSreerenj Balachandran1-0/+17
2014-01-23encoder: notify the encoder of the submitted packed headers.Gwenole Beauchesne1-0/+3
2014-01-23encoder: fix and factor out check for supported rate-control modes.Gwenole Beauchesne1-0/+2
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2014-01-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2014-01-22encoder: h264: only submit packed headers when required.Gwenole Beauchesne1-0/+13
2014-01-13encoder: add tuning options API.Gwenole Beauchesne1-0/+32
2014-01-13encoder: clean-ups.Gwenole Beauchesne1-19/+18
2014-01-13encoder: filter out the supported set of rate-control properties.Gwenole Beauchesne1-0/+9
2014-01-13encoder: add keyframe period API.Gwenole Beauchesne1-0/+12
2014-01-13encoder: improve codec reconfiguration.Gwenole Beauchesne1-3/+2
2014-01-13encoder: add video codec-state API.Gwenole Beauchesne1-12/+57
2014-01-13encoder: add properties API.Gwenole Beauchesne1-0/+28
2014-01-13encoder: add bitrate API.Gwenole Beauchesne1-0/+1
2014-01-13encoder: add rate control API.Gwenole Beauchesne1-2/+33
2014-01-13encoder: fix indentation.Gwenole Beauchesne1-1/+2
2013-12-04encoder: simplify VA context initialization process.Gwenole Beauchesne1-3/+3
2013-12-04encoder: clean-ups and document public APIs.Gwenole Beauchesne1-11/+9
2013-12-04encoder: avoid extra allocations of GstVaapiEncoderSyncPic objects.Gwenole Beauchesne1-5/+2
2013-12-04encoder: fix subclassing process.Gwenole Beauchesne1-4/+22
2013-12-04encoder: rework GstVaapiCodedBuffer and related proxy.Gwenole Beauchesne1-37/+4
2013-11-24Add initial infrastructure for video encoding.Wind Yuan1-0/+188