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