Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-20 | vdpaumpegdec: remove unneeded locking since we know do StateChange correctly | Carl-Anton Ingmarsson | 1 | -2/+0 | |
2009-06-20 | s/GST_TYPE_VDPAU/GST_TYPE_VDP/g | Carl-Anton Ingmarsson | 1 | -5/+5 | |
2009-06-20 | vdpaumpegdec: the B_FRAME decoding was completely wrong, fix it | Carl-Anton Ingmarsson | 1 | -3/+3 | |
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-20 | vdpau: fixup renaming | Carl-Anton Ingmarsson | 1 | -5/+5 | |
the rename work done in commit 24cf84d06b2f4b2edec3383b198441a07829618b didn't include typecasts. This commit fixes this. | |||||
2009-06-20 | vdpaumpegdec: handle broken_gop field | Carl-Anton Ingmarsson | 1 | -0/+2 | |
2009-06-20 | vdpaumpegdec: handle multiple B_FRAMEs in a row | Carl-Anton Ingmarsson | 1 | -2/+1 | |
2009-06-20 | vdpaumpegdec: inital support at handling B_FRAMES | Carl-Anton Ingmarsson | 1 | -0/+4 | |
2009-06-20 | vdpaumpegdecoder: remove unused slice field | Carl-Anton Ingmarsson | 1 | -1/+0 | |
2009-06-20 | vdpaumpegdecoder: remove unnecesary want_slice field | Carl-Anton Ingmarsson | 1 | -2/+0 | |
2009-06-20 | vdpau: rename all files and objects from Vdpau to Vdp | Carl-Anton Ingmarsson | 1 | -0/+65 | |