summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2014-01-21shout2send: error out if no caps were receivedTim-Philipp Müller2-23/+30
2014-01-21shout2send: accept audio/webm, audio/ogg and video/ogg as wellTim-Philipp Müller1-2/+2
2014-01-03souphttpsrc: use status code macro instead of 407Reynaldo H. Verdejo Pinochet1-1/+2
2014-01-03shout2send: change audio_format field to formatReynaldo H. Verdejo Pinochet2-11/+12
2014-01-03shout2send: clarify meaning of the URL propReynaldo H. Verdejo Pinochet1-5/+5
2014-01-03shout2send: docs, add a sample pipelineReynaldo H. Verdejo Pinochet1-0/+16
2014-01-03gdkpixbufoverlay: remove spurious @see_alsoReynaldo H. Verdejo Pinochet1-1/+0
2013-12-27shout2send: drop IP only requirement for _set_host()Reynaldo H. Verdejo Pinochet1-5/+4
2013-12-27shout2send: Retarget FIXME to 2.0Reynaldo H. Verdejo Pinochet1-1/+1
2013-12-16id3v2mux: Set picture type in the APIC framesSebastian Dröge1-2/+16
2013-12-16id3v2mux: Set image-description from the info struct, not the capsSebastian Dröge1-2/+10
2013-12-05wavpackdec: Require caps to be set before accepting any dataSebastian Dröge1-0/+2
2013-12-05speexdec: Require caps to be set before accepting any dataSebastian Dröge1-0/+2
2013-12-05flacdec: Require caps to be set before accepting any dataSebastian Dröge1-1/+1
2013-12-05vpx: Use new gst_video_decoder_set_needs_format() APISebastian Dröge2-0/+4
2013-12-04pulsesink: Free device_info in accepts capsOlivier Crête1-0/+2
2013-11-25jpegdec: deprecate max-errorsThiago Santos1-2/+4
2013-11-25jpegdec: let the base class decide when to return an errorThiago Santos1-1/+0
2013-11-25jpegdec: Add data skipping on inputThiago Santos1-3/+2
2013-11-21g_memmove() is deprecatedTim-Philipp Müller2-2/+2
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller9-41/+16
2013-10-31wavpackenc: Fix writing of MD5 sums and other metadata blocksSebastian Dröge1-1/+3
2013-10-31hdv1394src: Make it possible to select a camera by its GUIDDjalma Lúcio Soares da Silva1-0/+16
2013-10-11souphttpsrc: do not emit EOS when connection dropsThiago Santos2-5/+30
2013-10-10dvdec: Don't send segment event before capsSebastian Dröge2-1/+17
2013-10-09dvdemux: Send stream-start, caps and segment events in the right orderSebastian Dröge1-58/+64
2013-10-04jpegdec: Relax sink capsMatthieu Bouron1-4/+1
2013-09-18souphttpsrc: do not do http requests in READYThiago Santos1-5/+17
2013-09-01Don't use setlocale in plugins()Tim-Philipp Müller1-1/+0
2013-08-22pulsesink: Add property to find out the device currently in useOlivier Crête2-0/+105
2013-08-22pulsesink: De-duplicate code to get the current sink input infoOlivier Crête1-78/+31
2013-08-22pulsesink: Implement changing the device while playingOlivier Crête1-0/+62
2013-08-22pulsesrc: Add property to find out the device currently in useOlivier Crête2-0/+103
2013-08-22pulsesrc: De-duplicate code to get the current source output infoOlivier Crête1-74/+34
2013-08-22pulsesrc: Implement changing the device while playingOlivier Crête1-0/+51
2013-08-21pulsesink: Add support for AAC pass-throughAkihiro Tsukada4-1/+13
2013-08-21gdkpixbufoverlay: crashes if any property changes during playback when locati...Kishore Arepalli1-14/+26
2013-08-21pulse: Share static caps definition between src and sinkOlivier Crête4-65/+51
2013-08-21jpegenc: don't ignore return value from _finish_frame()Tim-Philipp Müller1-2/+1
2013-08-19pulse: Remove unused GstPulseProbeOlivier Crête7-581/+1
2013-08-16flacenc: Properly set headers via the base class instead of just pushing them...Sebastian Dröge1-17/+1
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge5-43/+36
2013-08-14soup: don't use deprecated soup_message_headers_get() APITim-Philipp Müller1-1/+1
2013-08-13souphttpsrc: fix critical setting a NULL uri redirectionAndoni Morales Alastruey1-1/+2
2013-08-12souphttpsrc: add redirection to the URI queryAndoni Morales Alastruey2-1/+14
2013-07-28flacenc: Fix handling of image tagsSebastian Dröge1-4/+14
2013-07-28flacenc: Don't crash if there is no image tag informationSebastian Dröge1-2/+6
2013-07-25souphttpsrc: always ignore HEAD errorsArnaud Vrac1-36/+35
2013-07-25jpegenc: Clean up reset/start/stop handlingSebastian Dröge1-19/+20
2013-07-25jpegdec: Use base class error handling function instead of replicating it hereSebastian Dröge2-111/+32