summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* souphttpsrc: Expose the SoupSession 'timeout' property.Edward Hervey2009-03-032-4/+19
* Merge branch 'master' of ssh://thomasvs@git.freedesktop.org/git/gstreamer/gst...Thomas Vander Stichele2009-03-0214-22/+55
|\
| * Fix the field dominanceDavid Schleef2009-02-271-2/+2
| * dvdec: Add interlacing info to caps and buffersDavid Schleef2009-02-252-1/+10
| * jpegenc: error out instead of crashing if no caps have been setTim-Philipp Müller2009-02-251-0/+13
| * gconf: Rename gconf.[ch] to gstgconf.[ch] to prevent name conflictsSebastian Dröge2009-02-244-4/+4
| * Some cleanupsWim Taymans2009-02-232-5/+1
| * gconfvideo(src|sink): Disconnect GConf notificationsSjoerd Simons2009-02-224-2/+14
| * pulsemixer: Don't use g_atomic_int_(get|set) for accessing the mixer track flagsSebastian Dröge2009-02-221-9/+12
| * hdv1394src: Don't use void * pointer arithmeticSebastian Dröge2009-02-221-1/+1
* | Add/clarify/fix some logging.Thomas Vander Stichele2009-03-021-3/+6
|/
* respect DEFAULT segment by clipping the last buffer to be sentThomas Vander Stichele2009-02-211-0/+11
* 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