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