summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapicontext.c
Commit message (Expand)AuthorAgeFilesLines
* libs: small refactors to enhance the code styleVíctor Manuel Jáquez Leal2016-02-031-2/+3
* Add 10 HEVC 10 bit decoding supportSreerenj Balachandran2015-12-081-2/+3
* gstvaapicontext: fix the JPEG encoder attribs valueVíctor Manuel Jáquez Leal2015-08-041-9/+1
* gstvaapicontext: Add VAConfigAttribValEncJPEG to the attribute list using for...Sreerenj Balachandran2015-02-041-0/+17
* gstvaapicontext: Don't use the unsupported Ratecontrol attributes for vaCreat...Sreerenj Balachandran2015-02-041-11/+12
* videopool: add optional flags for surface pool allocation.Gwenole Beauchesne2015-01-271-4/+2
* context: allow dynamic growth of VA surfaces pool.Gwenole Beauchesne2014-05-211-19/+36
* context: reset VA context if VA surfaces set changed.Gwenole Beauchesne2014-05-211-0/+3
* decoder: h264: properly support grayscale formats.Gwenole Beauchesne2014-05-101-1/+4
* context: add support for non-YUV 4:2:0 formats.Gwenole Beauchesne2014-04-251-18/+37
* build: fix for older versions of VA-API (< 0.34.0).Gwenole Beauchesne2014-01-231-1/+3
* libs: factor out usages of vaGetConfigAttributes().Gwenole Beauchesne2014-01-231-42/+12
* encoder: notify the encoder of the submitted packed headers.Gwenole Beauchesne2014-01-231-1/+21
* context: move rate-control mode to encoder specific config.Gwenole Beauchesne2014-01-231-4/+22
* context: introduce concept of usage.Gwenole Beauchesne2014-01-231-34/+39
* context: fix get_attribute() value result.Gwenole Beauchesne2014-01-231-0/+2
* context: move overlay composition to separate files.Gwenole Beauchesne2014-01-231-398/+5
* context: clean-ups. Strip down APIs.Gwenole Beauchesne2014-01-231-266/+76
* context: re-indent all GstVaapiContext related source code.Gwenole Beauchesne2014-01-231-612/+580
* legal: update copyright notice dates.Gwenole Beauchesne2014-01-221-1/+1
* encoder: h264: only submit packed headers when required.Gwenole Beauchesne2014-01-221-0/+40
* libs: add support for rate-control to GstVaapiContext.Wind Yuan2013-11-241-6/+34
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
* Use GstVideoInfo for video pools.Gwenole Beauchesne2013-07-101-14/+4
* libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne2013-05-231-8/+8
* libs: use GstVaapiMiniObject for video object pools.Gwenole Beauchesne2013-05-071-1/+2
* libs: use GstVaapiObject for VA objects.Gwenole Beauchesne2013-05-071-276/+124
* Add initial support for GStreamer 1.0.Sreerenj Balachandran2013-04-101-0/+22
* decoder: drop obsolete functions.Gwenole Beauchesne2013-04-031-65/+0
* decoder: simplify acquisition/release of spare surface.Gwenole Beauchesne2013-04-031-9/+27
* subpicture: use gst_video_overlay_rectangle_get_pixels_unscaled_raw().Gwenole Beauchesne2013-03-201-21/+10
* legal: fix year for some copyright notices (2013).Gwenole Beauchesne2013-01-291-1/+1
* overlay: fix build without advanced GstVideoOverlayFormatFlags.Holger Kaelberer2013-01-111-0/+2
* overlay: fix ordering of composition layers.Gwenole Beauchesne2013-01-111-16/+35
* overlay: fix support for global-alpha.Holger Kaelberer2013-01-111-0/+13
* overlay: detect render-rect changes.Gwenole Beauchesne2013-01-111-0/+28
* overlay: fix check for pixels buffer change.Gwenole Beauchesne2013-01-111-1/+32
* overlay: optimize cache at the GstVideoOverlayRectangle level.Gwenole Beauchesne2013-01-111-45/+83
* overlay: simplify caching of GstVideoOverlayComposition objects.Gwenole Beauchesne2013-01-111-85/+153
* context: JPEG codec does not need any reference frame.Gwenole Beauchesne2012-09-101-0/+1
* context: allow number of reference frames to be set.Gwenole Beauchesne2012-09-101-23/+100
* libs: fix build in strict ISO C mode.Gwenole Beauchesne2012-09-071-1/+1
* libs: use g_clear_object() wherever applicable.Javier Jardón2012-07-191-4/+1
* Add header for system-dependent definitions.Gwenole Beauchesne2012-01-301-1/+1
* legal: fix year for some copyright notices.Gwenole Beauchesne2012-01-161-1/+1
* legal: add Intel copyright on modified files.Gwenole Beauchesne2012-01-161-0/+1
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
* context: avoid self reference loops with surfaces.Gwenole Beauchesne2012-01-051-2/+9
* context: make it possible to apply composition globally.Gwenole Beauchesne2011-12-141-0/+206
* surface: record parent context.Gwenole Beauchesne2011-12-131-1/+7