Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-20 | vdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder ↵ | Carl-Anton Ingmarsson | 1 | -2/+26 | |
parse sequence headers | |||||
2009-06-20 | vdpau: remove some unneded includes | Carl-Anton Ingmarsson | 1 | -2/+0 | |
2009-06-20 | vdpau: move plugin definition to a new gstvdpau.c file fix up debug categories | Carl-Anton Ingmarsson | 1 | -35/+5 | |
2009-06-20 | vdpau: add new GstVdpauVideoYUV element | Carl-Anton Ingmarsson | 1 | -18/+19 | |
GstVdpauDecoder now pushes GstVdpauVideoBuffers instead of doing VdpSurface -> YUV conversion. To get YUV data you now put in a GstVdpauVideoYUV element which takes GstVdpauVideoBuffers and outputs YUV data. | |||||
2009-06-20 | vdpau: small indent fix | Carl-Anton Ingmarsson | 1 | -2/+2 | |
2009-06-20 | vdpau: make the decoder clean up after itself | Carl-Anton Ingmarsson | 1 | -2/+17 | |
2009-06-20 | vdpau: add gstvdpaudevice for abstracting vdpau initalization | Carl-Anton Ingmarsson | 1 | -40/+13 | |
2009-06-20 | vdpau: MPEG1 decoding know gives recognizable output | Carl-Anton Ingmarsson | 1 | -13/+259 | |
2009-06-20 | vdpau: create VdpDecoder in set_caps add more functions for parsing mpeg | Carl-Anton Ingmarsson | 1 | -5/+20 | |
2009-06-20 | vdpau: extract mpeg2 profile from codec_data | Carl-Anton Ingmarsson | 1 | -4/+25 | |
2009-06-20 | vdpau: extract mpeg version | Carl-Anton Ingmarsson | 1 | -1/+20 | |
2009-06-20 | vdpau: add version specification to mpegdecoder caps | Carl-Anton Ingmarsson | 1 | -1/+1 | |
2009-06-20 | vdpau: focus on mpeg instead of h264 | Carl-Anton Ingmarsson | 1 | -0/+202 | |