Age | Commit message (Expand) | Author | Files | Lines |
2009-06-20 | vdpaumpegdec: small cleanups | Carl-Anton Ingmarsson | 1 | -10/+12 |
2009-06-20 | vdpaumpegdec: handle GST_QUERY_POSITION and GST_QUERY_DURATION | Carl-Anton Ingmarsson | 1 | -1/+4 |
2009-06-20 | vdpaumpegdec: calculate correct duration from data in MPEG_PACKET_EXT_PICTURE... | Carl-Anton Ingmarsson | 1 | -0/+8 |
2009-06-20 | vdpaumpegdec: use GstBitReader to parse bitstream | Carl-Anton Ingmarsson | 1 | -213/+213 |
2009-06-20 | vdpaumpegdec: set full_pel_forward_vector to 0 when pic_type == P_FRAME | Carl-Anton Ingmarsson | 1 | -1/+2 |
2009-06-20 | vdpaumpegdec: handle broken_gop field | Carl-Anton Ingmarsson | 1 | -9/+6 |
2009-06-20 | vdpaumpegdec: convert all manual parsing to use read_bits instead | Carl-Anton Ingmarsson | 1 | -11/+16 |
2009-06-20 | vdpaumpegdec: handle multiple B_FRAMEs in a row | Carl-Anton Ingmarsson | 1 | -4/+1 |
2009-06-20 | vdpaumpegdec: parse PICTURE_CODING_EXTENSION alternate_scan bit | Carl-Anton Ingmarsson | 1 | -0/+1 |
2009-06-20 | vdpaumpegdec: fixup quantmatrix extension parsing | Carl-Anton Ingmarsson | 1 | -8/+7 |
2009-06-20 | vdpau: small improvement to mpeg decoder | Carl-Anton Ingmarsson | 1 | -1/+1 |
2009-06-20 | vdpau: MPEG1 decoding know gives recognizable output | Carl-Anton Ingmarsson | 1 | -28/+103 |
2009-06-20 | vdpau: create VdpDecoder in set_caps add more functions for parsing mpeg | Carl-Anton Ingmarsson | 1 | -0/+115 |
2009-06-20 | vdpau: extract mpeg2 profile from codec_data | Carl-Anton Ingmarsson | 1 | -0/+227 |