summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapipluginutil.c
Commit message (Expand)AuthorAgeFilesLines
* plugins: fix code styleVíctor Manuel Jáquez Leal2016-02-031-5/+4
* vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller2016-02-021-2/+2
* Remove old gst version guardsVíctor Manuel Jáquez Leal2016-01-251-6/+0
* plugins: fix context query handlingVíctor Manuel Jáquez Leal2015-11-091-3/+2
* plugin: don't lose previous context at queryVíctor Manuel Jáquez Leal2015-11-091-2/+9
* plugins: check if display is set in syncVíctor Manuel Jáquez Leal2015-11-091-5/+5
* plugins: set display through contextVíctor Manuel Jáquez Leal2015-11-091-1/+0
* vaapidecode: use caps to check the featuresVíctor Manuel Jáquez Leal2015-10-201-17/+29
* multiview: initial attempt at stereo/multiview supportJan Schmidt2015-08-311-0/+7
* vaapidecodebin: ensure VPP before going to READYVíctor Manuel Jáquez Leal2015-08-131-0/+15
* gstvaapivideocontext: remove unused parameterVíctor Manuel Jáquez Leal2015-08-061-20/+1
* plugins: don't use gst_pad_get_allowed_caps()Víctor Manuel Jáquez Leal2015-08-041-2/+4
* gst/vaapi: Switch to upstreram like indentation.Sreerenj Balachandran2015-06-301-4/+6
* plugins: remove gstreamer-0.10 crumbsVíctor Manuel Jáquez Leal2015-05-121-8/+4
* Removal of gstreamer-1.0 supportVíctor Manuel Jáquez Leal2015-04-031-176/+0
* update and move gstcompat.hVíctor Manuel Jáquez Leal2015-04-031-1/+1
* Removal of gstreamer-0.10 supportVíctor Manuel Jáquez Leal2015-04-031-43/+0
* vaapidecode: delayed src caps negotiationVíctor Manuel Jáquez Leal2015-02-261-2/+4
* plugins: add support for BGRA textures.Gwenole Beauchesne2015-02-241-10/+47
* plugins: fix support for Wayland/EGL running alongside X11.Gwenole Beauchesne2015-02-241-2/+34
* plugins: add initial support for EGL.Gwenole Beauchesne2015-02-241-10/+120
* plugins: ensure VA display matches GL context expectations.Gwenole Beauchesne2015-02-241-2/+1
* display: refine the meaning of display type.Gwenole Beauchesne2015-01-271-3/+0
* pluginutil: Fix clearing of subtitle overlaySimon Farnsworth2015-01-271-6/+3
* plugins: preserve framerate when updating src caps video format.Gwenole Beauchesne2014-11-181-0/+17
* vaapipostproc: add support for "download" capability.Gwenole Beauchesne2014-08-221-0/+24
* plugins: fix memory leaks.Gwenole Beauchesne2014-08-221-0/+1
* plugins: add helper for detecting VA surfaces in caps.Gwenole Beauchesne2014-08-211-0/+44
* vaapidecode: simplify bufferpool configuration.Gwenole Beauchesne2014-07-281-0/+13
* vaapisink: add support for "display-name" property.Gwenole Beauchesne2014-07-251-3/+4
* plugins: expose I420 format for interop with SW elements.Gwenole Beauchesne2014-07-231-1/+1
* legal: update copyright notice dates.Gwenole Beauchesne2014-01-221-1/+1
* plugins: add helpers to create video caps with features.Gwenole Beauchesne2014-01-141-0/+92
* plugins: factor out construction of template caps.Gwenole Beauchesne2013-12-211-0/+71
* plugins: factor out construction of GValue from GstVideoFormat.Gwenole Beauchesne2013-12-211-0/+43
* plugins: re-indent common and video context creation utils.Gwenole Beauchesne2013-12-211-263/+253
* plugins: check type of display obtained from neighbours.Gwenole Beauchesne2013-12-181-1/+2
* plugins: factor out display creation process.Gwenole Beauchesne2013-12-181-23/+11
* plugins: simplify gst_vaapi_ensure_display().Gwenole Beauchesne2013-11-291-4/+4
* legal: update copyright notice dates.Gwenole Beauchesne2013-11-221-1/+1
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+1
* vaapipostproc: add support for "mixed" interlace mode.Gwenole Beauchesne2013-10-091-0/+3
* plugins: add helper function to disable deinterlacing in caps.Gwenole Beauchesne2013-10-041-0/+29
* plugins: hanle the context query in any pad.Víctor Manuel Jáquez Leal2013-10-011-1/+20
* plugins: add compat layer for GstVideoContext.Víctor Manuel Jáquez Leal2013-09-271-8/+4
* plugins: initial port to GStreamer 1.2.Víctor Manuel Jáquez Leal2013-09-271-0/+10
* plugins: fix display type comparison in gst_vaapi_create_display().Emilio López2013-07-181-1/+1
* plugins: simlpify gst_vaapi_create_display() helper.Gwenole Beauchesne2013-07-151-7/+2
* plugins: add gst_vaapi_create_display() helper.Víctor Manuel Jáquez Leal2013-07-151-20/+29
* plugins: try to allocate a GLX display first over an X11 one.Víctor Manuel Jáquez Leal2013-06-271-5/+5