summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpvideobuffer.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-20vdpau: s/IS_VDPAU/IS_VDPCarl-Anton Ingmarsson1-2/+2
2009-06-20s/GST_TYPE_VDPAU/GST_TYPE_VDP/gCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpaumpegdec: the B_FRAME decoding was completely wrong, fix itCarl-Anton Ingmarsson1-27/+51
the buffers don't come in output order so fix the decoder to handle this add new gst_vdp_video_buffer_add_reference method to GstVdpVideoBuffer to be able to keep buffers alive. Ie. a B_FRAME need to have both the forward reference and the backward reference alive during it's lifetime. add mutex to protect for threadsafety issues when we reset the decoder in FLUSH_STOP
2009-06-20vdpau: rename all files and objects from Vdpau to VdpCarl-Anton Ingmarsson1-0/+114