summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ext/gconf/gconf.c: Accept complex pipeline descriptions as an audio profile i...Christophe Dehais2007-03-222-7/+16
* ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge2007-03-223-25/+10
* ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli...Sebastian Dröge2007-03-211-10/+8
* gst/apetag/gsttagdemux.c: Rename registered type in preparation of GstTagDemu...Tim-Philipp Müller2007-03-212-2/+7
* gst/wavparse/gstwavparse.c: Streaming mode fixes: don't unref buffer we don't...Tim-Philipp Müller2007-03-192-6/+7
* REQUIREMENTS: Change the format to key/value, add a bunch of information, rem...David Schleef2007-03-182-85/+137
* REQUIREMENTS: Fix a few things. This file really needs a good once-over.David Schleef2007-03-182-14/+7
* sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView ...Edward Hervey2007-03-161-1/+1
* sys/osxvideo/osxvideosink.m: Emit 'have-ns-view' message when working in embe...Edward Hervey2007-03-161-5/+17
* gst/equalizer/gstiirequalizer10bands.c: A 10 band EQ should be initialized to...Stefan Kost2007-03-161-1/+18
* sys/Makefile.am: Don't forget to distribute the sys/osxaudio/ directory.Edward Hervey2007-03-152-1/+6
* Activate osxaudio in gst-plugins-good with proper build setup.Edward Hervey2007-03-159-54/+129
* gst/rtp/: Ported mulaw and alaw payloaders to use new base classPhilippe Kalaf2007-03-145-278/+31
* sys/osxvideo/: Fix leaks when running a NSApp.Edward Hervey2007-03-144-55/+225
* po/: Update translations.Thomas Vander Stichele2007-03-1413-2545/+360
* configure.ac: Fix string replace error (AG_AG_GST_* => AG_GST_*).Tim-Philipp Müller2007-03-142-2/+7
* gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val...Stefan Kost2007-03-148-24/+541
* gst/apetag/gsttagdemux.c: Fix handling of -1 values for start and stop values...Tim-Philipp Müller2007-03-122-3/+22
* gst/id3demux/gstid3demux.c: Fix handling of -1 values for start and stop valu...Jan Schmidt2007-03-122-3/+20
* I'm too lazy to comment thisJan Schmidt2007-03-121-0/+2
* gst/id3demux/id3v2frames.c: Fix parsing of ID3 v2.2.0 PIC frames. Only in ver...Tim-Philipp Müller2007-03-122-7/+41
* sys/directdraw/gstdirectdrawsink.*: Handle display mode changes during playback.Sébastien Moutte2007-03-112-434/+660
* win32/MANIFEST: Add new project files to MANIFEST.Sébastien Moutte2007-03-105-1/+25
* Printf format fixes; also add some missing quotes in translated strings. Fixe...Tim-Philipp Müller2007-03-104-15/+24
* gst/autodetect/gstautoaudiosink.c: Tim and I can't think of any reason the ch...Jan Schmidt2007-03-092-1/+9
* po/: Add ja.po file from #377306.Tim-Philipp Müller2007-03-093-1/+484
* sys/sunaudio/: Actually translate sunaudio mixer track labels instead of just...Tim-Philipp Müller2007-03-096-33/+148
* tests/check/Makefile.am: Re-enable the states test and see if it works on the...Jan Schmidt2007-03-093-2/+6
* ext/dv/gstdvdec.*: Infer pixel-aspect-ratio from the video frame format if it...Wim Taymans2007-03-093-26/+129
* gst/rtsp/gstrtspsrc.c: When activated, remove the udpsrc timeout, we have dat...Wim Taymans2007-03-092-0/+11
* ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME...Wim Taymans2007-03-092-0/+7
* gst/avi/gstavidemux.c: Fix stream position reporting after a seek. Fixes #416...Wim Taymans2007-03-092-0/+10
* gst/equalizer/: Refactor plugin into a base class and a first subclass (nband...Stefan Kost2007-03-096-133/+487
* gst/avi/gstavidemux.c: Make avidemux accept optional header chunks in any order.René Stadler2007-03-082-58/+81
* tests/check/Makefile.am: Disable the states check until the remaining Valgrin...Jan Schmidt2007-03-082-1/+10
* tests/check/elements/.cvsignore: Add audiodynamic check to .cvsignoreSebastian Dröge2007-03-082-0/+6
* gst/audiofx/: Add new audiodynamic element which can act as a compressor or e...Sebastian Dröge2007-03-0812-3/+1344
* ext/raw1394/gstdv1394src.c: Free handles that we allocated when exiting via t...Jan Schmidt2007-03-073-0/+15
* ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge2007-03-076-6/+19
* gst/qtdemux/qtdemux.*: Share qtdemux debug category across all files, otherwi...Edward Hervey2007-03-072-3/+4
* gst/level/gstlevel.*: Resolve message timestamps against the playback segment.Stefan Kost2007-03-073-5/+57
* gst/spectrum/gstspectrum.*: One FIXME less, by resolving message timestamps a...Stefan Kost2007-03-072-3/+21
* Fix ChangeLog messageTim-Philipp Müller2007-03-061-2/+3
* gst/id3demux/gstid3demux.c: Don't leak caps: make gst_id3demux_add_srcpad() n...Tim-Philipp Müller2007-03-0610-9/+235
* tests/check/Makefile.am: Add missing backslash at end of line.Tim-Philipp Müller2007-03-062-1/+6
* Trigger rebuild.Jan Schmidt2007-03-062-0/+4
* gst/id3demux/: Do not convert obsolete TDA/TDAT frames to TDRC frames, otherw...Tim-Philipp Müller2007-03-065-6/+56
* ext/gconf/gstswitchsink.c: Fix up the dispose logic so it doesn't leak, and f...Jan Schmidt2007-03-062-11/+26
* gst/spectrum/gstspectrum.c: Fix and cleanup default property values.Wim Taymans2007-03-061-6/+17
* gst/goom/gstgoom.*: Document, fix and improve goom adapter behaviour.Wim Taymans2007-03-063-15/+33