summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/soup/gstsouphttpsrc.c: Fix Soup HTTP source seeking.Wouter Cloetens2008-07-191-1/+2
* Only use -Wno-attributes (which is there to work around a bug in the taglib 1...Tim-Philipp Müller2008-07-171-2/+2
* ext/jpeg/gstjpegdec.c: Align documentation with reality.Mark Nauwelaerts2008-07-141-2/+1
* Don't use declarations after statements and variable length arrays.Sebastian Dröge2008-07-083-10/+9
* ext/gdk_pixbuf/gstgdkpixbuf.c: Do not leak incoming buffers.Mark Nauwelaerts2008-07-041-0/+2
* ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails -...Jan Schmidt2008-06-301-3/+2
* ext/dv/gstdv.c: Fix compilation.Wim Taymans2008-06-261-2/+0
* ext/dv/gstdv.c: Marking rank of dvdec as GST_RANK_MARGINAL since it's the slo...Edward Hervey2008-06-261-10/+2
* ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed vi...Jason Donenfeld2008-06-251-2/+31
* ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration...Sebastian Dröge2008-06-191-4/+56
* ext/libmng/: Somewhat port mngenc and mngdec to 0.10. Does not work yet and h...Wim Taymans2008-06-176-251/+143
* ext/speex/gstspeexenc.c: Add mode property.Wim Taymans2008-06-161-42/+120
* ext/pulse/: Some smaller cleanup. Use G_PARAM_STATIC_STRINGS, gst_element_cla...Sebastian Dröge2008-06-103-41/+38
* Add documentation to the pulseaudio plugin and run make update in docs/plugins.Sebastian Dröge2008-06-104-7/+74
* Add pulseaudio GStreamer element from gst-pulse. Development will continue he...Sebastian Dröge2008-06-1016-0/+3555
* ext/cdio/: Also extract album title and album genre from CD-TEXT if available...Benjamin Kampmann2008-06-093-0/+25
* Require libcdio >= 0.76.Tim-Philipp Müller2008-06-073-27/+2
* ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning c...Tim-Philipp Müller2008-06-041-1/+1
* Use new utility functions in libgsttag to process coverart (#512333).Tim-Philipp Müller2008-06-041-108/+9
* ext/flac/gstflacdec.c: We actually support left/side, right/side and mid/side...Sebastian Dröge2008-06-041-7/+70
* Document whats first shown on the fdo plugin docs page :)Stefan Kost2008-05-281-0/+17
* Document aasink and cacasink.Stefan Kost2008-05-282-4/+48
* ext/flac/: Set the channel layout when decoding FLAC files with more than 2 c...Sebastian Dröge2008-05-252-1/+57
* Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2008-05-216-11/+11
* ext/esd/esdsink.c: When we post an error, we must return -1 to let the parent...Michael Meeks2008-05-201-1/+1
* Fix some compiler warnings.Jan Schmidt2008-05-161-1/+1
* ext/speex/gstspeexdec.c: Fix the calculation of the duration of the concealme...Wim Taymans2008-05-131-1/+1
* ext/gconf/: When we can't create a fakesink/fakesrc complain instead of unref...Sebastian Dröge2008-05-034-9/+36
* ext/speex/gstspeexenc.c: Add negotiation for the speex channels and rate. Fix...Olivier Crete2008-05-021-1/+41
* ext/soup/gstsouphttpsrc.c: Include stdlib to fix the build. Use g_free instea...Stefan Kost2008-05-021-1/+4
* ext/speex/gstspeexdec.c: Produce concealment data when time progresses in a s...Wim Taymans2008-04-301-0/+13
* ext/speex/gstspeexdec.c: Try to preserve input timestamps when we can.Wim Taymans2008-04-291-13/+37
* Stop using deprecated GLib functions.Sebastian Dröge2008-04-241-6/+6
* ext/: gst_atomic_int_set ==> g_atomic_int_setEdward Hervey2008-04-172-4/+4
* ext/Makefile.am: Remove LADSPA reference I missed.Jan Schmidt2008-04-131-1/+0
* ext/soup/gstsouphttpsrc.c: Give souphttpsrc GST_RANK_PRIMARY to make it the d...Sebastian Dröge2008-04-131-1/+1
* Remove LADSPA plugin. Fixes: #515978Jan Schmidt2008-04-121-6/+0
* Move soup plugin from -bad (Fixes: #523124)Jan Schmidt2008-04-121-0/+8
* ext/speex/gstspeexdec.c: Fix bounds checking of mode in Speex header, which m...Jan Schmidt2008-04-111-1/+1
* ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons2008-04-061-2/+3
* ext/hal/hal.c: Don't munge device string to 'default:x' for capture devices.Tim-Philipp Müller2008-04-051-1/+5
* ext/wavpack/gstwavpackparse.c: Always use GSlice as we actually depend on GLi...Sebastian Dröge2008-04-041-15/+0
* ext/gdk_pixbuf/: Add gdkpixbufsink element for easy snapshotting (#525946).Tim-Philipp Müller2008-04-034-4/+508
* ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...Sebastian Dröge2008-04-033-23/+45
* ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge2008-03-221-4/+12
* ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...Sebastian Dröge2008-03-221-0/+1
* ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...Wouter Cloetens2008-03-132-39/+69
* ext/speex/gstspeexenc.c: Unref the buffers only once when handling not-negoti...Olivier Crete2008-03-071-1/+0
* Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens2008-02-262-0/+22
* ext/jpeg/gstjpeg.c: Remove (commented out) smoke typefinder. This is in base ...Sebastian Dröge2008-02-251-25/+0