summaryrefslogtreecommitdiff
path: root/sys/vdpau
Commit message (Expand)AuthorAgeFilesLines
* 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
* vdpau: slightly fix GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson2010-08-024-58/+68
* vdpau: init debug category in gst_vdp_video_buffer_get_typeCarl-Anton Ingmarsson2010-08-021-0/+2
* vdpau: add error reporting to device creationCarl-Anton Ingmarsson2010-07-306-99/+102
* vdpau: fix small typo in GstBaseVideoDecoderCarl-Anton Ingmarsson2010-07-301-1/+1
* vdpau: use gst_vdp_yuv_to_video_caps in GstVdpVideoSrcPad to transform set capsCarl-Anton Ingmarsson2010-07-301-10/+4
* vdpau: rename gst_vdp_video_buffer_parse_yuv_caps and move it to gstvdputils.hCarl-Anton Ingmarsson2010-07-305-71/+82
* vdpau: GstVdpOutputSrcPad use gst_pad_alloc when outputting video/x-raw-rgbCarl-Anton Ingmarsson2010-07-301-4/+27
* vdpau: properly remove "chroma-type" field from transformed capsCarl-Anton Ingmarsson2010-07-301-1/+1
* vdpauvideopostprocess: use GstVdp[Video|Output]BufferPool to cache our buffersCarl-Anton Ingmarsson2010-07-304-156/+107
* vdpausink: use GstVdpOutputBufferPool to alloc our buffersCarl-Anton Ingmarsson2010-07-302-53/+39