summaryrefslogtreecommitdiff
path: root/sys/vdpau/gstvdp
Commit message (Expand)AuthorAgeFilesLines
* vdpau: Port to 1.0Edward Hervey2013-03-3125-4023/+0
* Fix FSF addressTim-Philipp Müller2012-11-0424-48/+48
* gst: Update versioningSebastian Dröge2012-04-041-9/+9
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-296-48/+63
|\
| * Add missing GLIB_DISABLE_DEPRECATION_WARNINGSEdward Hervey2012-03-062-0/+7
| * 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-281-0/+1
|/
* vdpau: fixup GstFlowReturn handlingCarl-Anton Ingmarsson2011-03-271-0/+4
* vdpau: fix invalid unrefCarl-Anton Ingmarsson2010-09-051-1/+1
* vdpau: fix destruction of GstVdpDevice when it failed to openCarl-Anton Ingmarsson2010-08-062-6/+4
* 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-303-80/+76
* 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-304-69/+80
* 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-302-94/+51
* vdpau: use GstVdpVideoBufferPool in GstVdpVideoSrcPadCarl-Anton Ingmarsson2010-07-301-58/+34
* vdpau: add GstVdpOutputBufferPoolCarl-Anton Ingmarsson2010-07-306-11/+215
* vdpau: add GstVdpVideoBufferPoolCarl-Anton Ingmarsson2010-07-306-13/+218
* vdpau: add GstVdpBufferPool base classCarl-Anton Ingmarsson2010-07-305-0/+581
* vdpau: remove GstVdpOutputSrcPad "template-caps" propertyCarl-Anton Ingmarsson2010-07-303-47/+20
* vdpau: remove GstVdpOutputSrcPad code to retrieve the device from downstreamCarl-Anton Ingmarsson2010-07-301-117/+49
* vdpau: cleanup GstVdpDecoder opening of it's GstVdpDeviceCarl-Anton Ingmarsson2010-07-304-152/+129
* vdpau: dist new header fileTim-Philipp Müller2010-07-271-1/+2
* vdpau: add gst_vdp_decoder_render and gst_vdp_decoder_init_decoderCarl-Anton Ingmarsson2010-07-232-12/+116
* vdpau: fix segfault when vdpau device could not be createdThijs Vermeir2010-07-191-0/+1
* vdpauvideopostprocess: fix resizing of outputCarl-Anton Ingmarsson2010-06-281-9/+0
* vdpau: add display property to GstVdpDecoderCarl-Anton Ingmarsson2010-06-281-2/+54
* vdpau: fix error handling when plugging "vdpauvideopostprocess ! fakesink"Carl-Anton Ingmarsson2010-06-281-35/+41
* vdpau: add error parameter to gst_vdp_video_src_pad_get_deviceCarl-Anton Ingmarsson2010-06-284-56/+71
* vdpau: add GstVdpDecoder base classCarl-Anton Ingmarsson2010-06-264-1/+179
* vdpau: change gst_vdp_video_src_pad_get_device behaviourCarl-Anton Ingmarsson2010-06-232-6/+74
* vdpau: base vdpaumpegdec on GstBaseVideoDecoderCarl-Anton Ingmarsson2010-06-2315-0/+2759