summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-20vdpau: remove obosolete FIXME and some debug prints from gstvdpaudevice.cCarl-Anton Ingmarsson1-3/+0
2009-06-20vdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.hCarl-Anton Ingmarsson1-0/+0
2009-06-20vdpau: remove gst-vdpau-device.cCarl-Anton Ingmarsson1-267/+0
2009-06-20vdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch]Carl-Anton Ingmarsson3-3/+270
2009-06-20vdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder"Carl-Anton Ingmarsson2-25/+25
2009-06-20vdpau: make the decoder clean up after itselfCarl-Anton Ingmarsson2-2/+32
2009-06-20vdpau: remove extra \ from Makefile.amCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpau: add gstvdpaudevice for abstracting vdpau initalizationCarl-Anton Ingmarsson7-213/+392
2009-06-20vdpau: remove commentCarl-Anton Ingmarsson1-1/+0
2009-06-20vdpau: MPEG1 decoding know gives recognizable outputCarl-Anton Ingmarsson7-61/+529
2009-06-20vdpau: create VdpDecoder in set_caps add more functions for parsing mpegCarl-Anton Ingmarsson6-48/+276
2009-06-20vdpau: store vdpau function pointers in a local structureCarl-Anton Ingmarsson4-61/+43
2009-06-20vdpau: extract mpeg2 profile from codec_dataCarl-Anton Ingmarsson6-12/+325
2009-06-20vdpau: extract mpeg versionCarl-Anton Ingmarsson4-23/+40
2009-06-20vdpau: add version specification to mpegdecoder capsCarl-Anton Ingmarsson3-291/+1
2009-06-20vdpau: focus on mpeg instead of h264Carl-Anton Ingmarsson3-2/+292
2009-06-20vdpau: rough try at implementing pushinf of YV12 buffersCarl-Anton Ingmarsson3-3/+38
2009-06-20vdpau: remove obsolete commentCarl-Anton Ingmarsson1-4/+0
2009-06-20vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add gst_vdpaudecoder_push...Carl-Anton Ingmarsson3-7/+35
2009-06-20vdpau: add stubs for pushing VdpVideoSurfaces to the src padCarl-Anton Ingmarsson2-4/+19
2009-06-20vdpau: update VdpauH264Decoder element descriptionCarl-Anton Ingmarsson1-2/+2
2009-06-20vdpau: changle gstvdpaudecoder.c classificationCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpau: implement downstream caps negotiationCarl-Anton Ingmarsson6-82/+577
2009-06-20vdpau: small indentation fixCarl-Anton Ingmarsson1-2/+1
2009-06-20vdpau: add basic base class for vdpau decodersCarl-Anton Ingmarsson3-6/+299
2009-06-20add new vdpau directoryCarl-Anton Ingmarsson3-2/+29