summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiencoder.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-19libs: encoder: set VA HRD param before RC paramU. Artie Eoff1-8/+8
2020-02-11libs: remove crumbs of libva < 0.39Víctor Manuel Jáquez Leal1-15/+0
2020-01-19libs: encoder: unref formats array if noneVíctor Manuel Jáquez Leal1-1/+3
2020-01-17plugin: encode: Add H265 main-444 profile.He Junyan1-1/+2
2020-01-17vaapiencode: DMABuf only if PRIME is availableVíctor Manuel Jáquez Leal1-2/+5
2020-01-15Remove all FEI relatedVíctor Manuel Jáquez Leal1-14/+0
2020-01-14plugin: encode: List all possible profiles to detect input formats.He Junyan1-29/+12
2020-01-14libs: encoder: add a helper function to get all supported profilesHe Junyan1-0/+49
2020-01-02libs: encoder: get surfaces resolution the same time with formats.He Junyan1-39/+73
2019-12-29libs: encoder: set entrypoint based on tune automaticallyHe Junyan1-4/+53
2019-12-29libs: encoder: set context info profile by encoderHe Junyan1-15/+11
2019-12-22libs: encoder: Add NULL pointer check for context when finalize.He Junyan1-1/+2
2019-12-20libs: context: port to a plain C structureHe Junyan1-3/+4
2019-09-23libs: encoder: remove gst_vaapi_encoder_{ref,unref}()Víctor Manuel Jáquez Leal1-27/+0
2019-09-24libs: encoder: correct encoder's ref/unref function.He Junyan1-2/+2
2019-09-11libs: encoders: use GST_PARAM_USER_SHIFT to define internal paramsVíctor Manuel Jáquez Leal1-6/+6
2019-08-30libs: encoder: delete EncoderPropInfo related functionsHe Junyan1-78/+0
2019-08-30libs: encoder: delete encoder_set_propertyHe Junyan1-153/+7
2019-08-30libs: encoder: delete properties_get_default for base classHe Junyan1-123/+0
2019-08-30libs: encoder: delete the useless constructed func for encoder.He Junyan1-25/+0
2019-08-30gst: encode: enable new type of property mechanism.He Junyan1-15/+14
2019-08-30libs: encoder: add flags to all encoder properties.He Junyan1-6/+16
2019-08-30libs: encoder: add properties and prop help functionsHe Junyan1-3/+194
2019-08-30libs: encoder: delete useless gst_vaapi_encoder_new func.He Junyan1-8/+0
2019-08-30lib: encoder: gstobjectfy all vaapi encoders.He Junyan1-64/+77
2019-08-19vaapiencode: enhance how the profile is definedVíctor Manuel Jáquez Leal1-0/+8
2019-06-05libs: encoder: increase bitrate prop max valueU. Artie Eoff1-1/+1
2019-05-09libs: encoder: add target-percentage propertyU. Artie Eoff1-3/+39
2019-05-09libs: encoder: Enable trellis quantization method.He Junyan1-0/+100
2019-05-03libs: encoder: continue if roi meta is NULLVíctor Manuel Jáquez Leal1-0/+2
2019-01-14libs: encoder: refactor to avoid code duplicationVíctor Manuel Jáquez Leal1-39/+42
2019-01-14libs: encoder: h264/h265: flush pending ordered picturesVíctor Manuel Jáquez Leal1-1/+51
2019-01-14libs: encoder: h264/h265: fix encode lose frame issue.Wangfei1-1/+1
2018-06-14libs: display: remove gst_vaapi_display_ref()Víctor Manuel Jáquez Leal1-1/+1
2018-02-27libs: encoder: reimplement ROI using metaVíctor Manuel Jáquez Leal1-2/+117
2018-02-27Revert "libs: encoder: add api gst_vaapi_encoder_add/del_roi"Víctor Manuel Jáquez Leal1-108/+0
2018-02-26libs: encoder: add zero as valid value for periodic keyframe.Matteo Valdina1-1/+1
2018-02-22libs: encoder: code-style fixVíctor Manuel Jáquez Leal1-2/+2
2018-02-19libs: encoder: h264,h265: extend max periodic keyframe.Matteo Valdina1-1/+1
2017-10-20libs: encoder: allow to set bitrate on runtimeHyunjun Ko1-9/+5
2017-09-18libs: encoder: change mbbrc from uint to enumVíctor Manuel Jáquez Leal1-0/+22
2017-09-15libs: encoder: don't unref propertiesVíctor Manuel Jáquez Leal1-1/+0
2017-09-15vaapiencode/libs: encoder: fix leaks of propertiesHyunjun Ko1-0/+2
2017-09-01FEI: libs: Add virtual method for secondary context creation.Sreerenj Balachandran1-0/+12
2017-09-01FEI: libs: make sure the default context creation works as expected.Sreerenj Balachandran1-1/+2
2017-09-01FEI: libs: Add FEI functional mode configurationSreerenj Balachandran1-0/+2
2017-08-25libs: macro to get a renamed value in VA-API 1.0Víctor Manuel Jáquez Leal1-1/+1
2017-08-02libs: encoder: implements gst_vaapi_encoder_ensure_max_num_ref_framesHyunjun Ko1-0/+43
2017-06-15libs: encoder: fix compilation with old versions of libvaVíctor Manuel Jáquez Leal1-1/+4
2017-06-13libs: encoder: Fix the quality level clampingSreerenj Balachandran1-5/+5