summaryrefslogtreecommitdiff
path: root/sys/vdpau/mpeg
AgeCommit message (Expand)AuthorFilesLines
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge1-2/+2
2013-03-31vdpau: Port to 1.0Edward Hervey6-1160/+265
2012-11-04Fix FSF addressTim-Philipp Müller6-12/+12
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-3/+5
2012-03-28update for buffer changesWim Taymans1-1/+1
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier1-5/+6
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-2/+2
2011-03-27vdpau: fixup GstFlowReturn handlingCarl-Anton Ingmarsson1-2/+7
2011-03-27vdpaumpegdec: don't ignore return value of gst_base_video_decoder_finish_frameCarl-Anton Ingmarsson1-2/+2
2010-10-03vdpau: Check return values of the bitreader functionsSebastian Dröge1-4/+8
2010-09-05vdpau: remove gst_base_video_decoder_get_current_frameCarl-Anton Ingmarsson3-8/+12
2010-08-02vdpau: slightly fix GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson1-12/+6
2010-07-30vdpau: cleanup GstVdpDecoder opening of it's GstVdpDeviceCarl-Anton Ingmarsson1-2/+3
2010-07-30vdpaumpegdec: remove unneeded setting of buffer flagsCarl-Anton Ingmarsson1-12/+0
2010-07-23vdpau: add gst_vdp_decoder_render and gst_vdp_decoder_init_decoderCarl-Anton Ingmarsson1-104/+36
2010-07-14vdpaumpegdec: rename zigzag matrixCarl-Anton Ingmarsson1-8/+9
2010-06-28vdpau: change GstBaseVideoDecoder state apiCarl-Anton Ingmarsson1-9/+8
2010-06-28vdpau: add display property to GstVdpDecoderCarl-Anton Ingmarsson1-70/+1
2010-06-28vdpau: add error parameter to gst_vdp_video_src_pad_get_deviceCarl-Anton Ingmarsson1-2/+6
2010-06-26vdpau: add GstVdpDecoder base classCarl-Anton Ingmarsson2-74/+8
2010-06-24Revert "vdpau: rename GstBaseVideoDecoder to SatBaseVideoDecoder"Carl-Anton Ingmarsson4-65/+65
2010-06-24vdpau: rename GstBaseVideoDecoder to SatBaseVideoDecoderCarl-Anton Ingmarsson4-65/+65
2010-06-23vdpau: fixup decoder timestampingCarl-Anton Ingmarsson1-1/+3
2010-06-23vdpau: change gst_vdp_video_src_pad_get_device behaviourCarl-Anton Ingmarsson1-4/+8
2010-06-23vdpau: base vdpaumpegdec on GstBaseVideoDecoderCarl-Anton Ingmarsson6-0/+1740