summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapicontext.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-19gst: don't use volatile to mean atomicMatthew Waters1-1/+1
2020-07-29libs: display, context: handle broken jpeg decoder for i965 driverVíctor Manuel Jáquez Leal1-1/+25
2020-07-29libs: context: change function to internal code styleVíctor Manuel Jáquez Leal1-8/+11
2020-07-09libs: decoder: context: remove surfaces binding from context.He Junyan1-3/+19
2020-06-09libs: context: use correct printing modifierVíctor Manuel Jáquez Leal1-1/+1
2020-05-16libs: use array_unref() rather than array_free()Víctor Manuel Jáquez Leal1-1/+1
2020-02-23libs: surface: surfacepool: Add allocation flags in constructors.Víctor Manuel Jáquez Leal1-2/+2
2020-01-23libs: context: select vaCreateSurfaces version according attributesVíctor Manuel Jáquez Leal1-6/+41
2020-01-22libs: context: add debug category for contextVíctor Manuel Jáquez Leal1-5/+23
2020-01-15Remove all FEI relatedVíctor Manuel Jáquez Leal1-8/+0
2019-12-29libs: context: add invalid entrypoint symbolHe Junyan1-3/+10
2019-12-20libs: surface: port to GstMiniObjectHe Junyan1-2/+2
2019-12-20libs: context: port to a plain C structureHe Junyan1-24/+60
2019-08-20libs: remove context's overlayVíctor Manuel Jáquez Leal1-8/+0
2019-08-20libs: remove surface's parent contextVíctor Manuel Jáquez Leal1-10/+1
2019-08-19libs: context: add gst_vaapi_context_get_surface_attributes()Víctor Manuel Jáquez Leal1-0/+33
2019-08-19libs: context, filter: use new surface attributes APIVíctor Manuel Jáquez Leal1-15/+17
2019-01-07vaapi: bump the minimum vaapi version requirement to 0.39.0Haihao Xiang1-2/+0
2018-10-16libs: context: roi_rc_qp_delta_support should not be checked when CQP.Wangfei1-4/+8
2018-10-15libs: context: create context first before using it to create surface.Wangfei1-2/+2
2018-10-10libs: context: query surface format before context to create surface.Wangfei1-2/+6
2018-02-27libs: encoder: reimplement ROI using metaVíctor Manuel Jáquez Leal1-1/+1
2017-09-13libs: context: fix wrong counter of the array of attributesHyunjun Ko1-7/+7
2017-09-01FEI: libs: Add FEI functional mode configurationSreerenj Balachandran1-1/+9
2017-08-25libs: macro to get a renamed value in VA-API 1.0Víctor Manuel Jáquez Leal1-2/+2
2017-08-08libs: context: use attribs index instead pointersVíctor Manuel Jáquez Leal1-10/+18
2017-05-12libs: encoder/context: query region of interest supportHyunjun Ko1-1/+29
2016-12-07libs: context: skip VAContext if no frame sizeHyunjun Ko1-2/+10
2016-12-07libs: context: split context_create()Hyunjun Ko1-18/+36
2016-11-03libs: context: ensure context formatsVíctor Manuel Jáquez Leal1-0/+41
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-2/+5
2016-06-15gstvaapicontext: control reset_on_resize with optionScott D Phillips1-1/+19
2016-02-03libs: small refactors to enhance the code styleVíctor Manuel Jáquez Leal1-2/+3
2015-12-08Add 10 HEVC 10 bit decoding supportSreerenj Balachandran1-2/+3
2015-08-04gstvaapicontext: fix the JPEG encoder attribs valueVíctor Manuel Jáquez Leal1-9/+1
2015-02-04gstvaapicontext: Add VAConfigAttribValEncJPEG to the attribute list using for...Sreerenj Balachandran1-0/+17
2015-02-04gstvaapicontext: Don't use the unsupported Ratecontrol attributes for vaCreat...Sreerenj Balachandran1-11/+12
2015-01-27videopool: add optional flags for surface pool allocation.Gwenole Beauchesne1-4/+2
2014-05-21context: allow dynamic growth of VA surfaces pool.Gwenole Beauchesne1-19/+36
2014-05-21context: reset VA context if VA surfaces set changed.Gwenole Beauchesne1-0/+3
2014-05-10decoder: h264: properly support grayscale formats.Gwenole Beauchesne1-1/+4
2014-04-25context: add support for non-YUV 4:2:0 formats.Gwenole Beauchesne1-18/+37
2014-01-23build: fix for older versions of VA-API (< 0.34.0).Gwenole Beauchesne1-1/+3
2014-01-23libs: factor out usages of vaGetConfigAttributes().Gwenole Beauchesne1-42/+12
2014-01-23encoder: notify the encoder of the submitted packed headers.Gwenole Beauchesne1-1/+21
2014-01-23context: move rate-control mode to encoder specific config.Gwenole Beauchesne1-4/+22
2014-01-23context: introduce concept of usage.Gwenole Beauchesne1-34/+39
2014-01-23context: fix get_attribute() value result.Gwenole Beauchesne1-0/+2
2014-01-23context: move overlay composition to separate files.Gwenole Beauchesne1-398/+5
2014-01-23context: clean-ups. Strip down APIs.Gwenole Beauchesne1-266/+76