summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapicontext.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-23context: re-indent all GstVaapiContext related source code.Gwenole Beauchesne1-612/+580
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2014-01-22encoder: h264: only submit packed headers when required.Gwenole Beauchesne1-0/+40
2013-11-24libs: add support for rate-control to GstVaapiContext.Wind Yuan1-6/+34
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-07-10Use GstVideoInfo for video pools.Gwenole Beauchesne1-14/+4
2013-05-23libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne1-8/+8
2013-05-07libs: use GstVaapiMiniObject for video object pools.Gwenole Beauchesne1-1/+2
2013-05-07libs: use GstVaapiObject for VA objects.Gwenole Beauchesne1-276/+124
2013-04-10Add initial support for GStreamer 1.0.Sreerenj Balachandran1-0/+22
2013-04-03decoder: drop obsolete functions.Gwenole Beauchesne1-65/+0
2013-04-03decoder: simplify acquisition/release of spare surface.Gwenole Beauchesne1-9/+27
2013-03-20subpicture: use gst_video_overlay_rectangle_get_pixels_unscaled_raw().Gwenole Beauchesne1-21/+10
2013-01-29legal: fix year for some copyright notices (2013).Gwenole Beauchesne1-1/+1
2013-01-11overlay: fix build without advanced GstVideoOverlayFormatFlags.Holger Kaelberer1-0/+2
2013-01-11overlay: fix ordering of composition layers.Gwenole Beauchesne1-16/+35
2013-01-11overlay: fix support for global-alpha.Holger Kaelberer1-0/+13
2013-01-11overlay: detect render-rect changes.Gwenole Beauchesne1-0/+28
2013-01-11overlay: fix check for pixels buffer change.Gwenole Beauchesne1-1/+32
2013-01-11overlay: optimize cache at the GstVideoOverlayRectangle level.Gwenole Beauchesne1-45/+83
2013-01-11overlay: simplify caching of GstVideoOverlayComposition objects.Gwenole Beauchesne1-85/+153