summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/flac/gstflacenc.c: If seeking failed return the appropiate return value t...Sebastian Dröge2008-08-071-0/+6
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2008-08-074-0/+4
* ext/flac/gstflacdec.c: Add FIXME for 0.11 to simply output everything with wi...Sebastian Dröge2008-08-071-0/+4
* ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.Jonathan Matthew2008-08-068-306/+261
* ext/flac/gstflacenc.c: Set an estimate for the total number of samples that w...Sebastian Dröge2008-08-031-0/+42
* ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits a...Sebastian Dröge2008-08-033-30/+99
* ext/flac/gstflacenc.c: Support encoding of up to 8 channels.Sebastian Dröge2008-08-031-36/+138
* ext/soup/gstsouphttpsrc.*: Fix seeking race condition in #540300Wouter Cloetens2008-08-022-8/+18
* ext/flac/gstflacdec.c: Always post the audio-codec tag, not only if other tag...Sebastian Dröge2008-08-021-9/+12
* ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg wit...Jan Schmidt2008-07-311-3/+5
* ext/Makefile.am: Finish hooking up pulseaudio plugin to the build.Jan Schmidt2008-07-192-2/+13
* 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