summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* gdkpixbufdec: Keep serialized events in order, and don't send SEGMENT before ...Sebastian Dröge2013-05-283-4/+35
* vp8enc: Add property to manually specify the timebase of the encoderTom Greenwood2013-05-262-11/+45
* jpegdec: fix compiler warning on type checkThiago Santos2013-05-071-1/+1
* jpegdec: By default assume that we're working on non-packetized inputSebastian Dröge2013-05-071-0/+2
* pngdec: Implement parsing functionalitySebastian Dröge2013-05-071-0/+106
* cacasink: Fix support for RGB formats and add support for more of themSebastian Dröge2013-05-071-11/+10
* souphttpsrc: Don't consider the content size from the HTTP headers as absolut...Sebastian Dröge2013-05-041-6/+13
* pulsesink: Better error message when server version is too oldArun Raghavan2013-04-291-0/+11
* flactag: forward caps eventStefan Sauer2013-04-171-12/+12
* flac: add more loggingStefan Sauer2013-04-172-2/+5
* souphttpsrc: fix SCHEDULING query supportPhilippe Normand2013-04-161-5/+12
* souphttpsrc: basic scheduling query supportPhilippe Normand2013-04-161-0/+5
* gst: Add better support for static pluginsSebastian Dröge2013-04-1518-18/+18
* souphttpsrc: add back "iradio-mode" property to disable sending of icecast re...Tim-Philipp Müller2013-04-142-2/+19
* pulsesink: add a little more docs to the audioclockStefan Sauer2013-04-111-1/+3
* gdkpixbufsink: Add timestamp/running-time/stream-time to the emited messageThibault Saunier2013-04-061-1/+13
* vp8dec: Improve logging when vpx_codec_peek_stream_info failsTom Greenwood2013-04-041-1/+7
* flacenc: remove old since comments and update loggingStefan Sauer2013-04-031-19/+4
* vp8enc: Fix for divide by zero when using 0/1 framerateTom Greenwood2013-03-251-20/+45
* flacenc: add more example pipelinesTim-Philipp Müller2013-03-231-2/+9
* pngenc: unmap source frame when doneDavid Schleef2013-03-221-0/+1
* dvdemux: don't return FALSE when dropping sink eventsKishore Arepalli2013-03-121-1/+3
* pulsesink: Update segdone periodicallyArun Raghavan2013-02-231-0/+16
* souphttpsrc: set SOUP_VERSION_{MIN_REQUIRED,MAX_ALLOWED} to suppress deprecat...Tim-Philipp Müller2013-02-161-1/+4
* soup: use default proxy resolver instead of deprecated GNOME proxy resolverTim-Philipp Müller2013-02-161-7/+1
* jpegdec: remove sof-marker from template caps for nowTim-Philipp Müller2013-02-141-2/+3
* jpegenc: Put the SOF marker into the capsSebastian Dröge2013-02-132-9/+31
* pulsesink: don't error out if pa_stream_proplist_update() with new tags failsTim-Philipp Müller2013-01-191-10/+4
* souphttpsrc: error out properly when receiving data along with an error statusNorbert Waschbuesch2013-01-011-0/+11
* cairo: remove old cairo-based text renderering elementTim-Philipp Müller2013-01-018-1977/+0
* cairo: port cairooverlay to 0.11Tim-Philipp Müller2013-01-016-100/+63
* 1394clock: mark our clock type as OTHERWim Taymans2012-12-201-1/+2
* jpegenc: pass flowreturn upstreamWim Taymans2012-12-202-2/+4
* wavpack: use appropriate printf format for gsizeThijs Vermeir2012-12-181-2/+2
* taglib: use appropriate printf format for gsizeThijs Vermeir2012-12-181-3/+3
* gdkpixbuf: use appropriate printf format for gsizeThijs Vermeir2012-12-181-1/+2
* ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge2012-12-1212-7/+17
* shout2send: accept audio/webm as well as video/webmTim-Philipp Müller2012-11-301-1/+1
* vp8enc: Don't leak GstVideoCodecFrames that cause the creation of invisible f...Sebastian Dröge2012-11-121-0/+1
* pulse: Use new GType for GThread instead of just G_TYPE_POINTERSebastian Dröge2012-11-121-6/+7
* pngdec: Actually use the stop() vfunc implementationSebastian Dröge2012-11-121-2/+3
* vp8dec: Fix last commitSebastian Dröge2012-11-121-2/+2
* pngdec: Keep the input state in reset()Sebastian Dröge2012-11-121-23/+30
* vp8dec: Also destroy decoder in set_format() if it was created alreadySebastian Dröge2012-11-121-0/+6
* vp8dec: Don't clear input state in reset()Sebastian Dröge2012-11-121-4/+1
* vp8dec: Don't give up so easily if failed to decode a frameDebarshi Ray2012-11-091-3/+3
* speexdec: Don't unmap or finish_frame an invalid GstBufferDebarshi Ray2012-11-061-7/+10
* Fix FSF addressTim-Philipp Müller2012-11-04118-227/+227
* vp8dec: Immediately return if opening the decoder failedSebastian Dröge2012-11-021-0/+2
* vp8dec: Short circuit gst_vp8_dec_handle_frame if keyframe is missingDebarshi Ray2012-11-021-2/+5