summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2009-06-20vdpau: s/GST_TYPE_VDPAU/GST_TYPE_VDP/gCarl-Anton Ingmarsson3-18/+18
2009-06-20vdpaumpegdec: fixup state changeCarl-Anton Ingmarsson2-6/+9
2009-06-20vdpau: init "vdpaudevice" debug catoegory in gst_vdp_get_deviceCarl-Anton Ingmarsson1-4/+2
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 Ingmarsson4-118/+113
2009-06-20vdpaumpegdec: set full_pel_forward_vector to 0 when pic_type == P_FRAMECarl-Anton Ingmarsson1-1/+2
2009-06-20vdpaumpegdec: drop frames if we haven't got an I_FRAME yetCarl-Anton Ingmarsson1-5/+11
2009-06-20vdpau: set vdpauvideoyuv and vdpauyuvvideo to GST_RANK_PRIMARYCarl-Anton Ingmarsson1-2/+2
2009-06-20vdpaumpegdec: destroy the VdpDecoder and reset the decoder on state changeCarl-Anton Ingmarsson2-27/+38
2009-06-20vdpau: fix error where we forgot to pass a trailing NULL to g_object_newCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpau: close display on finalizeCarl-Anton Ingmarsson1-0/+1
2009-06-20vdpau: small fixesCarl-Anton Ingmarsson1-2/+3
2009-06-20vdpau: use g_once_init_enter instead of g_onceCarl-Anton Ingmarsson1-11/+7
2009-06-20vdpaumpegdec: if available use incoming buffer timestamp as output timestampCarl-Anton Ingmarsson2-12/+13
2009-06-20vdpaumpegdec: clear the adapter when we reset the decoderCarl-Anton Ingmarsson1-0/+2
2009-06-20vdpau: fixup renamingCarl-Anton Ingmarsson10-65/+63
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 Ingmarsson4-11/+22
2009-06-20vdpaumpegdec: convert all manual parsing to use read_bits insteadCarl-Anton Ingmarsson1-11/+16
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 Ingmarsson3-38/+51
2009-06-20vdpaumpegdec: more B_FRAME workCarl-Anton Ingmarsson1-9/+8
2009-06-20vdpaumpegdec: inital support at handling B_FRAMESCarl-Anton Ingmarsson2-0/+47
2009-06-20vdpaumpegdec: fixup GstFlowReturn propagation a bitCarl-Anton Ingmarsson1-5/+5
2009-06-20vdpaumpegdec: parse PICTURE_CODING_EXTENSION alternate_scan bitCarl-Anton Ingmarsson3-0/+3
2009-06-20vdpaumpegdec: fixup quantmatrix extension parsingCarl-Anton Ingmarsson2-13/+12
2009-06-20vdpaumpegdec: correct some default valuesCarl-Anton Ingmarsson1-2/+6
2009-06-20vdpaumpegdecoder: remove unused slice fieldCarl-Anton Ingmarsson1-1/+0
2009-06-20vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"Carl-Anton Ingmarsson2-2/+2
2009-06-20vdpau: remove "silent" property from GstVdpDecoderCarl-Anton Ingmarsson2-15/+1
2009-06-20vdpau: don't set element details in GstVdpDecoderCarl-Anton Ingmarsson1-6/+0
2009-06-20vdpaumpegdecoder: rename to "vdpaumpegdec"Carl-Anton Ingmarsson2-6/+6
2009-06-20vdpaumpegdecoder: remove unnecesary want_slice fieldCarl-Anton Ingmarsson2-18/+7
2009-06-20vdpau: small cosmetical fixCarl-Anton Ingmarsson1-4/+4
2009-06-20vdpau: rename all files and objects from Vdpau to VdpCarl-Anton Ingmarsson14-294/+289
2009-06-20vdpau: decode slices when we get the next picture header. MPEG2 now kindof wo...Carl-Anton Ingmarsson1-4/+4
2009-06-20vdpau: small improvement to mpeg decoderCarl-Anton Ingmarsson3-9/+23
2009-06-20vdpau: remove unused "silent" propertiesCarl-Anton Ingmarsson7-54/+3
2009-06-20vdpau: implement GstVdpauVideoBuffer -> I420 conversionCarl-Anton Ingmarsson2-19/+64
2009-06-20vdpau: move definition of the VdpChromaType array and the VdpauFormats to gst...Carl-Anton Ingmarsson3-91/+55
2009-06-20vdpau: small fixCarl-Anton Ingmarsson1-1/+3
2009-06-20vdpau: add new GstVdpauYUVVideo elementCarl-Anton Ingmarsson7-2/+617
2009-06-20vdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder ...Carl-Anton Ingmarsson2-4/+30
2009-06-20vdpau: remove some unneded includesCarl-Anton Ingmarsson2-3/+0
2009-06-20vdpau: move plugin definition to a new gstvdpau.c file fix up debug categoriesCarl-Anton Ingmarsson5-38/+35
2009-06-20vdpau: add new GstVdpauVideoYUV elementCarl-Anton Ingmarsson9-306/+721
2009-06-20vdpau: small indent fixCarl-Anton Ingmarsson1-2/+2