summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add translatable error message for when we cannot connect to the sound server...Tim-Philipp Müller2006-04-181-0/+10
* sys/oss/gst-i18n-plugin.h: Remove bogus file that doesn't belong here.Tim-Philipp Müller2006-04-181-0/+5
* ext/shout2/gstshout2.*: Handle tags being received before the connection to t...Philippe Valembois2006-04-171-0/+11
* ext/shout2/gstshout2.c: Don't crash in case the connection to the server fail...Tim-Philipp Müller2006-04-171-0/+9
* gst/id3demux/id3tags.c: (Fixes #338713)Alex Lancaster2006-04-171-0/+6
* reverting rtp patches to fix freeze break on -base as explained on the listThomas Vander Stichele2006-04-131-44/+0
* gst/rtp/: Fix GObject macros.Tim-Philipp Müller2006-04-131-0/+28
* gst/rtp/: Ported mulaw and alaw payloaders to use new base classPhilippe Kalaf2006-04-131-0/+16
* ext/gdk_pixbuf/gstgdkpixbuf.c: Some cleanups.Wim Taymans2006-04-121-0/+13
* gst/rtp/gstrtpmp4vdepay.c: Don't leak memory allocated by gst_buffer_new_and_...Tim-Philipp Müller2006-04-111-0/+6
* ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, ...Tim-Philipp Müller2006-04-111-0/+11
* sys/oss/: - the user-visible error strings were in the wrong categoryThomas Vander Stichele2006-04-101-0/+17
* gst/matroska/ebml-read.c: Don't try to modify read-only data.Tim-Philipp Müller2006-04-101-0/+9
* ext/annodex/gstcmmlenc.c: Use copies of header buffers for caps to avoid circ...Michael Smith2006-04-101-0/+12
* gst/matroska/matroska-demux.c: Use static pad templates with ANY caps for aud...Tim-Philipp Müller2006-04-101-0/+16
* ext/annodex/gstcmmlutils.c: Use g_list_delete_link () instead of g_list_remov...Michael Smith2006-04-101-0/+6
* gst/avi/gstavidemux.c: Fix some crashers with empty chunks. (Fixes #337749)Ryan Lortie (desrt)2006-04-101-0/+9
* gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constantsSébastien Moutte2006-04-091-0/+10
* gst/matroska/ebml-read.c: Even better would be if we actually did the right t...Tim-Philipp Müller2006-04-091-0/+6
* gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MS...Tim-Philipp Müller2006-04-091-0/+8
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-0/+71
* Fix more broken GObject macrosStefan Kost2006-04-081-0/+6
* Fix broken GObject macrosStefan Kost2006-04-081-0/+12
* ext/flac/gstflacdec.c: Don't try to seek beyond the end of the file (would oc...Tim-Philipp Müller2006-04-081-0/+9
* ext/flac/gstflacdec.*: If the stream header doesn't contain the total number ...Tim-Philipp Müller2006-04-071-0/+10
* gst/avi/gstavidemux.c: Don't unref the GstPadTemplate returned by gst_element...Edward Hervey2006-04-071-0/+6
* sys/sunaudio/gstsunaudiosink.*: Use spec->segsize and spec->segtotal in the p...Brian Cameron2006-04-061-0/+11
* configure.ac: Bump core requirements to CVS for gst_pad_query_peer_duration()...Tim-Philipp Müller2006-04-061-0/+6
* ext/speex/: Fix seeking and duration queries (#337033); clean up and refactor...Tim-Philipp Müller2006-04-051-0/+16
* ext/raw1394/gstdv1394src.c: distinguish between device not found and could no...Thomas Vander Stichele2006-04-051-0/+6
* 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