summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gaudieffects: Add Gaussian Blur effect, and brief example.Jan Schmidt2010-08-027-10/+507
* rtmpsrc: fix warning on osx.Alessandro Decina2010-07-301-1/+1
* vdpau: add error reporting to device creationCarl-Anton Ingmarsson2010-07-306-99/+102
* vdpau: fix small typo in GstBaseVideoDecoderCarl-Anton Ingmarsson2010-07-301-1/+1
* vdpau: use gst_vdp_yuv_to_video_caps in GstVdpVideoSrcPad to transform set capsCarl-Anton Ingmarsson2010-07-301-10/+4
* vdpau: rename gst_vdp_video_buffer_parse_yuv_caps and move it to gstvdputils.hCarl-Anton Ingmarsson2010-07-305-71/+82
* vdpau: GstVdpOutputSrcPad use gst_pad_alloc when outputting video/x-raw-rgbCarl-Anton Ingmarsson2010-07-301-4/+27
* vdpau: properly remove "chroma-type" field from transformed capsCarl-Anton Ingmarsson2010-07-301-1/+1
* vdpauvideopostprocess: use GstVdp[Video|Output]BufferPool to cache our buffersCarl-Anton Ingmarsson2010-07-304-156/+107
* vdpausink: use GstVdpOutputBufferPool to alloc our buffersCarl-Anton Ingmarsson2010-07-302-53/+39
* vdpau: use GstVdpVideoBufferPool in GstVdpVideoSrcPadCarl-Anton Ingmarsson2010-07-301-58/+34
* vdpau: add GstVdpOutputBufferPoolCarl-Anton Ingmarsson2010-07-307-12/+216
* vdpau: add GstVdpVideoBufferPoolCarl-Anton Ingmarsson2010-07-307-15/+220
* vdpau: add GstVdpBufferPool base classCarl-Anton Ingmarsson2010-07-305-0/+581
* vdpau: remove GstVdpOutputSrcPad "template-caps" propertyCarl-Anton Ingmarsson2010-07-304-50/+21
* vdpau: remove GstVdpOutputSrcPad code to retrieve the device from downstreamCarl-Anton Ingmarsson2010-07-302-154/+101
* vdpau: cleanup GstVdpDecoder opening of it's GstVdpDeviceCarl-Anton Ingmarsson2010-07-306-156/+135
* vdpau: fix GstBaseVideoDecoder returning wrong GstStateChangeReturnCarl-Anton Ingmarsson2010-07-301-2/+4
* vdpaumpegdec: remove unneeded setting of buffer flagsCarl-Anton Ingmarsson2010-07-301-12/+0
* dshowvideosrc: don't make a range if min==maxAndoni Morales2010-07-291-8/+28
* mpegtsparse: actually work when we have small buffers coming inZaheer Abbas Merali2010-07-291-2/+1
* .gitignore: ignore gsettings xml schema fileTim-Philipp Müller2010-07-281-0/+2
* docs: add more plugins and elements to the docsTim-Philipp Müller2010-07-2812-345/+1011
* ivfparse: fix up macros and function names to match guidelinesTim-Philipp Müller2010-07-282-39/+39
* gaudieffects: fix structure names to comply with the plugin moving guidelinesTim-Philipp Müller2010-07-2812-78/+78
* qtmux: use caps bitrate at last chanceMarc-André Lureau2010-07-281-0/+5
* qtmux: btrt - max bitrate before averageMarc-André Lureau2010-07-281-2/+2
* basevideodecoder: Reset the segment on FLUSH_STOP and when going back to READYSebastian Dröge2010-07-271-0/+2
* 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
* examples: Use cairo instead of gdk_draw_* APISebastian Dröge2010-07-221-13/+18
* gaudieffects: Adds new plugin 'gaudieffects'Luis de Bethencourt2010-07-2016-0/+2596
* 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
* alsaspdifsink: 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-142-15/+1
* gsettings: Fix maintainer-clean when it is not availableThiago Santos2010-07-131-0/+2
* frei0r: Use correct order of directories to search for pluginsSebastian Dröge2010-07-118-26/+49
* vp8enc: Add support for enabling automatic insertion of alt-ref frames by the...Sebastian Dröge2010-07-102-1/+27
* vp8enc: Fix handling of invisible/alt ref framesSebastian Dröge2010-07-101-35/+42
* basevideodecoder: Fix memory leakSebastian Dröge2010-07-101-0/+3
* vp8dec: Add simple unit test for vp8decSebastian Dröge2010-07-102-1/+180
* vp8enc: Improve unit test a bitSebastian Dröge2010-07-101-2/+7
* vp8enc: Also check the output caps in the unit testSebastian Dröge2010-07-101-1/+9