summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpvideobuffer.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-20vdpau: s/IS_VDPAU/IS_VDPCarl-Anton Ingmarsson1-1/+1
2009-06-20s/GST_TYPE_VDPAU/GST_TYPE_VDP/gCarl-Anton Ingmarsson1-3/+3
2009-06-20vdpaumpegdec: the B_FRAME decoding was completely wrong, fix itCarl-Anton Ingmarsson1-0/+4
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: fixup renamingCarl-Anton Ingmarsson1-4/+4
the rename work done in commit 24cf84d06b2f4b2edec3383b198441a07829618b didn't include typecasts. This commit fixes this.
2009-06-20vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"Carl-Anton Ingmarsson1-1/+1
2009-06-20vdpau: rename all files and objects from Vdpau to VdpCarl-Anton Ingmarsson1-0/+55