summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* releasingBRANCH-RELEASE-0_7_4Thomas Vander Stichele2004-02-066-4/+127
* add patch for pkg-config stuff to releaseThomas Vander Stichele2004-02-057-38/+22
* fix uninstalled pkgconfig files remove play and gconf from -libsThomas Vander Stichele2004-02-055-21/+37
* gst/wavparse/gstwavparse.c: Fix a caps memleak.David Schleef2004-02-051-0/+5
* gst-libs/gst/riff/riff-read.c: use correct GST_TAG_ENCODER tagBenjamin Otte2004-02-052-1/+6
* ext/alsa/gstalsa.c: be sure to stop the clock when going to pausedBenjamin Otte2004-02-051-0/+15
* update translationsThomas Vander Stichele2004-02-041-2/+2
* ext/mad/gstid3tag.c: that should be !=, not == (fixes #132519)Benjamin Otte2004-02-041-0/+5
* bump versionThomas Vander Stichele2004-02-041-1/+1
* Make sure set_explicit_caps() is called before adding pad.David Schleef2004-02-041-0/+8
* appease libtool godsThomas Vander Stichele2004-02-043-0/+2
* ignore copied m4'sThomas Vander Stichele2004-02-041-0/+16
* small updateThomas Vander Stichele2004-02-041-3/+28
* first prerelThomas Vander Stichele2004-02-041-0/+5
* don't run user tests on auto test suiteThomas Vander Stichele2004-02-041-0/+5
* Convert GST_DEBUG_CAPS() to GST_DEBUG():David Schleef2004-02-042-1/+14
* Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code th...David Schleef2004-02-041-0/+11
* gst/sine/gstsinesrc.c: fix memleak by properly disposing sinesrcBenjamin Otte2004-02-041-0/+6
* gst-libs/gst/xoverlay/xoverlay.*: Adding the _expose method to tell an overla...Julien Moutte2004-02-033-0/+35
* ext/gdk_pixbuf/gstgdkpixbuf.c: more memleak fixageBenjamin Otte2004-02-031-0/+5
* fix memleaks shown by gst-typefindBenjamin Otte2004-02-031-0/+6
* last glib_root standingThomas Vander Stichele2004-02-031-1/+1
* remove glib_root add hack rule for .Plo filesThomas Vander Stichele2004-02-036-25/+39
* gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the au...Benjamin Otte2004-02-032-2/+14
* use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele2004-02-0320-135/+94
* ext/ogg/gstoggdemux.c: handle chain parsing correctly in the multichain caseBenjamin Otte2004-02-031-0/+10
* .cvsignore: Ignore generated file _stdint.h.David I. Lehn2004-02-032-0/+6
* gst-libs/gst/: Generate enum type code with glib-mkenums.David I. Lehn2004-02-0313-21/+148
* gst-libs/gst/audio/.cvsignore: Ignore generated file.David I. Lehn2004-02-033-1/+10
* examples/switch/.cvsignore: Ignore generated file.David I. Lehn2004-02-032-2/+8
* co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _st...Benjamin Otte2004-02-034-0/+14
* gst/tags/gstvorbistag.c: Add replaygain support to vorbistagJeremy Simon2004-02-021-0/+6
* ext/ffmpeg/gstffmpegcodecmap.c: Fix SVQ3 caps flag propertiesJeremy Simon2004-02-021-0/+6
* remove textdomain callsThomas Vander Stichele2004-02-027-105/+91
* gst-libs/gst/play/play.c: Moving volume in the audio thread for instantaneous...Julien Moutte2004-02-022-16/+21
* sys/ximage/ximagesink.c: Better X events handling, only take the latest event...Julien Moutte2004-02-021-0/+7
* Fix memory leaks:David Schleef2004-02-021-0/+8
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-026-7/+30
* gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.David Schleef2004-02-021-0/+4
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-0232-116/+262
* ignore filesThomas Vander Stichele2004-02-021-1/+3
* make code more readable by extracting magic numbers fix interface rangeThomas Vander Stichele2004-02-021-0/+11
* adding files to be ignoredThomas Vander Stichele2004-02-021-0/+2
* block tick callback for 0.5 sec after a seekThomas Vander Stichele2004-02-022-9/+23
* check for NULLness and warn if we can't report GErrorThomas Vander Stichele2004-02-022-4/+16
* gst-libs/gst/play/play.c: s/sinkconnect/sink_linkJulien Moutte2004-02-012-1/+18
* add check for new functionThomas Vander Stichele2004-02-012-0/+23
* ext/alsa/gstalsa.c: really start/stop clock only on PLAYING <=> PAUSEDBenjamin Otte2004-01-311-0/+12
* ext/alsa/gstalsa.c: start clock on PAUSED=>PLAYING, not laterBenjamin Otte2004-01-311-0/+15
* add error handlingThomas Vander Stichele2004-01-314-94/+150