summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* pulsemixer: Fix compiler warnings.Mark Nauwelaerts2009-02-131-6/+6
* pulsesink: Issue property change notification in streaming thread,Mark Nauwelaerts2009-02-132-6/+9
* flacdec: if we aborted reading, don't do into an infinite loop.Michael Smith2009-02-051-0/+7
* debug on the objectThomas Vander Stichele2009-02-051-26/+35
* Use correct flag for the GNOME proxy configurationJonathan Matthew2009-02-021-1/+1
* Add examples for the jpeg elements.Stefan Kost2009-01-292-0/+16
* Fix compile error in the last commitJan Schmidt2009-01-281-0/+2
* Rewrite the pulse plugin, conditionally enabling new behaviour withJan Schmidt2009-01-288-276/+855
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-2839-323/+330
* Use libsoup-gnome for proxy configuration if availableJonathan Matthew2009-01-261-3/+15
* Fix typo and small flaw in flac decoderJan Schmidt2009-01-221-2/+3
* Whitespace fixes and some improved debug lines.Wim Taymans2009-01-211-37/+2
* ext/pulse/pulseprobe.c: Fix refcount loop, resulting in a thread leak. Fixes ...Lennart Poettering2009-01-141-3/+1
* ext/pulse/pulsesink.*: Use a mutex to protect the current stream pointer, and...Jan Schmidt2009-01-072-5/+34
* ext/pulse/pulsesink.c: Don't wait for the pulse mainloop when destroying the ...Sebastian Dröge2009-01-051-7/+4
* ext/jpeg/gstsmokeenc.*: Implement getcaps function.Wim Taymans2008-12-232-11/+70
* ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ...Stefan Kost2008-12-191-3/+0
* ext/pulse/pulsemixerctrl.c: Don't leak the pa_operation.Stefan Kost2008-12-171-0/+2
* ext/pulse/pulsemixerctrl.c: Add note about memleak.Stefan Kost2008-12-151-0/+3
* Switch to using GstStaticPadTemplate.Edward Hervey2008-12-131-15/+27
* ext/dv/gstdvdemux.c: Restore previous behaviour of not passing QoS and naviga...Tim-Philipp Müller2008-12-091-0/+3
* ext/dv/gstdvdemux.c: Add srcpads only when needed and remove them again when ...Sebastian Dröge2008-12-091-33/+70
* ext/dv/gstdvdemux.c: Forward all events upstream unless it's something we rea...Sebastian Dröge2008-12-081-2/+5
* ext/dv/: Really call dv_init() exactly one time, not one time for the demuxer...Sebastian Dröge2008-12-083-6/+2
* Add support for basic and digest authentication in souphttpsrc.Ron McOuat2008-11-272-7/+92
* ext/pulse/pulsesink.c: Change #if 0 to something more expresive and add point...Stefan Kost2008-11-231-6/+12
* ext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org header to HTTP requests ...Zeeshan Ali2008-11-211-0/+2
* ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's no...Jan Schmidt2008-11-201-10/+1
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-0422-0/+23
* ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find t...Sebastian Dröge2008-10-311-1/+1
* ext/esd/esdmon.c: Add doc blob.Stefan Kost2008-10-271-1/+19
* ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live sourc...Sjoerd Simons2008-10-271-2/+12
* ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...Jan Schmidt2008-10-102-3/+4
* ext/pulse/: Return -1 instead of 0 in error cases. Fixes #554771.Wim Taymans2008-10-032-5/+10
* ext/pulse/pulsesink.c: Fix problems with pulsesink randomly erroring with cod...Jan Schmidt2008-09-271-2/+10
* ext/raw1394/: Pretend to care about the result of write() which works around ...Tim-Philipp Müller2008-09-112-4/+4
* ext/flac/gstflacenc.c: Make sure the desired default values are actually set,...Tim-Philipp Müller2008-09-041-14/+20
* ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge2008-09-024-37/+25
* ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream disc...Sebastian Dröge2008-08-312-3/+69
* ext/speex/gstspeexenc.c: Correct the timestamp and granulepos calculation by ...Sebastian Dröge2008-08-311-2/+2
* ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...Sebastian Dröge2008-08-313-68/+169
* ext/annodex/gstcmmlparser.c: Fix compiler warnings caused by passing a string...Craig Keogh2008-08-311-1/+1
* Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller2008-08-301-1/+3
* ext/cairo/gsttextoverlay.c: Fix compiler warning.Stefan Kost2008-08-261-3/+2
* ext/cairo/gsttextoverlay.c: Fix obvious memleak.David Schleef2008-08-261-2/+2
* ext/flac/gstflacenc.c: Fix compilation against older libflac versions.Tim-Philipp Müller2008-08-201-1/+1
* ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places.Sebastian Dröge2008-08-207-111/+36
* ext/pulse/: If downstream provides no channel layout and >2 channels should b...Sebastian Dröge2008-08-203-78/+259
* ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBuff...Sebastian Dröge2008-08-182-14/+7
* ext/pulse/pulsesink.*: Add "device-name" property to pulsesink too and curren...Sebastian Dröge2008-08-132-2/+144