summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: releasing 0.10.15, "No need to argue"RELEASE-0_10_15Jan Schmidt2007-11-1635-107/+377
* Update .po filesJan Schmidt2007-11-1622-1721/+2466
* win32/vs6/libgstfft.dsp: Convert line endings to DOS.Jan Schmidt2007-11-152-167/+172
* win32/: Add a project file for fft plugin and remove socket based plugin whic...Sébastien Moutte2007-11-157-49/+191
* win32/vs6/: Convert line endings back to DOSJan Schmidt2007-11-143-418/+424
* gst-libs/gst/fft/: Don't include malloc.h which doesn't exist on Mac OSX.Jan Schmidt2007-11-145-12/+22
* gst/playback/gstdecodebin2.c: Dont leak ghostpad. Fixes #475451.Stefan Kost2007-11-092-0/+15
* Update some more docs and comments.Wim Taymans2007-11-093-15/+44
* Require GIO >= 0.1.2 and adjust unit test for an API change.Sebastian Dröge2007-11-071-6/+2
* ext/gio/gstgio.h: Add macro to check if a stream supports seeking.Sebastian Dröge2007-11-0716-447/+1465
* ext/gio/gstgio.c: Remove nowadays unnecessary workaround for a crash.Sebastian Dröge2007-11-075-48/+41
* gst-libs/gst/rtp/: Fix some C99-isms and and a missing function that some ver...Sebastien Moutte2007-11-067-7/+55
* win32/common/: More missing symbols to export (fixes #493986).Ole André Vadla Ravnås2007-11-0610-80/+230
* Remove the magnitude and phase calculation functions as these have very speci...Sebastian Dröge2007-11-0611-393/+179
* gst/playback/gstplaybasebin.c: Avoid crash when there are external subtitles ...Tim-Philipp Müller2007-11-063-1/+16
* ext/alsa/: 'Could not open resource for writing' is not an acceptable even le...Tim-Philipp Müller2007-11-033-7/+21
* win32/common/libgstrtp.def: Add some more missing symbols (#492813).Ole André Vadla Ravnås2007-11-022-1/+47
* tests/check/elements/audioconvert.c: Add check to make sure that the out caps...Thijs Vermeir2007-11-022-0/+27
* gst-libs/gst/fft/: Include our own _stdint.h instead of sys/types.h, makes Mi...Vincent Torri2007-11-017-7/+40
* gst-libs/gst/audio/gstringbuffer.c: Return NULL instead of an enum that happe...Ole André Vadla Ravnås2007-11-017-27/+73
* gst-libs/gst/audio/audio.*: Readd the deprecation guards, but preserve compil...Stefan Kost2007-11-013-0/+19
* gst/audioconvert/gstaudioconvert.c: Preserve channel layout when fixating the...Tim-Philipp Müller2007-10-312-6/+203
* tests/check/elements/decodebin.c: Make sure the pipeline really operates in p...Tim-Philipp Müller2007-10-312-0/+7
* gst-libs/gst/audio/audio.h: Don't guard deprecated enum with #ifndef DISABLE_...Tim-Philipp Müller2007-10-312-2/+7
* tell gtk-doc about the deprecation guard. Apply more doc fixes.Stefan Kost2007-10-315-7/+17
* tests/check/libs/audio.c: Add simple unit test to make sure GstValue intersec...Tim-Philipp Müller2007-10-312-0/+64
* Fix the docs according to what gtk-doc complained about.Stefan Kost2007-10-307-6/+19
* tests/icles/stress-playbin.c: Fix the build.Stefan Kost2007-10-302-0/+6
* gst/playback/: Post nice/more useful error message if we don't have a decoder...Tim-Philipp Müller2007-10-303-1/+33
* gst/playback/gstdecodebin2.c: Be a bit more useful, unblock the pads after we...Wim Taymans2007-10-302-5/+20
* gst/playback/gsturidecodebin.c: Implement default signal handler so that we r...Wim Taymans2007-10-302-2/+20
* gst-libs/gst/riff/riff-media.c: Use the ALSA channel layout as default for wa...Sebastian Dröge2007-10-282-89/+122
* Use the ALSA channel layout as default for wav files without channel layout i...Sebastian Dröge2007-10-281-0/+11
* tests/check/libs/tag.c: GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we com...Tim-Philipp Müller2007-10-262-2/+9
* update spec fileChristian Schaller2007-10-261-0/+2
* gst/playback/gstdecodebin2.c: Move subtitle encoding property to decodebin2 s...Wim Taymans2007-10-253-45/+333
* gst-libs/gst/tag/: Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the ne...Tim-Philipp Müller2007-10-255-6/+35
* gst/playback/: Remove the autoplug-sort signal and replace it with a binding ...Wim Taymans2007-10-243-75/+151
* gst-libs/gst/tag/gsttagdemux.c: Don't abort with an assertion if we receive a...Tim-Philipp Müller2007-10-232-2/+13
* sys/: Make sure that before we clean up the X resources, we shutdown and join...Wim Taymans2007-10-223-28/+65
* gst/playback/gstdecodebin.c: Make the window for a race in typefind and shutt...Wim Taymans2007-10-164-5/+33
* gst-libs/gst/audio/gstbaseaudiosink.c: Also explicitly release the ringbuffer...Wim Taymans2007-10-162-0/+13
* tests/icles/: Does what it says on the tin.Tim-Philipp Müller2007-10-164-1/+135
* gst/playback/gstqueue2.c: Fix queue negotiation. See #486758.Wim Taymans2007-10-152-12/+15
* Actual code change to go along with:Jan Schmidt2007-10-121-10/+24
* Remove stray character from the changelog.Jan Schmidt2007-10-121-1/+1
* I'm too lazy to comment thisJan Schmidt2007-10-121-0/+12
* Extract vorbis comment LICENSE tags correctly.Tim-Philipp Müller2007-10-113-0/+18
* Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).Jason Kivlighn2007-10-113-1/+13
* gst-libs/gst/tag/gsttagdemux.c: Don't error out when a buggy downstream eleme...Tim-Philipp Müller2007-10-102-2/+10