summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* flacenc: Fix handling of image tagsSebastian Dröge2013-07-281-4/+14
* flacenc: Don't crash if there is no image tag informationSebastian Dröge2013-07-281-2/+6
* sink: alaw/mulaw caps don't have a layout propertyWim Taymans2013-07-171-2/+0
* pulse: relax mulaw and alaw format checksWim Taymans2013-07-171-4/+2
* png: Link with libgstbase for GstByteReader and GstAdapterSebastian Dröge2013-06-171-2/+2
* jpegenc: Fix for single-includes that are not in 1.0 yetSebastian Dröge2013-05-281-1/+1
* jpegdec: remove sof-marker from template caps for nowTim-Philipp Müller2013-05-281-2/+3
* jpegenc: Put the SOF marker into the capsSebastian Dröge2013-05-282-9/+31
* 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
* pngenc: unmap source frame when done to fix memory leakDavid Schleef2013-04-291-0/+1
* vp8enc: Fix for divide by zero when using 0/1 framerateTom Greenwood2013-04-261-20/+45
* 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
* souphttpsrc: error out properly when receiving data along with an error statusNorbert Waschbuesch2013-03-221-0/+11
* dvdemux: don't return FALSE when dropping sink eventsKishore Arepalli2013-03-121-1/+3
* pulsesink: don't error out if pa_stream_proplist_update() with new tags failsTim-Philipp Müller2013-01-231-10/+4
* cairo: port cairooverlay to 0.11Tim-Philipp Müller2013-01-046-100/+63
* 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
* 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
* pngdec: Actually use the stop() vfunc implementationSebastian Dröge2012-11-121-2/+3
* vp8dec: Fix last commitSebastian Dröge2012-11-121-2/+2
* vp8dec: Don't give up so easily if failed to decode a frameDebarshi Ray2012-11-121-3/+3
* vp8dec: Don't clear input state in reset()Sebastian Dröge2012-11-121-4/+1
* vp8dec: Also destroy decoder in set_format() if it was created alreadySebastian Dröge2012-11-121-0/+6
* pngdec: Keep the input state in reset()Sebastian Dröge2012-11-121-23/+30
* speexdec: Don't unmap or finish_frame an invalid GstBufferDebarshi Ray2012-11-061-7/+10
* 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
* pulsesrc: don't assert in get_time() when called after shutdownTim-Philipp Müller2012-10-301-0/+4
* gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.amAntoine Tremblay2012-10-271-0/+1
* pulsesink: Flush the ringbuffer on GAP events without durationSebastian Dröge2012-10-241-0/+8
* vp8enc: set DECODE_ONLY flag on invisible AltRef framesOleksij Rempel2012-10-231-0/+1
* pulsesink: fix caps leak in acceptcaps functionTim-Philipp Müller2012-10-201-0/+1
* pulsesink: in accept_caps() check if ring buffer is NULL before de-referencingTim-Philipp Müller2012-10-191-7/+21
* jpeg, png, vpx: use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-176-6/+6
* vp8enc: And this time fix the default target-bitrate value for realSebastian Dröge2012-10-151-2/+2
* vp8enc: Fix default target-bitrate valueSebastian Dröge2012-10-151-4/+5
* dvdemux: The convert and duration queries are not supposed to change the formatSebastian Dröge2012-09-271-42/+37
* vp8enc: Disable GLIB deprecation warningsEdward Hervey2012-09-251-0/+7
* pulsesrc: Mute stream post-connection if requiredArun Raghavan2012-09-211-3/+9
* pulsesink: Specify endianness in IEC 61937 payloadingArun Raghavan2012-09-191-1/+1
* vp8enc: Correctly finish framesSebastian Dröge2012-09-171-21/+6
* vp8enc: Allow changing bitrate and other parameters during playbackSebastian Dröge2012-09-171-1/+185
* vp8enc: Store configuration in the vpx_codec_enc_cfg_t struct instead of dupl...Sebastian Dröge2012-09-172-194/+181
* vp8enc: Update documentation to reflect new property namesSebastian Dröge2012-09-161-5/+7