summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2008-08-03ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits a...Sebastian Dröge3-30/+99
2008-08-03ext/flac/gstflacenc.c: Support encoding of up to 8 channels.Sebastian Dröge1-36/+138
2008-08-02ext/soup/gstsouphttpsrc.*: Fix seeking race condition in #540300Wouter Cloetens2-8/+18
2008-08-02ext/flac/gstflacdec.c: Always post the audio-codec tag, not only if other tag...Sebastian Dröge1-9/+12
2008-07-31ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg wit...Jan Schmidt1-3/+5
2008-07-19ext/Makefile.am: Finish hooking up pulseaudio plugin to the build.Jan Schmidt2-2/+13
2008-07-19ext/soup/gstsouphttpsrc.c: Fix Soup HTTP source seeking.Wouter Cloetens1-1/+2
2008-07-17Only use -Wno-attributes (which is there to work around a bug in the taglib 1...Tim-Philipp Müller1-2/+2
2008-07-14ext/jpeg/gstjpegdec.c: Align documentation with reality.Mark Nauwelaerts1-2/+1
2008-07-08Don't use declarations after statements and variable length arrays.Sebastian Dröge3-10/+9
2008-07-04ext/gdk_pixbuf/gstgdkpixbuf.c: Do not leak incoming buffers.Mark Nauwelaerts1-0/+2
2008-06-30ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails -...Jan Schmidt1-3/+2
2008-06-26ext/dv/gstdv.c: Fix compilation.Wim Taymans1-2/+0
2008-06-26ext/dv/gstdv.c: Marking rank of dvdec as GST_RANK_MARGINAL since it's the slo...Edward Hervey1-10/+2
2008-06-25ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed vi...Jason Donenfeld1-2/+31
2008-06-19ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration...Sebastian Dröge1-4/+56
2008-06-17ext/libmng/: Somewhat port mngenc and mngdec to 0.10. Does not work yet and h...Wim Taymans6-251/+143
2008-06-16ext/speex/gstspeexenc.c: Add mode property.Wim Taymans1-42/+120
2008-06-10ext/pulse/: Some smaller cleanup. Use G_PARAM_STATIC_STRINGS, gst_element_cla...Sebastian Dröge3-41/+38
2008-06-10Add documentation to the pulseaudio plugin and run make update in docs/plugins.Sebastian Dröge4-7/+74
2008-06-10Add pulseaudio GStreamer element from gst-pulse. Development will continue he...Sebastian Dröge16-0/+3555
2008-06-09ext/cdio/: Also extract album title and album genre from CD-TEXT if available...Benjamin Kampmann3-0/+25
2008-06-07Require libcdio >= 0.76.Tim-Philipp Müller3-27/+2
2008-06-04ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning c...Tim-Philipp Müller1-1/+1
2008-06-04Use new utility functions in libgsttag to process coverart (#512333).Tim-Philipp Müller1-108/+9
2008-06-04ext/flac/gstflacdec.c: We actually support left/side, right/side and mid/side...Sebastian Dröge1-7/+70
2008-05-28Document whats first shown on the fdo plugin docs page :)Stefan Kost1-0/+17
2008-05-28Document aasink and cacasink.Stefan Kost2-4/+48
2008-05-25ext/flac/: Set the channel layout when decoding FLAC files with more than 2 c...Sebastian Dröge2-1/+57
2008-05-21Don't use gst_element_get_pad(), it's a bad method.Wim Taymans6-11/+11
2008-05-20ext/esd/esdsink.c: When we post an error, we must return -1 to let the parent...Michael Meeks1-1/+1
2008-05-16Fix some compiler warnings.Jan Schmidt1-1/+1
2008-05-13ext/speex/gstspeexdec.c: Fix the calculation of the duration of the concealme...Wim Taymans1-1/+1
2008-05-03ext/gconf/: When we can't create a fakesink/fakesrc complain instead of unref...Sebastian Dröge4-9/+36
2008-05-02ext/speex/gstspeexenc.c: Add negotiation for the speex channels and rate. Fix...Olivier Crete1-1/+41
2008-05-02ext/soup/gstsouphttpsrc.c: Include stdlib to fix the build. Use g_free instea...Stefan Kost1-1/+4
2008-04-30ext/speex/gstspeexdec.c: Produce concealment data when time progresses in a s...Wim Taymans1-0/+13
2008-04-29ext/speex/gstspeexdec.c: Try to preserve input timestamps when we can.Wim Taymans1-13/+37
2008-04-24Stop using deprecated GLib functions.Sebastian Dröge1-6/+6
2008-04-17ext/: gst_atomic_int_set ==> g_atomic_int_setEdward Hervey2-4/+4
2008-04-13ext/Makefile.am: Remove LADSPA reference I missed.Jan Schmidt1-1/+0
2008-04-13ext/soup/gstsouphttpsrc.c: Give souphttpsrc GST_RANK_PRIMARY to make it the d...Sebastian Dröge1-1/+1
2008-04-12Remove LADSPA plugin. Fixes: #515978Jan Schmidt1-6/+0
2008-04-12Move soup plugin from -bad (Fixes: #523124)Jan Schmidt1-0/+8
2008-04-11ext/speex/gstspeexdec.c: Fix bounds checking of mode in Speex header, which m...Jan Schmidt1-1/+1
2008-04-06ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons1-2/+3
2008-04-05ext/hal/hal.c: Don't munge device string to 'default:x' for capture devices.Tim-Philipp Müller1-1/+5
2008-04-04ext/wavpack/gstwavpackparse.c: Always use GSlice as we actually depend on GLi...Sebastian Dröge1-15/+0
2008-04-03ext/gdk_pixbuf/: Add gdkpixbufsink element for easy snapshotting (#525946).Tim-Philipp Müller4-4/+508
2008-04-03ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...Sebastian Dröge3-23/+45