summaryrefslogtreecommitdiff
path: root/sys/vdpau
Commit message (Expand)AuthorAgeFilesLines
* 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
* vdpau: use GstVdpVideoBufferPool in GstVdpVideoSrcPadCarl-Anton Ingmarsson2010-07-301-58/+34
* vdpau: add GstVdpOutputBufferPoolCarl-Anton Ingmarsson2010-07-307-12/+216
* vdpau: add GstVdpVideoBufferPoolCarl-Anton Ingmarsson2010-07-307-15/+220
* vdpau: add GstVdpBufferPool base classCarl-Anton Ingmarsson2010-07-305-0/+581
* vdpau: remove GstVdpOutputSrcPad "template-caps" propertyCarl-Anton Ingmarsson2010-07-304-50/+21
* vdpau: remove GstVdpOutputSrcPad code to retrieve the device from downstreamCarl-Anton Ingmarsson2010-07-302-154/+101
* vdpau: cleanup GstVdpDecoder opening of it's GstVdpDeviceCarl-Anton Ingmarsson2010-07-306-156/+135
* vdpau: fix GstBaseVideoDecoder returning wrong GstStateChangeReturnCarl-Anton Ingmarsson2010-07-301-2/+4
* vdpaumpegdec: remove unneeded setting of buffer flagsCarl-Anton Ingmarsson2010-07-301-12/+0
* 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-234-206/+186
* vdpauh264dec: try to calculate framerate if we don't get one from upstreamCarl-Anton Ingmarsson2010-07-192-1/+21
* vdpau: fix segfault when vdpau device could not be createdThijs Vermeir2010-07-191-0/+1
* vdpauh264dec: fix problem when encountering GST_NAL_AU_DELIMITERCarl-Anton Ingmarsson2010-07-181-7/+1
* vdpauh264dec: calculate width and height from bitstream infoCarl-Anton Ingmarsson2010-07-151-4/+18
* vdpauh264dec: fix usage of g_bit_storageCarl-Anton Ingmarsson2010-07-151-1/+1
* vdpaumpegdec: rename zigzag matrixCarl-Anton Ingmarsson2010-07-141-8/+9
* vdpauh264dec: use g_bit_storage instead of log2Carl-Anton Ingmarsson2010-07-141-10/+1