summaryrefslogtreecommitdiff
path: root/sys/vdpau
Commit message (Expand)AuthorAgeFilesLines
* plugins-bad: Fix example pipelinesVineeth TM2015-12-153-3/+3
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-121-1/+1
* rectangle: clear rectangle struct before useWim Taymans2014-12-161-4/+3
* vdpdecoder: do not leak poolOgnyan Tonchev2014-09-161-1/+3
* vdpau: Fix comparison compiler warningSebastian Dröge2014-02-081-1/+1
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-152-4/+4
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-292-0/+12
* vdpau: Add some missing headers to distSebastian Dröge2013-06-051-2/+7
* vdpau: Add VdpVideoSurface caps featureSreerenj Balachandran2013-05-082-3/+9
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* sys: print format fixes in debug messagesTim-Philipp Müller2013-04-082-2/+3
* vdpau: Don't use deprecated GMutex methodsEdward Hervey2013-04-011-6/+6
* vdpau: Port to 1.0Edward Hervey2013-03-3161-8681/+1667
* Fix FSF addressTim-Philipp Müller2012-11-0455-110/+110
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-175-5/+5
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-145-5/+5
* sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller2012-06-291-1/+1
* vdpau: Switch from deprecated XKeycodeToKeysym() to XkbKeycodeToKeysym()Sebastian Dröge2012-04-241-1/+4
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-043-13/+13
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-299-59/+82
|\
| * Fix 'ignoring return value of function declared with const attribute'Thibault Saunier2012-03-102-13/+16
| * Add missing GLIB_DISABLE_DEPRECATION_WARNINGSEdward Hervey2012-03-063-0/+11
| * vdpau: Fix loop to not read before the valid memory areaSebastian Dröge2012-03-061-3/+2
| * vdpau: relicense four source files from GPL3+ to LGPL2+Tim-Philipp Müller2012-03-014-48/+56
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-286-8/+11
* | update for buffer changesWim Taymans2012-03-281-1/+1
|/
* vdpau: fix some variable-set-but-unused compiler warningsTim-Philipp Müller2011-07-145-21/+3
* vdpau: remove old glib compatibility codeDavid Schleef2011-06-041-4/+0
* vdpau: Fix uninitialized variable compiler warningSebastian Dröge2011-04-091-2/+1
* vdpausink: fix bug where we didn't setup vdpau on a user set windowCarl-Anton Ingmarsson2011-03-271-34/+41
* vdpau: fixup GstFlowReturn handlingCarl-Anton Ingmarsson2011-03-279-51/+77
* vdpau: small indentation fixCarl-Anton Ingmarsson2011-03-271-1/+1
* vdpaumpegdec: don't ignore return value of gst_base_video_decoder_finish_frameCarl-Anton Ingmarsson2011-03-271-2/+2
* vdpau: Initialize some variables to make gcc 4.6 happySebastian Dröge2011-01-272-2/+4
* vdpau: Check return values of the bitreader functionsSebastian Dröge2010-10-031-4/+8
* vdpau: Use the new XOverlay APIEdward Hervey2010-09-211-5/+7
* vdpauvideopostprocess: set new framerate on output caps instead of input capsCarl-Anton Ingmarsson2010-09-061-15/+15
* vdpauh264dec: parse "pixel-aspect-ratio" from streamCarl-Anton Ingmarsson2010-09-051-0/+29
* vdpau: remove non working unused code from GstBaseVideoDecoderCarl-Anton Ingmarsson2010-09-052-184/+21
* vdpau: GstBaseVideoDecoder set default par to 1/1Carl-Anton Ingmarsson2010-09-051-6/+18
* vdpau: remove gst_base_video_decoder_get_current_frameCarl-Anton Ingmarsson2010-09-0510-63/+51
* vdpau: rework GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson2010-09-054-175/+97
* vdpau: fix invalid unrefCarl-Anton Ingmarsson2010-09-051-1/+1
* vdpaumpeg4dec: fix typo in default_non_intra_quant_matrixCarl-Anton Ingmarsson2010-08-091-1/+1
* vdpau: add mpeg4 part2 decoderCarl-Anton Ingmarsson2010-08-098-2/+1374
* vdpau: fix destruction of GstVdpDevice when it failed to openCarl-Anton Ingmarsson2010-08-062-6/+4
* vdpausink: use separate mutex for device lockingCarl-Anton Ingmarsson2010-08-062-7/+22
* vdpau: set back plugin ranks to GST_RANK_NONECarl-Anton Ingmarsson2010-08-021-3/+3