summaryrefslogtreecommitdiff
path: root/sys/vdpau/mpegutil.c
Commit message (Expand)AuthorAgeFilesLines
* vdpaumpegdec: small cleanupsCarl-Anton Ingmarsson2009-06-201-10/+12
* vdpaumpegdec: handle GST_QUERY_POSITION and GST_QUERY_DURATIONCarl-Anton Ingmarsson2009-06-201-1/+4
* vdpaumpegdec: calculate correct duration from data in MPEG_PACKET_EXT_PICTURE...Carl-Anton Ingmarsson2009-06-201-0/+8
* vdpaumpegdec: use GstBitReader to parse bitstreamCarl-Anton Ingmarsson2009-06-201-213/+213
* vdpaumpegdec: set full_pel_forward_vector to 0 when pic_type == P_FRAMECarl-Anton Ingmarsson2009-06-201-1/+2
* vdpaumpegdec: handle broken_gop fieldCarl-Anton Ingmarsson2009-06-201-9/+6
* vdpaumpegdec: convert all manual parsing to use read_bits insteadCarl-Anton Ingmarsson2009-06-201-11/+16
* vdpaumpegdec: handle multiple B_FRAMEs in a rowCarl-Anton Ingmarsson2009-06-201-4/+1
* vdpaumpegdec: parse PICTURE_CODING_EXTENSION alternate_scan bitCarl-Anton Ingmarsson2009-06-201-0/+1
* vdpaumpegdec: fixup quantmatrix extension parsingCarl-Anton Ingmarsson2009-06-201-8/+7
* vdpau: small improvement to mpeg decoderCarl-Anton Ingmarsson2009-06-201-1/+1
* vdpau: MPEG1 decoding know gives recognizable outputCarl-Anton Ingmarsson2009-06-201-28/+103
* vdpau: create VdpDecoder in set_caps add more functions for parsing mpegCarl-Anton Ingmarsson2009-06-201-0/+115
* vdpau: extract mpeg2 profile from codec_dataCarl-Anton Ingmarsson2009-06-201-0/+227