summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapisink.c
Commit message (Expand)AuthorAgeFilesLines
* vaapisink: Fix wrong caps advertisingSreerenj Balachandran2016-02-091-3/+17
* docs: update plugin documentationVíctor Manuel Jáquez Leal2016-02-031-2/+9
* plugins: fix code styleVíctor Manuel Jáquez Leal2016-02-031-2/+4
* Remove old gst version guardsVíctor Manuel Jáquez Leal2016-01-251-2/+0
* vaapisink: ignore frame if its upload failedVíctor Manuel Jáquez Leal2016-01-141-1/+3
* plugins: don't create display at caps queryVíctor Manuel Jáquez Leal2015-11-091-1/+1
* plugins: fix context query handlingVíctor Manuel Jáquez Leal2015-11-091-7/+12
* refactor vaapi caps strings for pad templatesVíctor Manuel Jáquez Leal2015-08-051-3/+1
* remove gstvaapiuploaderVíctor Manuel Jáquez Leal2015-08-041-18/+6
* Work around ABBA deadlock between vaapisink and vaapipostprocSimon Farnsworth2015-06-291-0/+3
* vaapisink: error handling if rendering failsVíctor Manuel Jáquez Leal2015-06-221-8/+19
* vaapisink: Fix the conditional pad template creation.Sreerenj Balachandran2015-06-181-4/+2
* vaapisink: Fix the capsfeature advertisement in padtemplateSreerenj Balachandran2015-06-171-5/+7
* vaapisink: Expose the overlay capability for compatibility with dvbsuboverlay.Adrian Cox2015-06-171-3/+13
* vaapisink: implement unlock/unlock_stop for waylandMichael Olbrich2015-05-151-0/+24
* vaapisink: fix indentationVíctor Manuel Jáquez Leal2015-05-141-7/+5
* vaapisink: use GstVideoSink vmethod show_frame()Víctor Manuel Jáquez Leal2015-04-161-7/+8
* vaapisink: add 'handoff' signalVíctor Manuel Jáquez Leal2015-04-161-0/+44
* Removal of gstreamer-1.0 supportVíctor Manuel Jáquez Leal2015-04-031-9/+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-54/+0
* vaapisink: fix minor memory leak in debug mode.Gwenole Beauchesne2015-03-061-1/+7
* vaapisink: Protect the X11 API invokations with proper lockingSreerenj Balachandran2014-11-271-0/+4
* vaapisink: clean-ups (indentation, drop unused variables).Gwenole Beauchesne2014-09-241-19/+15
* vaapisink: fix GstNavigation "key-press" / "key-release" events.Gwenole Beauchesne2014-09-241-2/+15
* vaapisink: fix GstNavigation "mouse-move" event.Gwenole Beauchesne2014-09-241-1/+1
* vaapisink: implement the GstNavigation interfaceSreerenj Balachandran2014-09-161-3/+136
* vaapisink: add support for GstColorBalance interface.Changzhi Wei2014-07-311-6/+144
* vaapisink: add support for colorbalance adjustment.Changzhi Wei2014-07-311-0/+184
* vaapisink: improve installation of properties.Gwenole Beauchesne2014-07-311-34/+47
* vaapisink: code clean-ups.Gwenole Beauchesne2014-07-311-151/+134
* vaapisink: re-indent all GstVaapiSink related source code.Gwenole Beauchesne2014-07-311-921/+878
* vaapisink: introduce separate backends.Gwenole Beauchesne2014-07-301-270/+319
* vaapisink: drop unused "synchronous" mode.Gwenole Beauchesne2014-07-301-23/+0
* vaapisink: drop unused variables.Gwenole Beauchesne2014-07-301-3/+0
* vaapisink: drop GLX rendering and fancy effects.Gwenole Beauchesne2014-07-301-277/+3
* vaapisink: listen to window size changes on X11.Holger Kaelberer2014-07-301-3/+194
* vaapisink: fix GstVideoOverlay::expose() implementation.Gwenole Beauchesne2014-07-281-2/+1
* vaapisink: allow a specific view component to be displayed.Gwenole Beauchesne2014-07-281-0/+40
* vaapisink: always keep the last displayed buffer around.Gwenole Beauchesne2014-07-281-21/+4
* vaapisink: add support for "display-name" property.Gwenole Beauchesne2014-07-251-0/+17
* vaapisink: fix initialization with "drm" display type.Gwenole Beauchesne2014-06-131-4/+22
* legal: update copyright notice dates.Gwenole Beauchesne2014-01-221-1/+1
* vaapisink: set csc render flags from sinkpad caps.Holger Kaelberer2014-01-151-0/+26
* vaapisink: fix display initialization in GstVideoOverlay implementation.Holger Kaelberer2014-01-151-1/+8
* vaapisink: expose the raw video formats in static caps template.Sreerenj Balachandran2014-01-151-1/+2
* plugins: factor out support for raw YUV buffers on sink pads.Gwenole Beauchesne2013-12-181-270/+16
* plugins: factor out pad caps.Gwenole Beauchesne2013-12-181-0/+4
* plugins: factor out video context sharing code.Gwenole Beauchesne2013-12-181-41/+0
* plugins: factor out GstImplementsInterface.Gwenole Beauchesne2013-12-181-23/+8