summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* vdpau: dist new header fileTim-Philipp Müller2010-07-271-1/+2
* dshowvideosink: Improvements contributed from the Moovida projet.Julien Moutte2010-07-233-124/+417
* vdpau: add gst_vdp_decoder_render and gst_vdp_decoder_init_decoderCarl-Anton Ingmarsson2010-07-234-206/+186
* vdpauh264dec: try to calculate framerate if we don't get one from upstreamCarl-Anton Ingmarsson2010-07-192-1/+21
* vdpau: fix segfault when vdpau device could not be createdThijs Vermeir2010-07-191-0/+1
* vdpauh264dec: fix problem when encountering GST_NAL_AU_DELIMITERCarl-Anton Ingmarsson2010-07-181-7/+1
* wasapisrc: Use new gst_audio_clock_new_full()Sebastian Dröge2010-07-161-0/+6
* vdpauh264dec: calculate width and height from bitstream infoCarl-Anton Ingmarsson2010-07-151-4/+18
* vdpauh264dec: fix usage of g_bit_storageCarl-Anton Ingmarsson2010-07-151-1/+1
* vdpaumpegdec: rename zigzag matrixCarl-Anton Ingmarsson2010-07-141-8/+9
* vdpauh264dec: use g_bit_storage instead of log2Carl-Anton Ingmarsson2010-07-141-10/+1
* winks: fix compilation by using the right functionDavid Hoyt2010-07-081-1/+1
* dshowdecwrapper: reset flow return state tracker after flush to avoid spuriousMichael Smith2010-07-071-0/+3
* dshowvideosink: Update renderer aspect ratio after force-aspect-ratio propert...Philippe Normand2010-07-072-2/+13
* dshowaudiodec: Fix compilation errorAndoni Morales Alastruey2010-07-061-1/+1
* vdpau: Check for log2 and only use it if it's availableSebastian Dröge2010-06-291-0/+8
* vdpauh264dec: don't use deprecated g_ptr_array_free incase glib >= 2.22Carl-Anton Ingmarsson2010-06-281-0/+5
* vdpauvideopostprocess: fix resizing of outputCarl-Anton Ingmarsson2010-06-281-9/+0
* vdpauh264dec: don't use glib 2.22 functionsCarl-Anton Ingmarsson2010-06-281-3/+3
* vdpau: change GstBaseVideoDecoder state apiCarl-Anton Ingmarsson2010-06-284-33/+21
* vdpauh264dec: free frames on finalize in GstH264DPBCarl-Anton Ingmarsson2010-06-281-3/+9
* vdpau: add display property to GstVdpDecoderCarl-Anton Ingmarsson2010-06-284-94/+63
* vdpauh264dec: rename GstVdpH264Frame to GstH264FrameCarl-Anton Ingmarsson2010-06-286-77/+76
* vdpau: fix error handling when plugging "vdpauvideopostprocess ! fakesink"Carl-Anton Ingmarsson2010-06-282-41/+44
* vdpau: add error parameter to gst_vdp_video_src_pad_get_deviceCarl-Anton Ingmarsson2010-06-286-60/+83
* vdpau: Link to $(LIBM) for log2 and friendsSebastian Dröge2010-06-281-2/+3
* vdpau: add GstVdpDecoder base classCarl-Anton Ingmarsson2010-06-269-149/+197
* vdpauh264dec: add gst_h264_dpb_set_output_func functionCarl-Anton Ingmarsson2010-06-263-10/+27
* vdpay: fix build in uninstalled setupTim-Philipp Müller2010-06-241-3/+5
* vdpauh264dec: fix unitialized variableCarl-Anton Ingmarsson2010-06-241-1/+1
* vdpauh264dec: fix initalization of GstNalReader cacheCarl-Anton Ingmarsson2010-06-242-4/+4
* vdpau: rename GstBaseVideoDecoder to SatBaseVideoDecoder using CFLAGSCarl-Anton Ingmarsson2010-06-241-1/+3
* Revert "vdpau: rename GstBaseVideoDecoder to SatBaseVideoDecoder"Carl-Anton Ingmarsson2010-06-2418-704/+698
* vdpau: rename GstBaseVideoDecoder to SatBaseVideoDecoderCarl-Anton Ingmarsson2010-06-2418-698/+704
* vdpauh264dec: use bitshifts instead of powCarl-Anton Ingmarsson2010-06-231-2/+2
* vdpauh264dec: add interlaced = false to sink capsCarl-Anton Ingmarsson2010-06-231-1/+1
* vdpauh264dec: fix parsing of scaling listsCarl-Anton Ingmarsson2010-06-231-18/+48
* vdpauh264dec: fix reading of signed exp golombCarl-Anton Ingmarsson2010-06-231-3/+3
* vdpau: fixup decoder timestampingCarl-Anton Ingmarsson2010-06-234-64/+112
* vdpau: remove parse_codec_data from GstBaseVideoDecoderCarl-Anton Ingmarsson2010-06-232-26/+15
* vdpauh264dec: fix initialization of fallback scaling matrixCarl-Anton Ingmarsson2010-06-231-8/+7
* vdpauh264dec: improve furtherCarl-Anton Ingmarsson2010-06-236-92/+300
* vdpauh264dec: now works for simple streamsCarl-Anton Ingmarsson2010-06-233-56/+104
* vdpau: change gst_vdp_video_src_pad_get_device behaviourCarl-Anton Ingmarsson2010-06-233-10/+82
* vdpau: more work on h264 decoderCarl-Anton Ingmarsson2010-06-2310-80/+762
* vdpau: add beginning of h264 decoderCarl-Anton Ingmarsson2010-06-2310-3/+2961
* vdpau: base vdpaumpegdec on GstBaseVideoDecoderCarl-Anton Ingmarsson2010-06-2334-1243/+3123
* vdpauvideopostprocess: fix small bugCarl-Anton Ingmarsson2010-06-231-6/+7
* vdpaumpegdec: use READ_UINT[8|16|32] macrosCarl-Anton Ingmarsson2010-06-231-112/+110
* vdpau: remove gst_vdp_video_src_pad_set_capsCarl-Anton Ingmarsson2010-06-233-15/+7