Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-20 | vdpau: rename all files and objects from Vdpau to Vdp | Carl-Anton Ingmarsson | 1 | -13/+13 | |
2009-06-20 | vdpau: add new GstVdpauYUVVideo element | Carl-Anton Ingmarsson | 1 | -2/+4 | |
the GstVdpauYUVVideo element takes raw YUV video and outputs GstVdpauVideoBuffers | |||||
2009-06-20 | vdpau: move plugin definition to a new gstvdpau.c file fix up debug categories | Carl-Anton Ingmarsson | 1 | -1/+2 | |
2009-06-20 | vdpau: add new GstVdpauVideoYUV element | Carl-Anton Ingmarsson | 1 | -1/+5 | |
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: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch] | Carl-Anton Ingmarsson | 1 | -2/+2 | |
2009-06-20 | vdpau: remove extra \ from Makefile.am | Carl-Anton Ingmarsson | 1 | -1/+1 | |
2009-06-20 | vdpau: add gstvdpaudevice for abstracting vdpau initalization | Carl-Anton Ingmarsson | 1 | -2/+4 | |
2009-06-20 | vdpau: MPEG1 decoding know gives recognizable output | Carl-Anton Ingmarsson | 1 | -1/+2 | |
2009-06-20 | vdpau: store vdpau function pointers in a local structure | Carl-Anton Ingmarsson | 1 | -1/+0 | |
2009-06-20 | vdpau: extract mpeg2 profile from codec_data | Carl-Anton Ingmarsson | 1 | -4/+6 | |
2009-06-20 | vdpau: focus on mpeg instead of h264 | Carl-Anton Ingmarsson | 1 | -2/+2 | |
2009-06-20 | vdpau: implement downstream caps negotiation | Carl-Anton Ingmarsson | 1 | -2/+5 | |
2009-06-20 | vdpau: add basic base class for vdpau decoders | Carl-Anton Ingmarsson | 1 | -6/+9 | |
2009-06-20 | add new vdpau directory | Carl-Anton Ingmarsson | 1 | -0/+11 | |