summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/esd/esdsink.c: Unref static pad template after using it.Jan Schmidt2007-03-052-0/+6
* ext/gconf/gstswitchsink.c: Fix up the reference counting of the child elements.Jan Schmidt2007-03-052-1/+19
* gst/rtp/: Fix encoding-name case.Wim Taymans2007-03-054-3/+10
* gst/rtp/: Fix speex (de)payloader. Fixes #358040.Wim Taymans2007-03-054-23/+254
* ext/gconf/gstswitchsink.c: Install fakesink in NULL by fixing some broken log...Jan Schmidt2007-03-052-8/+16
* ext/gconf/gstswitchsink.c: Mark us as a sink when we have no fakesink in NULL...Wim Taymans2007-03-052-0/+6
* gst/spectrum/: Remove two obsolete and confusing comments.Stefan Kost2007-03-052-4/+0
* po/POTFILES.in: Update.Tim-Philipp Müller2007-03-042-1/+12
* tests/check/Makefile.am: Gah! Also disable gconfvideosink from the tests, oth...Jan Schmidt2007-03-042-1/+8
* ext/cdio/gstcdiocddasrc.c: Make sure we always destroy our libcdio handle.Jan Schmidt2007-03-042-0/+16
* tests/check/Makefile.am: Disable autovideosink so the buildbots don't barf ov...Jan Schmidt2007-03-042-1/+7
* sys/ximage/gstximagesrc.c: Chain up in disposeJan Schmidt2007-03-042-0/+7
* gst/multipart/multipartdemux.c: Use gst_pad_new_from_static_template instead ...Jan Schmidt2007-03-042-4/+12
* sys/ximage/gstximagesrc.c: Catch the case where no clock has been set.Jan Schmidt2007-03-042-0/+12
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-0427-30/+245
* ext/dv/gstdvdec.c: Use gst_pad_new_from_static_template instead of static_pad...Jan Schmidt2007-03-042-8/+8
* Don't mix tabs and spaces (#414168).Loïc Minier2007-03-033-9/+17
* tests/check/generic/.cvsignore: Ignore files to please buildbot.Stefan Kost2007-03-022-0/+7
* gst/wavparse/gstwavparse.c: Unbreak my previous commit (swapped nominator & d...Stefan Kost2007-03-022-3/+10
* ext/cdio/gstcdiocddasrc.c: Small code cleanups.Wim Taymans2007-03-022-39/+57
* gst/udp/gstudpsrc.c: Fix doc.Wim Taymans2007-03-022-1/+8
* gst/wavparse/gstwavparse.c: Handle rounding better to not drop last sample fr...René Stadler2007-03-022-5/+31