summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapipluginutil.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-03pluginutil: add gst_caps_is_video_raw()Víctor Manuel Jáquez Leal1-0/+15
2016-10-27docs: add missing long descriptionsVíctor Manuel Jáquez Leal1-0/+2
2016-07-29pluginutil: const params to gst_video_info_changed()Víctor Manuel Jáquez Leal1-1/+1
2016-07-22vaapi: register only the available encodersVíctor Manuel Jáquez Leal1-0/+23
2016-07-22pluginutil: set GLX display typeVíctor Manuel Jáquez Leal1-1/+8
2016-07-22plugins: add gst_vaapi_driver_is_whitelisted()Víctor Manuel Jáquez Leal1-0/+48
2016-06-08pluginutil: add gst_video_info_force_nv12_if_encoded()Víctor Manuel Jáquez Leal1-0/+16
2016-06-08pluginutil: add gst_video_info_changed() helperVíctor Manuel Jáquez Leal1-0/+22
2016-05-20plugins: use GstVideoInfo accessorsVíctor Manuel Jáquez Leal1-8/+7
2016-04-18plugin: use allowed caps filter from elementVíctor Manuel Jáquez Leal1-6/+6
2016-04-18plugin: remove function parameterVíctor Manuel Jáquez Leal1-2/+2
2016-04-18plugin: honour negotiated formatVíctor Manuel Jáquez Leal1-14/+66
2016-04-18plugin: simplify caps feature selectionVíctor Manuel Jáquez Leal1-64/+27
2016-04-13plugins: fix compilation when EGL/GLX is disabledVíctor Manuel Jáquez Leal1-0/+2
2016-03-29gst/vaapi: keep precedence for NV12 over I420Sreerenj Balachandran1-1/+1
2016-03-09plugins: fix gstgl and vaapi memory leaksVineeth TM1-3/+5
2016-02-16vaapi: Fix various compiler warnings and disable -Wredundant-decls for nowSebastian Dröge1-2/+2
2016-02-03plugins: fix code styleVíctor Manuel Jáquez Leal1-5/+4
2016-02-02vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller1-2/+2
2016-01-25Remove old gst version guardsVíctor Manuel Jáquez Leal1-6/+0
2015-11-09plugins: fix context query handlingVíctor Manuel Jáquez Leal1-3/+2
2015-11-09plugin: don't lose previous context at queryVíctor Manuel Jáquez Leal1-2/+9
2015-11-09plugins: check if display is set in syncVíctor Manuel Jáquez Leal1-5/+5
2015-11-09plugins: set display through contextVíctor Manuel Jáquez Leal1-1/+0
2015-10-20vaapidecode: use caps to check the featuresVíctor Manuel Jáquez Leal1-17/+29
2015-08-31multiview: initial attempt at stereo/multiview supportJan Schmidt1-0/+7
2015-08-13vaapidecodebin: ensure VPP before going to READYVíctor Manuel Jáquez Leal1-0/+15
2015-08-06gstvaapivideocontext: remove unused parameterVíctor Manuel Jáquez Leal1-20/+1
2015-08-04plugins: don't use gst_pad_get_allowed_caps()Víctor Manuel Jáquez Leal1-2/+4
2015-06-30gst/vaapi: Switch to upstreram like indentation.Sreerenj Balachandran1-4/+6
2015-05-12plugins: remove gstreamer-0.10 crumbsVíctor Manuel Jáquez Leal1-8/+4
2015-04-03Removal of gstreamer-1.0 supportVíctor Manuel Jáquez Leal1-176/+0
2015-04-03update and move gstcompat.hVíctor Manuel Jáquez Leal1-1/+1
2015-04-03Removal of gstreamer-0.10 supportVíctor Manuel Jáquez Leal1-43/+0
2015-02-26vaapidecode: delayed src caps negotiationVíctor Manuel Jáquez Leal1-2/+4
2015-02-24plugins: add support for BGRA textures.Gwenole Beauchesne1-10/+47
2015-02-24plugins: fix support for Wayland/EGL running alongside X11.Gwenole Beauchesne1-2/+34
2015-02-24plugins: add initial support for EGL.Gwenole Beauchesne1-10/+120
2015-02-24plugins: ensure VA display matches GL context expectations.Gwenole Beauchesne1-2/+1
2015-01-27display: refine the meaning of display type.Gwenole Beauchesne1-3/+0
2015-01-27pluginutil: Fix clearing of subtitle overlaySimon Farnsworth1-6/+3
2014-11-18plugins: preserve framerate when updating src caps video format.Gwenole Beauchesne1-0/+17
2014-08-22vaapipostproc: add support for "download" capability.Gwenole Beauchesne1-0/+24
2014-08-22plugins: fix memory leaks.Gwenole Beauchesne1-0/+1
2014-08-21plugins: add helper for detecting VA surfaces in caps.Gwenole Beauchesne1-0/+44
2014-07-28vaapidecode: simplify bufferpool configuration.Gwenole Beauchesne1-0/+13
2014-07-25vaapisink: add support for "display-name" property.Gwenole Beauchesne1-3/+4
2014-07-23plugins: expose I420 format for interop with SW elements.Gwenole Beauchesne1-1/+1
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2014-01-14plugins: add helpers to create video caps with features.Gwenole Beauchesne1-0/+92