summaryrefslogtreecommitdiff
path: root/sys/vdpau
AgeCommit message (Expand)Author
2014-02-08vdpau: Fix comparison compiler warningSebastian Dröge
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge
2013-07-29all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey
2013-06-05vdpau: Add some missing headers to distSebastian Dröge
2013-05-08vdpau: Add VdpVideoSurface caps featureSreerenj Balachandran
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2013-04-08sys: print format fixes in debug messagesTim-Philipp Müller
2013-04-01vdpau: Don't use deprecated GMutex methodsEdward Hervey
2013-03-31vdpau: Port to 1.0Edward Hervey
2012-11-04Fix FSF addressTim-Philipp Müller
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts
2012-06-29sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller
2012-04-24vdpau: Switch from deprecated XKeycodeToKeysym() to XkbKeycodeToKeysym()Sebastian Dröge
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge
2012-04-04gst: Update versioningSebastian Dröge
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge
2012-03-28update for buffer changesWim Taymans
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier
2012-03-06Add missing GLIB_DISABLE_DEPRECATION_WARNINGSEdward Hervey
2012-03-06vdpau: Fix loop to not read before the valid memory areaSebastian Dröge
2012-03-01vdpau: relicense four source files from GPL3+ to LGPL2+Tim-Philipp Müller
2011-11-28various: fix pad template ref leaksVincent Penquerc'h
2011-07-14vdpau: fix some variable-set-but-unused compiler warningsTim-Philipp Müller
2011-06-04vdpau: remove old glib compatibility codeDavid Schleef
2011-04-09vdpau: Fix uninitialized variable compiler warningSebastian Dröge
2011-03-27vdpausink: fix bug where we didn't setup vdpau on a user set windowCarl-Anton Ingmarsson
2011-03-27vdpau: fixup GstFlowReturn handlingCarl-Anton Ingmarsson
2011-03-27vdpau: small indentation fixCarl-Anton Ingmarsson
2011-03-27vdpaumpegdec: don't ignore return value of gst_base_video_decoder_finish_frameCarl-Anton Ingmarsson
2011-01-27vdpau: Initialize some variables to make gcc 4.6 happySebastian Dröge
2010-10-03vdpau: Check return values of the bitreader functionsSebastian Dröge
2010-09-21vdpau: Use the new XOverlay APIEdward Hervey
2010-09-06vdpauvideopostprocess: set new framerate on output caps instead of input capsCarl-Anton Ingmarsson
2010-09-05vdpauh264dec: parse "pixel-aspect-ratio" from streamCarl-Anton Ingmarsson
2010-09-05vdpau: remove non working unused code from GstBaseVideoDecoderCarl-Anton Ingmarsson
2010-09-05vdpau: GstBaseVideoDecoder set default par to 1/1Carl-Anton Ingmarsson
2010-09-05vdpau: remove gst_base_video_decoder_get_current_frameCarl-Anton Ingmarsson
2010-09-05vdpau: rework GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson
2010-09-05vdpau: fix invalid unrefCarl-Anton Ingmarsson
2010-08-09vdpaumpeg4dec: fix typo in default_non_intra_quant_matrixCarl-Anton Ingmarsson
2010-08-09vdpau: add mpeg4 part2 decoderCarl-Anton Ingmarsson
2010-08-06vdpau: fix destruction of GstVdpDevice when it failed to openCarl-Anton Ingmarsson
2010-08-06vdpausink: use separate mutex for device lockingCarl-Anton Ingmarsson
2010-08-02vdpau: set back plugin ranks to GST_RANK_NONECarl-Anton Ingmarsson
2010-08-02vdpau: slightly fix GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson
2010-08-02vdpau: init debug category in gst_vdp_video_buffer_get_typeCarl-Anton Ingmarsson
2010-07-30vdpau: add error reporting to device creationCarl-Anton Ingmarsson
2010-07-30vdpau: fix small typo in GstBaseVideoDecoderCarl-Anton Ingmarsson
2010-07-30vdpau: use gst_vdp_yuv_to_video_caps in GstVdpVideoSrcPad to transform set capsCarl-Anton Ingmarsson