summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2008-10-10ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...Jan Schmidt
2008-10-03ext/pulse/: Return -1 instead of 0 in error cases. Fixes #554771.Wim Taymans
2008-09-27ext/pulse/pulsesink.c: Fix problems with pulsesink randomly erroring with cod...Jan Schmidt
2008-09-11ext/raw1394/: Pretend to care about the result of write() which works around ...Tim-Philipp Müller
2008-09-04ext/flac/gstflacenc.c: Make sure the desired default values are actually set,...Tim-Philipp Müller
2008-09-02ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge
2008-08-31ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream disc...Sebastian Dröge
2008-08-31ext/speex/gstspeexenc.c: Correct the timestamp and granulepos calculation by ...Sebastian Dröge
2008-08-31ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...Sebastian Dröge
2008-08-31ext/annodex/gstcmmlparser.c: Fix compiler warnings caused by passing a string...Craig Keogh
2008-08-30Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller
2008-08-26ext/cairo/gsttextoverlay.c: Fix compiler warning.Stefan Kost
2008-08-26ext/cairo/gsttextoverlay.c: Fix obvious memleak.David Schleef
2008-08-20ext/flac/gstflacenc.c: Fix compilation against older libflac versions.Tim-Philipp Müller
2008-08-20ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places.Sebastian Dröge
2008-08-20ext/pulse/: If downstream provides no channel layout and >2 channels should b...Sebastian Dröge
2008-08-18ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBuff...Sebastian Dröge
2008-08-13ext/pulse/pulsesink.*: Add "device-name" property to pulsesink too and curren...Sebastian Dröge
2008-08-13ext/pulse/pulsesrc.c: Add "device-name" property, which provides a human read...Laszlo Pandy
2008-08-13ext/pulse/: Improve debugging a bit by including the parent object in pulsemi...Sebastian Dröge
2008-08-13ext/pulse/pulsemixer.c: Fix property probing after the device property is set...Laszlo Pandy
2008-08-13ext/pulse/pulsemixer.c: Fix property probing after the device property is set...Laszlo Pandy
2008-08-13ext/pulse/: Implement GstPropertyProbe interface on pulsesink for detecting s...Laszlo Pandy
2008-08-12Pull changes from 0.10.9.2 pre-release branch moving the libcdioJan Schmidt
2008-08-11ext/raw1394/: mpeg2-ts (HDV) variant of firewire capture element.Edward Hervey
2008-08-09ext/flac/gstflacenc.c: Actually provide the variables required for the format...Sebastian Dröge
2008-08-08ext/flac/gstflacenc.*: Handle non-zero start timestamps correctly, mark heade...Sebastian Dröge
2008-08-07ext/flac/gstflacenc.c: If seeking failed return the appropiate return value t...Sebastian Dröge
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat
2008-08-07ext/flac/gstflacdec.c: Add FIXME for 0.11 to simply output everything with wi...Sebastian Dröge
2008-08-06ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.Jonathan Matthew
2008-08-03ext/flac/gstflacenc.c: Set an estimate for the total number of samples that w...Sebastian Dröge
2008-08-03ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits a...Sebastian Dröge
2008-08-03ext/flac/gstflacenc.c: Support encoding of up to 8 channels.Sebastian Dröge
2008-08-02ext/soup/gstsouphttpsrc.*: Fix seeking race condition in #540300Wouter Cloetens
2008-08-02ext/flac/gstflacdec.c: Always post the audio-codec tag, not only if other tag...Sebastian Dröge
2008-07-31ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg wit...Jan Schmidt
2008-07-19ext/Makefile.am: Finish hooking up pulseaudio plugin to the build.Jan Schmidt
2008-07-19ext/soup/gstsouphttpsrc.c: Fix Soup HTTP source seeking.Wouter Cloetens
2008-07-17Only use -Wno-attributes (which is there to work around a bug in the taglib 1...Tim-Philipp Müller
2008-07-14ext/jpeg/gstjpegdec.c: Align documentation with reality.Mark Nauwelaerts
2008-07-08Don't use declarations after statements and variable length arrays.Sebastian Dröge
2008-07-04ext/gdk_pixbuf/gstgdkpixbuf.c: Do not leak incoming buffers.Mark Nauwelaerts
2008-06-30ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails -...Jan Schmidt
2008-06-26ext/dv/gstdv.c: Fix compilation.Wim Taymans
2008-06-26ext/dv/gstdv.c: Marking rank of dvdec as GST_RANK_MARGINAL since it's the slo...Edward Hervey
2008-06-25ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed vi...Jason Donenfeld
2008-06-19ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration...Sebastian Dröge
2008-06-17ext/libmng/: Somewhat port mngenc and mngdec to 0.10. Does not work yet and h...Wim Taymans
2008-06-16ext/speex/gstspeexenc.c: Add mode property.Wim Taymans