Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-20 | vdpaumpegdec: remove unneded gst_buffer_ref and the accompanying ↵ | Carl-Anton Ingmarsson | 1 | -3/+0 | |
gst_buffer_unref | |||||
2009-06-20 | vdpaumpegdec: fixup error where we set forward_reference instead of ↵ | Carl-Anton Ingmarsson | 1 | -1/+1 | |
backward_reference | |||||
2009-06-20 | vdpaumpegdec: handle multiple B_FRAMEs in a row | Carl-Anton Ingmarsson | 3 | -38/+51 | |
2009-06-20 | vdpaumpegdec: more B_FRAME work | Carl-Anton Ingmarsson | 1 | -9/+8 | |
2009-06-20 | vdpaumpegdec: inital support at handling B_FRAMES | Carl-Anton Ingmarsson | 2 | -0/+47 | |
2009-06-20 | vdpaumpegdec: fixup GstFlowReturn propagation a bit | Carl-Anton Ingmarsson | 1 | -5/+5 | |
2009-06-20 | vdpaumpegdec: parse PICTURE_CODING_EXTENSION alternate_scan bit | Carl-Anton Ingmarsson | 3 | -0/+3 | |
2009-06-20 | vdpaumpegdec: fixup quantmatrix extension parsing | Carl-Anton Ingmarsson | 2 | -13/+12 | |
2009-06-20 | vdpaumpegdec: correct some default values | Carl-Anton Ingmarsson | 1 | -2/+6 | |
mpeg1 now give nearly correct output :) | |||||
2009-06-20 | vdpaumpegdecoder: remove unused slice field | Carl-Anton Ingmarsson | 1 | -1/+0 | |
2009-06-20 | vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video" | Carl-Anton Ingmarsson | 2 | -2/+2 | |
2009-06-20 | vdpau: remove "silent" property from GstVdpDecoder | Carl-Anton Ingmarsson | 2 | -15/+1 | |
2009-06-20 | vdpau: don't set element details in GstVdpDecoder | Carl-Anton Ingmarsson | 1 | -6/+0 | |
2009-06-20 | vdpaumpegdecoder: rename to "vdpaumpegdec" | Carl-Anton Ingmarsson | 2 | -6/+6 | |
2009-06-20 | vdpaumpegdecoder: remove unnecesary want_slice field | Carl-Anton Ingmarsson | 2 | -18/+7 | |
2009-06-20 | vdpau: small cosmetical fix | Carl-Anton Ingmarsson | 1 | -4/+4 | |
2009-06-20 | vdpau: rename all files and objects from Vdpau to Vdp | Carl-Anton Ingmarsson | 14 | -294/+289 | |
2009-06-20 | vdpau: decode slices when we get the next picture header. MPEG2 now kindof ↵ | Carl-Anton Ingmarsson | 1 | -4/+4 | |
works. | |||||
2009-06-20 | vdpau: small improvement to mpeg decoder | Carl-Anton Ingmarsson | 3 | -9/+23 | |
2009-06-20 | vdpau: remove unused "silent" properties | Carl-Anton Ingmarsson | 7 | -54/+3 | |
2009-06-20 | vdpau: implement GstVdpauVideoBuffer -> I420 conversion | Carl-Anton Ingmarsson | 2 | -19/+64 | |
2009-06-20 | vdpau: move definition of the VdpChromaType array and the VdpauFormats to ↵ | Carl-Anton Ingmarsson | 3 | -91/+55 | |
gstdevice.h | |||||
2009-06-20 | vdpau: small fix | Carl-Anton Ingmarsson | 1 | -1/+3 | |
set vdp_info.forward_reference to VDP_INVALID handle when unreffing the old buffer | |||||
2009-06-20 | vdpau: add new GstVdpauYUVVideo element | Carl-Anton Ingmarsson | 7 | -2/+617 | |
the GstVdpauYUVVideo element takes raw YUV video and outputs GstVdpauVideoBuffers | |||||
2009-06-20 | vdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder ↵ | Carl-Anton Ingmarsson | 2 | -4/+30 | |
parse sequence headers | |||||
2009-06-20 | vdpau: remove some unneded includes | Carl-Anton Ingmarsson | 2 | -3/+0 | |
2009-06-20 | vdpau: move plugin definition to a new gstvdpau.c file fix up debug categories | Carl-Anton Ingmarsson | 5 | -38/+35 | |
2009-06-20 | vdpau: add new GstVdpauVideoYUV element | Carl-Anton Ingmarsson | 9 | -306/+721 | |
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: remove obosolete FIXME and some debug prints from gstvdpaudevice.c | Carl-Anton Ingmarsson | 1 | -3/+0 | |
2009-06-20 | vdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.h | Carl-Anton Ingmarsson | 1 | -0/+0 | |
2009-06-20 | vdpau: remove gst-vdpau-device.c | Carl-Anton Ingmarsson | 1 | -267/+0 | |
2009-06-20 | vdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch] | Carl-Anton Ingmarsson | 3 | -3/+270 | |
2009-06-20 | vdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder" | Carl-Anton Ingmarsson | 2 | -25/+25 | |
2009-06-20 | vdpau: make the decoder clean up after itself | Carl-Anton Ingmarsson | 2 | -2/+32 | |
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 | 7 | -213/+392 | |
2009-06-20 | vdpau: remove comment | Carl-Anton Ingmarsson | 1 | -1/+0 | |
2009-06-20 | vdpau: MPEG1 decoding know gives recognizable output | Carl-Anton Ingmarsson | 7 | -61/+529 | |
2009-06-20 | vdpau: create VdpDecoder in set_caps add more functions for parsing mpeg | Carl-Anton Ingmarsson | 6 | -48/+276 | |
2009-06-20 | vdpau: store vdpau function pointers in a local structure | Carl-Anton Ingmarsson | 4 | -61/+43 | |
2009-06-20 | vdpau: extract mpeg2 profile from codec_data | Carl-Anton Ingmarsson | 6 | -12/+325 | |
2009-06-20 | vdpau: extract mpeg version | Carl-Anton Ingmarsson | 4 | -23/+40 | |
2009-06-20 | vdpau: add version specification to mpegdecoder caps | Carl-Anton Ingmarsson | 3 | -291/+1 | |
2009-06-20 | vdpau: focus on mpeg instead of h264 | Carl-Anton Ingmarsson | 3 | -2/+292 | |
2009-06-20 | vdpau: rough try at implementing pushinf of YV12 buffers | Carl-Anton Ingmarsson | 3 | -3/+38 | |
2009-06-20 | vdpau: remove obsolete comment | Carl-Anton Ingmarsson | 1 | -4/+0 | |
2009-06-20 | vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add ↵ | Carl-Anton Ingmarsson | 3 | -7/+35 | |
gst_vdpaudecoder_push_video_surface to vdpaudecoder.h | |||||
2009-06-20 | vdpau: add stubs for pushing VdpVideoSurfaces to the src pad | Carl-Anton Ingmarsson | 2 | -4/+19 | |
2009-06-20 | vdpau: update VdpauH264Decoder element description | Carl-Anton Ingmarsson | 1 | -2/+2 | |