summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-03-03souphttpsrc: Expose the SoupSession 'timeout' property.Edward Hervey2-4/+19
2009-03-02Merge branch 'master' of ssh://thomasvs@git.freedesktop.org/git/gstreamer/gst...Thomas Vander Stichele14-22/+55
2009-03-02Add/clarify/fix some logging.Thomas Vander Stichele1-3/+6
2009-02-27Fix the field dominanceDavid Schleef1-2/+2
2009-02-25dvdec: Add interlacing info to caps and buffersDavid Schleef2-1/+10
2009-02-25jpegenc: error out instead of crashing if no caps have been setTim-Philipp Müller1-0/+13
2009-02-24gconf: Rename gconf.[ch] to gstgconf.[ch] to prevent name conflictsSebastian Dröge4-4/+4
2009-02-23Some cleanupsWim Taymans2-5/+1
2009-02-22gconfvideo(src|sink): Disconnect GConf notificationsSjoerd Simons4-2/+14
2009-02-22pulsemixer: Don't use g_atomic_int_(get|set) for accessing the mixer track flagsSebastian Dröge1-9/+12
2009-02-22hdv1394src: Don't use void * pointer arithmeticSebastian Dröge1-1/+1
2009-02-21respect DEFAULT segment by clipping the last buffer to be sentThomas Vander Stichele1-0/+11
2009-02-13pulsemixer: Fix compiler warnings.Mark Nauwelaerts1-6/+6
2009-02-13pulsesink: Issue property change notification in streaming thread,Mark Nauwelaerts2-6/+9
2009-02-05flacdec: if we aborted reading, don't do into an infinite loop.Michael Smith1-0/+7
2009-02-05debug on the objectThomas Vander Stichele1-26/+35
2009-02-02Use correct flag for the GNOME proxy configurationJonathan Matthew1-1/+1
2009-01-29Add examples for the jpeg elements.Stefan Kost2-0/+16
2009-01-28Fix compile error in the last commitJan Schmidt1-0/+2
2009-01-28Rewrite the pulse plugin, conditionally enabling new behaviour withJan Schmidt8-276/+855
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost39-323/+330
2009-01-26Use libsoup-gnome for proxy configuration if availableJonathan Matthew1-3/+15
2009-01-22Fix typo and small flaw in flac decoderJan Schmidt1-2/+3
2009-01-21Whitespace fixes and some improved debug lines.Wim Taymans1-37/+2
2009-01-14ext/pulse/pulseprobe.c: Fix refcount loop, resulting in a thread leak. Fixes ...Lennart Poettering1-3/+1
2009-01-07ext/pulse/pulsesink.*: Use a mutex to protect the current stream pointer, and...Jan Schmidt2-5/+34
2009-01-05ext/pulse/pulsesink.c: Don't wait for the pulse mainloop when destroying the ...Sebastian Dröge1-7/+4
2008-12-23ext/jpeg/gstsmokeenc.*: Implement getcaps function.Wim Taymans2-11/+70
2008-12-19ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ...Stefan Kost1-3/+0
2008-12-17ext/pulse/pulsemixerctrl.c: Don't leak the pa_operation.Stefan Kost1-0/+2
2008-12-15ext/pulse/pulsemixerctrl.c: Add note about memleak.Stefan Kost1-0/+3
2008-12-13Switch to using GstStaticPadTemplate.Edward Hervey1-15/+27
2008-12-09ext/dv/gstdvdemux.c: Restore previous behaviour of not passing QoS and naviga...Tim-Philipp Müller1-0/+3
2008-12-09ext/dv/gstdvdemux.c: Add srcpads only when needed and remove them again when ...Sebastian Dröge1-33/+70
2008-12-08ext/dv/gstdvdemux.c: Forward all events upstream unless it's something we rea...Sebastian Dröge1-2/+5
2008-12-08ext/dv/: Really call dv_init() exactly one time, not one time for the demuxer...Sebastian Dröge3-6/+2
2008-11-27Add support for basic and digest authentication in souphttpsrc.Ron McOuat2-7/+92
2008-11-23ext/pulse/pulsesink.c: Change #if 0 to something more expresive and add point...Stefan Kost1-6/+12
2008-11-21ext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org header to HTTP requests ...Zeeshan Ali1-0/+2
2008-11-20ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's no...Jan Schmidt1-10/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost22-0/+23
2008-10-31ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find t...Sebastian Dröge1-1/+1
2008-10-27ext/esd/esdmon.c: Add doc blob.Stefan Kost1-1/+19
2008-10-27ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live sourc...Sjoerd Simons1-2/+12
2008-10-10ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...Jan Schmidt2-3/+4
2008-10-03ext/pulse/: Return -1 instead of 0 in error cases. Fixes #554771.Wim Taymans2-5/+10
2008-09-27ext/pulse/pulsesink.c: Fix problems with pulsesink randomly erroring with cod...Jan Schmidt1-2/+10
2008-09-11ext/raw1394/: Pretend to care about the result of write() which works around ...Tim-Philipp Müller2-4/+4
2008-09-04ext/flac/gstflacenc.c: Make sure the desired default values are actually set,...Tim-Philipp Müller1-14/+20
2008-09-02ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge4-37/+25