summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* add a .pc file so other modules can use good plugins in testsThomas Vander Stichele2006-04-031-0/+9
* configure.ac: clean up, use AS_VERSION and AS_NANOThomas Vander Stichele2006-04-011-0/+22
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-0/+27
* better/unified long descriptionsWim Taymans2006-03-301-0/+114
* ext/dv/gstdvdemux.*: Seek in READY patch. Only works for pull based mode.Michael Dominic K2006-03-291-0/+12
* ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps tw...Tim-Philipp Müller2006-03-271-0/+7
* ext/speex/gstspeexenc.*: Don't leak adapter.Wim Taymans2006-03-271-0/+11
* gst/id3demux/gstid3demux.c: Create source pad without leaking.Tim-Philipp Müller2006-03-261-0/+5
* ext/flac/: Spifify a bit.Wim Taymans2006-03-241-0/+10
* gst/avi/gstavidemux.c: this patch combines the global init_frames with the st...Wim Taymans2006-03-241-0/+10
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-241-0/+8
* ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of r...Tim-Philipp Müller2006-03-241-0/+6
* More state change function fixes.Tim-Philipp Müller2006-03-231-0/+8
* ext/esd/esdsink.*: Fix esd choppy playback by configuring audiosink correctly...Wim Taymans2006-03-231-0/+10
* ext/libpng/gstpngdec.c: Make state change function thread-safe.Tim-Philipp Müller2006-03-231-0/+5
* gst/wavparse/gstwavparse.c: Don't try to read beyond the end of the file just...Tim-Philipp Müller2006-03-231-0/+7
* gst/wavparse/gstwavparse.*: Delay source pad creation until we have the first...Tim-Philipp Müller2006-03-231-0/+11
* mention fixed bug number in the changelogJan Schmidt2006-03-221-1/+1
* gst/: Don't attempt typefinding on too-short buffers that have been completel...Jan Schmidt2006-03-221-0/+10
* ext/esd/esdsink.c: Some cleanups.Wim Taymans2006-03-211-0/+9
* gst/rtsp/gstrtspsrc.c: the OPTIONS request result is optional so don't fail o...Wim Taymans2006-03-211-0/+6
* gst/: gcc 4.1 unreferenced pointer fixes.Edward Hervey2006-03-211-0/+9
* gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should...Tommi Myöhänen2006-03-211-0/+8
* gst/matroska/ebml-write.c: Ensure that we set correct caps on buffers that ar...Jan Schmidt2006-03-201-0/+6
* gst/goom/: Free filter data when cleaning up. (Fixes: #334995)Jan Schmidt2006-03-201-0/+6
* configure.ac: Don't compile udp and rtsp plugins on win32 (mingw) or other sy...Tim-Philipp Müller2006-03-171-0/+6
* Change bus reset handler so it reports useful information such as whether the...Zaheer Abbas Merali2006-03-161-0/+8
* gst/id3demux/id3v2frames.c: We only care about gain and peak data for the mas...Tim-Philipp Müller2006-03-161-0/+6
* gst/id3demux/id3v2frames.c: Read replay gain tags (#323721).Tim-Philipp Müller2006-03-161-0/+7
* configure.ac: Bump requirements to gst-plugins-base CVS because of buggy gst_...Tim-Philipp Müller2006-03-151-0/+6
* Fixed one of the caps in the code from mulaw to alaw.Philippe Kalaf2006-03-151-0/+5
* gst/apetag/gsttagdemux.c: Ensure that we set caps on the buffers we pass.Jan Schmidt2006-03-151-0/+12
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-0/+41
* configure.ac: Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(...Tim-Philipp Müller2006-03-141-0/+12
* gst/avi/gstavidemux.c: Catch short reads, like they might happen with truncat...Tim-Philipp Müller2006-03-141-0/+6
* gst/avi/gstavidemux.c: Fix DIB image inversion for pictures with a depth != 8...Tim-Philipp Müller2006-03-141-0/+6
* ext/jpeg/gstjpegdec.*: Fix durations on outgoing buffers after seeking in MJP...Tim-Philipp Müller2006-03-141-0/+8
* gst/wavparse/gstwavparse.c: Implement seek in READY (re-fixes #327658)Wim Taymans2006-03-131-0/+6
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-0/+39
* ext/dv/gstdvdemux.c: Handle events in push mode better, can now do non-flushi...Wim Taymans2006-03-091-0/+7
* gst/udp/gstdynudpsink.c: Applied patch from Kai Vehmanen, fixes #333624.Wim Taymans2006-03-071-0/+5
* ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. ...Julien Moutte2006-03-061-0/+6
* ext/speex/gstspeexenc.c: fix a tag list assert follow gst-plugins-base/ext/og...Thomas Vander Stichele2006-03-061-0/+9
* gst/id3demux/: Use new typefind helper functions here as well, and do typefin...Tim-Philipp Müller2006-03-041-0/+8
* sys/sunaudio/: Remove unused variables, breaks build from CVSBenjamin Pineau2006-03-041-0/+10
* docs/plugins/: Added wavparse docs.Wim Taymans2006-03-031-0/+19
* gst/avi/gstavidemux.*: If we have an index, use a duration based on the index...Tim-Philipp Müller2006-03-031-0/+11
* docs/plugins/: Added smoke and jpeg to the docs.Wim Taymans2006-03-031-0/+22
* docs/plugins/: Added videobalance and videoflip to the docs.Wim Taymans2006-03-031-0/+32
* configure.ac: Bump requirements to current core and -base CVS (core for new t...Tim-Philipp Müller2006-03-021-0/+15