summaryrefslogtreecommitdiff
path: root/sys/vdpau
AgeCommit message (Expand)AuthorFilesLines
2019-06-06Remove VDPAU pluginTim-Philipp Müller33-8757/+0
2019-05-30meson: add more plugins to plugins listTim-Philipp Müller1-0/+1
2019-05-29doc: remove xml from commentsMathieu Duponchelle2-6/+4
2018-12-17meson: build vdpau pluginTim-Philipp Müller1-0/+29
2018-06-06vdpau: Run gst-indentEdward Hervey1-1/+1
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller1-1/+1
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2-0/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier3-5/+5
2017-01-03Fix some caps leaks in pad template creation codeGarima Gaur1-0/+2
2016-12-14sys: Fix caps memory leak from pad template creationGarima Gaur1-0/+3
2016-11-05vdpsink: fix Memory leak due to Xlib API usageGaurav Gupta1-1/+3
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM4-8/+4
2015-12-15plugins-bad: Fix example pipelinesVineeth TM3-3/+3
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-03-12Remove a bunch of silly ';;' typos at the end of linesJan Schmidt1-1/+1
2014-12-16rectangle: clear rectangle struct before useWim Taymans1-4/+3
2014-09-16vdpdecoder: do not leak poolOgnyan Tonchev1-1/+3
2014-02-08vdpau: Fix comparison compiler warningSebastian Dröge1-1/+1
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2-4/+4
2013-07-29all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2-0/+12
2013-06-05vdpau: Add some missing headers to distSebastian Dröge1-2/+7
2013-05-08vdpau: Add VdpVideoSurface caps featureSreerenj Balachandran2-3/+9
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-08sys: print format fixes in debug messagesTim-Philipp Müller2-2/+3
2013-04-01vdpau: Don't use deprecated GMutex methodsEdward Hervey1-6/+6
2013-03-31vdpau: Port to 1.0Edward Hervey61-8681/+1667
2012-11-04Fix FSF addressTim-Philipp Müller55-110/+110
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller5-5/+5
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts5-5/+5
2012-06-29sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller1-1/+1
2012-04-24vdpau: Switch from deprecated XKeycodeToKeysym() to XkbKeycodeToKeysym()Sebastian Dröge1-1/+4
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge3-13/+13
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge9-59/+82
2012-03-28update for buffer changesWim Taymans1-1/+1
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier2-13/+16
2012-03-06Add missing GLIB_DISABLE_DEPRECATION_WARNINGSEdward Hervey3-0/+11
2012-03-06vdpau: Fix loop to not read before the valid memory areaSebastian Dröge1-3/+2
2012-03-01vdpau: relicense four source files from GPL3+ to LGPL2+Tim-Philipp Müller4-48/+56
2011-11-28various: fix pad template ref leaksVincent Penquerc'h6-8/+11
2011-07-14vdpau: fix some variable-set-but-unused compiler warningsTim-Philipp Müller5-21/+3
2011-06-04vdpau: remove old glib compatibility codeDavid Schleef1-4/+0
2011-04-09vdpau: Fix uninitialized variable compiler warningSebastian Dröge1-2/+1
2011-03-27vdpausink: fix bug where we didn't setup vdpau on a user set windowCarl-Anton Ingmarsson1-34/+41
2011-03-27vdpau: fixup GstFlowReturn handlingCarl-Anton Ingmarsson9-51/+77
2011-03-27vdpau: small indentation fixCarl-Anton Ingmarsson1-1/+1
2011-03-27vdpaumpegdec: don't ignore return value of gst_base_video_decoder_finish_frameCarl-Anton Ingmarsson1-2/+2
2011-01-27vdpau: Initialize some variables to make gcc 4.6 happySebastian Dröge2-2/+4
2010-10-03vdpau: Check return values of the bitreader functionsSebastian Dröge1-4/+8