summaryrefslogtreecommitdiff
path: root/sys/vdpau/h264
AgeCommit message (Expand)Author
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge
2013-03-31vdpau: Port to 1.0Edward Hervey
2012-11-04Fix FSF addressTim-Philipp Müller
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier
2012-03-06vdpau: Fix loop to not read before the valid memory areaSebastian Dröge
2011-11-28various: fix pad template ref leaksVincent Penquerc'h
2011-07-14vdpau: fix some variable-set-but-unused compiler warningsTim-Philipp Müller
2011-06-04vdpau: remove old glib compatibility codeDavid Schleef
2011-04-09vdpau: Fix uninitialized variable compiler warningSebastian Dröge
2011-03-27vdpau: fixup GstFlowReturn handlingCarl-Anton Ingmarsson
2011-01-27vdpau: Initialize some variables to make gcc 4.6 happySebastian Dröge
2010-09-05vdpauh264dec: parse "pixel-aspect-ratio" from streamCarl-Anton Ingmarsson
2010-09-05vdpau: remove gst_base_video_decoder_get_current_frameCarl-Anton Ingmarsson
2010-08-02vdpau: slightly fix GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson
2010-07-30vdpau: cleanup GstVdpDecoder opening of it's GstVdpDeviceCarl-Anton Ingmarsson
2010-07-23vdpau: add gst_vdp_decoder_render and gst_vdp_decoder_init_decoderCarl-Anton Ingmarsson
2010-07-19vdpauh264dec: try to calculate framerate if we don't get one from upstreamCarl-Anton Ingmarsson
2010-07-18vdpauh264dec: fix problem when encountering GST_NAL_AU_DELIMITERCarl-Anton Ingmarsson
2010-07-15vdpauh264dec: calculate width and height from bitstream infoCarl-Anton Ingmarsson
2010-07-15vdpauh264dec: fix usage of g_bit_storageCarl-Anton Ingmarsson
2010-07-14vdpauh264dec: use g_bit_storage instead of log2Carl-Anton Ingmarsson
2010-06-29vdpau: Check for log2 and only use it if it's availableSebastian Dröge
2010-06-28vdpauh264dec: don't use deprecated g_ptr_array_free incase glib >= 2.22Carl-Anton Ingmarsson
2010-06-28vdpauh264dec: don't use glib 2.22 functionsCarl-Anton Ingmarsson
2010-06-28vdpau: change GstBaseVideoDecoder state apiCarl-Anton Ingmarsson
2010-06-28vdpauh264dec: free frames on finalize in GstH264DPBCarl-Anton Ingmarsson
2010-06-28vdpau: add display property to GstVdpDecoderCarl-Anton Ingmarsson
2010-06-28vdpauh264dec: rename GstVdpH264Frame to GstH264FrameCarl-Anton Ingmarsson
2010-06-28vdpau: add error parameter to gst_vdp_video_src_pad_get_deviceCarl-Anton Ingmarsson
2010-06-26vdpau: add GstVdpDecoder base classCarl-Anton Ingmarsson
2010-06-26vdpauh264dec: add gst_h264_dpb_set_output_func functionCarl-Anton Ingmarsson
2010-06-24vdpauh264dec: fix unitialized variableCarl-Anton Ingmarsson
2010-06-24vdpauh264dec: fix initalization of GstNalReader cacheCarl-Anton Ingmarsson
2010-06-24Revert "vdpau: rename GstBaseVideoDecoder to SatBaseVideoDecoder"Carl-Anton Ingmarsson
2010-06-24vdpau: rename GstBaseVideoDecoder to SatBaseVideoDecoderCarl-Anton Ingmarsson
2010-06-23vdpauh264dec: use bitshifts instead of powCarl-Anton Ingmarsson
2010-06-23vdpauh264dec: add interlaced = false to sink capsCarl-Anton Ingmarsson
2010-06-23vdpauh264dec: fix parsing of scaling listsCarl-Anton Ingmarsson
2010-06-23vdpauh264dec: fix reading of signed exp golombCarl-Anton Ingmarsson
2010-06-23vdpau: fixup decoder timestampingCarl-Anton Ingmarsson
2010-06-23vdpauh264dec: fix initialization of fallback scaling matrixCarl-Anton Ingmarsson
2010-06-23vdpauh264dec: improve furtherCarl-Anton Ingmarsson
2010-06-23vdpauh264dec: now works for simple streamsCarl-Anton Ingmarsson
2010-06-23vdpau: more work on h264 decoderCarl-Anton Ingmarsson
2010-06-23vdpau: add beginning of h264 decoderCarl-Anton Ingmarsson