summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find t...Sebastian Dröge2008-10-311-1/+1
* ext/esd/esdmon.c: Add doc blob.Stefan Kost2008-10-271-1/+19
* ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live sourc...Sjoerd Simons2008-10-271-2/+12
* ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...Jan Schmidt2008-10-102-3/+4
* ext/pulse/: Return -1 instead of 0 in error cases. Fixes #554771.Wim Taymans2008-10-032-5/+10
* ext/pulse/pulsesink.c: Fix problems with pulsesink randomly erroring with cod...Jan Schmidt2008-09-271-2/+10
* ext/raw1394/: Pretend to care about the result of write() which works around ...Tim-Philipp Müller2008-09-112-4/+4
* ext/flac/gstflacenc.c: Make sure the desired default values are actually set,...Tim-Philipp Müller2008-09-041-14/+20
* ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge2008-09-024-37/+25
* ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream disc...Sebastian Dröge2008-08-312-3/+69
* ext/speex/gstspeexenc.c: Correct the timestamp and granulepos calculation by ...Sebastian Dröge2008-08-311-2/+2
* ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...Sebastian Dröge2008-08-313-68/+169
* ext/annodex/gstcmmlparser.c: Fix compiler warnings caused by passing a string...Craig Keogh2008-08-311-1/+1
* Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller2008-08-301-1/+3
* ext/cairo/gsttextoverlay.c: Fix compiler warning.Stefan Kost2008-08-261-3/+2
* ext/cairo/gsttextoverlay.c: Fix obvious memleak.David Schleef2008-08-261-2/+2
* ext/flac/gstflacenc.c: Fix compilation against older libflac versions.Tim-Philipp Müller2008-08-201-1/+1
* ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places.Sebastian Dröge2008-08-207-111/+36
* ext/pulse/: If downstream provides no channel layout and >2 channels should b...Sebastian Dröge2008-08-203-78/+259
* ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBuff...Sebastian Dröge2008-08-182-14/+7
* ext/pulse/pulsesink.*: Add "device-name" property to pulsesink too and curren...Sebastian Dröge2008-08-132-2/+144
* ext/pulse/pulsesrc.c: Add "device-name" property, which provides a human read...Laszlo Pandy2008-08-131-4/+19
* ext/pulse/: Improve debugging a bit by including the parent object in pulsemi...Sebastian Dröge2008-08-137-45/+57
* ext/pulse/pulsemixer.c: Fix property probing after the device property is set...Laszlo Pandy2008-08-131-2/+2
* ext/pulse/pulsemixer.c: Fix property probing after the device property is set...Laszlo Pandy2008-08-131-4/+4
* ext/pulse/: Implement GstPropertyProbe interface on pulsesink for detecting s...Laszlo Pandy2008-08-134-9/+88
* Pull changes from 0.10.9.2 pre-release branch moving the libcdioJan Schmidt2008-08-126-638/+0
* ext/raw1394/: mpeg2-ts (HDV) variant of firewire capture element.Edward Hervey2008-08-114-3/+919
* ext/flac/gstflacenc.c: Actually provide the variables required for the format...Sebastian Dröge2008-08-091-1/+2
* ext/flac/gstflacenc.*: Handle non-zero start timestamps correctly, mark heade...Sebastian Dröge2008-08-082-11/+67
* 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