summaryrefslogtreecommitdiff
path: root/sys/vdpau
AgeCommit message (Expand)AuthorFilesLines
2010-09-05vdpau: GstBaseVideoDecoder set default par to 1/1Carl-Anton Ingmarsson1-6/+18
2010-09-05vdpau: remove gst_base_video_decoder_get_current_frameCarl-Anton Ingmarsson10-63/+51
2010-09-05vdpau: rework GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson4-175/+97
2010-09-05vdpau: fix invalid unrefCarl-Anton Ingmarsson1-1/+1
2010-08-09vdpaumpeg4dec: fix typo in default_non_intra_quant_matrixCarl-Anton Ingmarsson1-1/+1
2010-08-09vdpau: add mpeg4 part2 decoderCarl-Anton Ingmarsson8-2/+1374
2010-08-06vdpau: fix destruction of GstVdpDevice when it failed to openCarl-Anton Ingmarsson2-6/+4
2010-08-06vdpausink: use separate mutex for device lockingCarl-Anton Ingmarsson2-7/+22
2010-08-02vdpau: set back plugin ranks to GST_RANK_NONECarl-Anton Ingmarsson1-3/+3
2010-08-02vdpau: slightly fix GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson4-58/+68
2010-08-02vdpau: init debug category in gst_vdp_video_buffer_get_typeCarl-Anton Ingmarsson1-0/+2
2010-07-30vdpau: add error reporting to device creationCarl-Anton Ingmarsson6-99/+102
2010-07-30vdpau: fix small typo in GstBaseVideoDecoderCarl-Anton Ingmarsson1-1/+1
2010-07-30vdpau: use gst_vdp_yuv_to_video_caps in GstVdpVideoSrcPad to transform set capsCarl-Anton Ingmarsson1-10/+4
2010-07-30vdpau: rename gst_vdp_video_buffer_parse_yuv_caps and move it to gstvdputils.hCarl-Anton Ingmarsson5-71/+82
2010-07-30vdpau: GstVdpOutputSrcPad use gst_pad_alloc when outputting video/x-raw-rgbCarl-Anton Ingmarsson1-4/+27
2010-07-30vdpau: properly remove "chroma-type" field from transformed capsCarl-Anton Ingmarsson1-1/+1
2010-07-30vdpauvideopostprocess: use GstVdp[Video|Output]BufferPool to cache our buffersCarl-Anton Ingmarsson4-156/+107
2010-07-30vdpausink: use GstVdpOutputBufferPool to alloc our buffersCarl-Anton Ingmarsson2-53/+39
2010-07-30vdpau: use GstVdpVideoBufferPool in GstVdpVideoSrcPadCarl-Anton Ingmarsson1-58/+34
2010-07-30vdpau: add GstVdpOutputBufferPoolCarl-Anton Ingmarsson7-12/+216
2010-07-30vdpau: add GstVdpVideoBufferPoolCarl-Anton Ingmarsson7-15/+220
2010-07-30vdpau: add GstVdpBufferPool base classCarl-Anton Ingmarsson5-0/+581
2010-07-30vdpau: remove GstVdpOutputSrcPad "template-caps" propertyCarl-Anton Ingmarsson4-50/+21
2010-07-30vdpau: remove GstVdpOutputSrcPad code to retrieve the device from downstreamCarl-Anton Ingmarsson2-154/+101
2010-07-30vdpau: cleanup GstVdpDecoder opening of it's GstVdpDeviceCarl-Anton Ingmarsson6-156/+135
2010-07-30vdpau: fix GstBaseVideoDecoder returning wrong GstStateChangeReturnCarl-Anton Ingmarsson1-2/+4
2010-07-30vdpaumpegdec: remove unneeded setting of buffer flagsCarl-Anton Ingmarsson1-12/+0
2010-07-27vdpau: dist new header fileTim-Philipp Müller1-1/+2
2010-07-23vdpau: add gst_vdp_decoder_render and gst_vdp_decoder_init_decoderCarl-Anton Ingmarsson4-206/+186
2010-07-19vdpauh264dec: try to calculate framerate if we don't get one from upstreamCarl-Anton Ingmarsson2-1/+21
2010-07-19vdpau: fix segfault when vdpau device could not be createdThijs Vermeir1-0/+1
2010-07-18vdpauh264dec: fix problem when encountering GST_NAL_AU_DELIMITERCarl-Anton Ingmarsson1-7/+1
2010-07-15vdpauh264dec: calculate width and height from bitstream infoCarl-Anton Ingmarsson1-4/+18
2010-07-15vdpauh264dec: fix usage of g_bit_storageCarl-Anton Ingmarsson1-1/+1
2010-07-14vdpaumpegdec: rename zigzag matrixCarl-Anton Ingmarsson1-8/+9
2010-07-14vdpauh264dec: use g_bit_storage instead of log2Carl-Anton Ingmarsson1-10/+1
2010-06-29vdpau: Check for log2 and only use it if it's availableSebastian Dröge1-0/+8
2010-06-28vdpauh264dec: don't use deprecated g_ptr_array_free incase glib >= 2.22Carl-Anton Ingmarsson1-0/+5
2010-06-28vdpauvideopostprocess: fix resizing of outputCarl-Anton Ingmarsson1-9/+0
2010-06-28vdpauh264dec: don't use glib 2.22 functionsCarl-Anton Ingmarsson1-3/+3
2010-06-28vdpau: change GstBaseVideoDecoder state apiCarl-Anton Ingmarsson4-33/+21
2010-06-28vdpauh264dec: free frames on finalize in GstH264DPBCarl-Anton Ingmarsson1-3/+9
2010-06-28vdpau: add display property to GstVdpDecoderCarl-Anton Ingmarsson4-94/+63
2010-06-28vdpauh264dec: rename GstVdpH264Frame to GstH264FrameCarl-Anton Ingmarsson6-77/+76
2010-06-28vdpau: fix error handling when plugging "vdpauvideopostprocess ! fakesink"Carl-Anton Ingmarsson2-41/+44
2010-06-28vdpau: add error parameter to gst_vdp_video_src_pad_get_deviceCarl-Anton Ingmarsson6-60/+83
2010-06-28vdpau: Link to $(LIBM) for log2 and friendsSebastian Dröge1-2/+3
2010-06-26vdpau: add GstVdpDecoder base classCarl-Anton Ingmarsson9-149/+197
2010-06-26vdpauh264dec: add gst_h264_dpb_set_output_func functionCarl-Anton Ingmarsson3-10/+27