summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* jpegdec: put GstSegment inside the element struct instead of allocating it se...Tim-Philipp Müller2009-03-252-10/+5
* pulsesink: clean up the state change functionWim Taymans2009-03-231-10/+12
* pulsesink: Track the corked/uncorked state ourselvesJan Schmidt2009-03-202-1/+5
* pulse: Make sure the stream is uncorked in the write functionJan Schmidt2009-03-201-4/+23
* speexenc: fix direction of latency query and other upstream queriesTim-Philipp Müller2009-03-201-2/+4
* pulsesink: Wait until there is enough room to write an entire segmentJan Schmidt2009-03-131-1/+1
* Don't call FLAC__ methods before it's initialized. Fixes #516031Laszlo Pandy2009-03-121-4/+7
* pngdec: various cleanups.Wim Taymans2009-03-101-21/+44
* flacdec: don't lose the first buffer after a seekWim Taymans2009-03-092-27/+48
* 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