summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpmpegdecoder.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-20vdpaumpegdec: remove unnused GstVdpBFrame structCarl-Anton Ingmarsson1-6/+0
2009-06-20vdpaumpegdec: don't add forward_reference if the frame is an I_FRAMECarl-Anton Ingmarsson1-1/+2
2009-06-20vdpaumpegdec: set correct timestampsCarl-Anton Ingmarsson1-2/+1
2009-06-20vdpaumpegdec: remove unneeded locking since we know do StateChange correctlyCarl-Anton Ingmarsson1-12/+0
2009-06-20s/GST_TYPE_VDPAU/GST_TYPE_VDP/gCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpaumpegdec: fixup state changeCarl-Anton Ingmarsson1-5/+9
2009-06-20vdpaumpegdec: hold the lock in change_stateCarl-Anton Ingmarsson1-0/+4
2009-06-20vdpaumpegdec: the B_FRAME decoding was completely wrong, fix itCarl-Anton Ingmarsson1-88/+55
2009-06-20vdpaumpegdec: drop frames if we haven't got an I_FRAME yetCarl-Anton Ingmarsson1-5/+11
2009-06-20vdpaumpegdec: destroy the VdpDecoder and reset the decoder on state changeCarl-Anton Ingmarsson1-0/+38
2009-06-20vdpaumpegdec: if available use incoming buffer timestamp as output timestampCarl-Anton Ingmarsson1-3/+8
2009-06-20vdpaumpegdec: clear the adapter when we reset the decoderCarl-Anton Ingmarsson1-0/+2
2009-06-20vdpau: fixup renamingCarl-Anton Ingmarsson1-13/+11
2009-06-20vdpaumpegdec: reset decoder on GST_EVENT_FLUSH_STOPCarl-Anton Ingmarsson1-0/+28
2009-06-20vdpaumpegdec: reset decoder when we get a discont bufferCarl-Anton Ingmarsson1-0/+27
2009-06-20vdpaumpegdec: add "MPEG_PACKET_EXT_PICTURE_CODING" debug statementCarl-Anton Ingmarsson1-0/+1
2009-06-20vdpaumpegdec: handle broken_gop fieldCarl-Anton Ingmarsson1-0/+10
2009-06-20vdpaumpegdec: remove unneded gst_buffer_ref and the accompanying gst_buffer_u...Carl-Anton Ingmarsson1-3/+0
2009-06-20vdpaumpegdec: fixup error where we set forward_reference instead of backward_...Carl-Anton Ingmarsson1-1/+1
2009-06-20vdpaumpegdec: handle multiple B_FRAMEs in a rowCarl-Anton Ingmarsson1-32/+49
2009-06-20vdpaumpegdec: more B_FRAME workCarl-Anton Ingmarsson1-9/+8
2009-06-20vdpaumpegdec: inital support at handling B_FRAMESCarl-Anton Ingmarsson1-0/+43
2009-06-20vdpaumpegdec: fixup GstFlowReturn propagation a bitCarl-Anton Ingmarsson1-5/+5
2009-06-20vdpaumpegdec: parse PICTURE_CODING_EXTENSION alternate_scan bitCarl-Anton Ingmarsson1-0/+1
2009-06-20vdpaumpegdec: fixup quantmatrix extension parsingCarl-Anton Ingmarsson1-5/+5
2009-06-20vdpaumpegdec: correct some default valuesCarl-Anton Ingmarsson1-2/+6
2009-06-20vdpaumpegdecoder: rename to "vdpaumpegdec"Carl-Anton Ingmarsson1-5/+5
2009-06-20vdpaumpegdecoder: remove unnecesary want_slice fieldCarl-Anton Ingmarsson1-16/+7
2009-06-20vdpau: rename all files and objects from Vdpau to VdpCarl-Anton Ingmarsson1-0/+481