summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gst/id3demux/id3v2frames.c: Fix parsing of ID3 v2.2.0 PIC frames. Only in ver...Tim-Philipp Müller2007-03-121-0/+9
* win32/MANIFEST: Add new project files to MANIFEST.Sébastien Moutte2007-03-101-0/+9
* Printf format fixes; also add some missing quotes in translated strings. Fixe...Tim-Philipp Müller2007-03-101-0/+9
* gst/autodetect/gstautoaudiosink.c: Tim and I can't think of any reason the ch...Jan Schmidt2007-03-091-0/+9
* po/: Add ja.po file from #377306.Tim-Philipp Müller2007-03-091-0/+6
* sys/sunaudio/: Actually translate sunaudio mixer track labels instead of just...Tim-Philipp Müller2007-03-091-0/+18
* tests/check/Makefile.am: Re-enable the states test and see if it works on the...Jan Schmidt2007-03-091-0/+5
* ext/dv/gstdvdec.*: Infer pixel-aspect-ratio from the video frame format if it...Wim Taymans2007-03-091-0/+13
* gst/rtsp/gstrtspsrc.c: When activated, remove the udpsrc timeout, we have dat...Wim Taymans2007-03-091-0/+6
* ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME...Wim Taymans2007-03-091-0/+6
* gst/avi/gstavidemux.c: Fix stream position reporting after a seek. Fixes #416...Wim Taymans2007-03-091-0/+8
* gst/avi/gstavidemux.c: Make avidemux accept optional header chunks in any order.René Stadler2007-03-081-0/+10
* tests/check/Makefile.am: Disable the states check until the remaining Valgrin...Jan Schmidt2007-03-081-0/+6
* tests/check/elements/.cvsignore: Add audiodynamic check to .cvsignoreSebastian Dröge2007-03-081-0/+5
* gst/audiofx/: Add new audiodynamic element which can act as a compressor or e...Sebastian Dröge2007-03-081-0/+38
* ext/raw1394/gstdv1394src.c: Free handles that we allocated when exiting via t...Jan Schmidt2007-03-071-0/+5
* gst/level/gstlevel.*: Resolve message timestamps against the playback segment.Stefan Kost2007-03-071-0/+8
* 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-061-0/+24
* tests/check/Makefile.am: Add missing backslash at end of line.Tim-Philipp Müller2007-03-061-0/+5
* Trigger rebuild.Jan Schmidt2007-03-061-0/+4
* gst/id3demux/: Do not convert obsolete TDA/TDAT frames to TDRC frames, otherw...Tim-Philipp Müller2007-03-061-0/+12
* ext/gconf/gstswitchsink.c: Fix up the dispose logic so it doesn't leak, and f...Jan Schmidt2007-03-061-0/+8
* gst/goom/gstgoom.*: Document, fix and improve goom adapter behaviour.Wim Taymans2007-03-061-0/+8
* ext/esd/esdsink.c: Unref static pad template after using it.Jan Schmidt2007-03-051-0/+5
* ext/gconf/gstswitchsink.c: Fix up the reference counting of the child elements.Jan Schmidt2007-03-051-0/+6
* gst/rtp/: Fix encoding-name case.Wim Taymans2007-03-051-0/+7
* gst/rtp/: Fix speex (de)payloader. Fixes #358040.Wim Taymans2007-03-051-0/+12
* ext/gconf/gstswitchsink.c: Install fakesink in NULL by fixing some broken log...Jan Schmidt2007-03-051-0/+8
* ext/gconf/gstswitchsink.c: Mark us as a sink when we have no fakesink in NULL...Wim Taymans2007-03-051-0/+5
* po/POTFILES.in: Update.Tim-Philipp Müller2007-03-041-0/+5
* tests/check/Makefile.am: Gah! Also disable gconfvideosink from the tests, oth...Jan Schmidt2007-03-041-0/+7
* ext/cdio/gstcdiocddasrc.c: Make sure we always destroy our libcdio handle.Jan Schmidt2007-03-041-0/+6
* tests/check/Makefile.am: Disable autovideosink so the buildbots don't barf ov...Jan Schmidt2007-03-041-0/+6
* sys/ximage/gstximagesrc.c: Chain up in disposeJan Schmidt2007-03-041-0/+5
* gst/multipart/multipartdemux.c: Use gst_pad_new_from_static_template instead ...Jan Schmidt2007-03-041-0/+7
* sys/ximage/gstximagesrc.c: Catch the case where no clock has been set.Jan Schmidt2007-03-041-0/+5
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+48
* ext/dv/gstdvdec.c: Use gst_pad_new_from_static_template instead of static_pad...Jan Schmidt2007-03-041-0/+6
* Don't mix tabs and spaces (#414168).Loïc Minier2007-03-031-0/+8
* tests/check/generic/.cvsignore: Ignore files to please buildbot.Stefan Kost2007-03-021-0/+5
* gst/wavparse/gstwavparse.c: Unbreak my previous commit (swapped nominator & d...Stefan Kost2007-03-021-0/+7
* ext/cdio/gstcdiocddasrc.c: Small code cleanups.Wim Taymans2007-03-021-0/+8
* gst/udp/gstudpsrc.c: Fix doc.Wim Taymans2007-03-021-0/+6
* gst/wavparse/gstwavparse.c: Handle rounding better to not drop last sample fr...René Stadler2007-03-021-0/+9
* tests/check/Makefile.am: Disable cacasink from the states check too - it also...Jan Schmidt2007-03-021-0/+6
* gst/udp/gstudpsrc.*: Add support to strip proprietary headers. Fixes #350296.Thijs Vermeir2007-03-021-0/+10
* gst/rtp/gstrtpmp2tdepay.c: Fix compilation.Wim Taymans2007-03-021-0/+5
* gst/rtp/gstrtpmp2tdepay.*: Add support to strip off proprietary headers. Fixe...Thijs Vermeir2007-03-021-0/+11
* ext/hal/hal.c: Fix compilation.Wim Taymans2007-03-021-0/+5