summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2008-12-15ext/pulse/pulsemixerctrl.c: Add note about memleak.Stefan Kost1-0/+3
2008-12-13Switch to using GstStaticPadTemplate.Edward Hervey1-15/+27
2008-12-09ext/dv/gstdvdemux.c: Restore previous behaviour of not passing QoS and naviga...Tim-Philipp Müller1-0/+3
2008-12-09ext/dv/gstdvdemux.c: Add srcpads only when needed and remove them again when ...Sebastian Dröge1-33/+70
2008-12-08ext/dv/gstdvdemux.c: Forward all events upstream unless it's something we rea...Sebastian Dröge1-2/+5
2008-12-08ext/dv/: Really call dv_init() exactly one time, not one time for the demuxer...Sebastian Dröge3-6/+2
2008-11-27Add support for basic and digest authentication in souphttpsrc.Ron McOuat2-7/+92
2008-11-23ext/pulse/pulsesink.c: Change #if 0 to something more expresive and add point...Stefan Kost1-6/+12
2008-11-21ext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org header to HTTP requests ...Zeeshan Ali1-0/+2
2008-11-20ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's no...Jan Schmidt1-10/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost22-0/+23
2008-10-31ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find t...Sebastian Dröge1-1/+1
2008-10-27ext/esd/esdmon.c: Add doc blob.Stefan Kost1-1/+19
2008-10-27ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live sourc...Sjoerd Simons1-2/+12
2008-10-10ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...Jan Schmidt2-3/+4
2008-10-03ext/pulse/: Return -1 instead of 0 in error cases. Fixes #554771.Wim Taymans2-5/+10
2008-09-27ext/pulse/pulsesink.c: Fix problems with pulsesink randomly erroring with cod...Jan Schmidt1-2/+10
2008-09-11ext/raw1394/: Pretend to care about the result of write() which works around ...Tim-Philipp Müller2-4/+4
2008-09-04ext/flac/gstflacenc.c: Make sure the desired default values are actually set,...Tim-Philipp Müller1-14/+20
2008-09-02ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge4-37/+25
2008-08-31ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream disc...Sebastian Dröge2-3/+69
2008-08-31ext/speex/gstspeexenc.c: Correct the timestamp and granulepos calculation by ...Sebastian Dröge1-2/+2
2008-08-31ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...Sebastian Dröge3-68/+169
2008-08-31ext/annodex/gstcmmlparser.c: Fix compiler warnings caused by passing a string...Craig Keogh1-1/+1
2008-08-30Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller1-1/+3
2008-08-26ext/cairo/gsttextoverlay.c: Fix compiler warning.Stefan Kost1-3/+2
2008-08-26ext/cairo/gsttextoverlay.c: Fix obvious memleak.David Schleef1-2/+2
2008-08-20ext/flac/gstflacenc.c: Fix compilation against older libflac versions.Tim-Philipp Müller1-1/+1
2008-08-20ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places.Sebastian Dröge7-111/+36
2008-08-20ext/pulse/: If downstream provides no channel layout and >2 channels should b...Sebastian Dröge3-78/+259
2008-08-18ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBuff...Sebastian Dröge2-14/+7
2008-08-13ext/pulse/pulsesink.*: Add "device-name" property to pulsesink too and curren...Sebastian Dröge2-2/+144
2008-08-13ext/pulse/pulsesrc.c: Add "device-name" property, which provides a human read...Laszlo Pandy1-4/+19
2008-08-13ext/pulse/: Improve debugging a bit by including the parent object in pulsemi...Sebastian Dröge7-45/+57
2008-08-13ext/pulse/pulsemixer.c: Fix property probing after the device property is set...Laszlo Pandy1-2/+2
2008-08-13ext/pulse/pulsemixer.c: Fix property probing after the device property is set...Laszlo Pandy1-4/+4
2008-08-13ext/pulse/: Implement GstPropertyProbe interface on pulsesink for detecting s...Laszlo Pandy4-9/+88
2008-08-12Pull changes from 0.10.9.2 pre-release branch moving the libcdioJan Schmidt6-638/+0
2008-08-11ext/raw1394/: mpeg2-ts (HDV) variant of firewire capture element.Edward Hervey4-3/+919
2008-08-09ext/flac/gstflacenc.c: Actually provide the variables required for the format...Sebastian Dröge1-1/+2
2008-08-08ext/flac/gstflacenc.*: Handle non-zero start timestamps correctly, mark heade...Sebastian Dröge2-11/+67
2008-08-07ext/flac/gstflacenc.c: If seeking failed return the appropiate return value t...Sebastian Dröge1-0/+6
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat4-0/+4
2008-08-07ext/flac/gstflacdec.c: Add FIXME for 0.11 to simply output everything with wi...Sebastian Dröge1-0/+4
2008-08-06ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.Jonathan Matthew8-306/+261
2008-08-03ext/flac/gstflacenc.c: Set an estimate for the total number of samples that w...Sebastian Dröge1-0/+42
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