summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* ext/raw1394/gstdv1394src.c: Use scale functionsWim Taymans2006-04-211-0/+5
* ext/dv/gstdv.c: Fix build.Tim-Philipp Müller2006-04-211-0/+5
* gst/debug/progressreport.c: Add 'format' property to force querying to a part...Tim-Philipp Müller2006-04-211-0/+9
* ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at best, on big en...Andy Wingo2006-04-211-0/+6
* Add icydemux, and tests.Michael Smith2006-04-211-0/+22
* ext/flac/gstflacdec.c: Post SEGMENT_DONE message in TIME format.Tim-Philipp Müller2006-04-201-0/+5
* gst/avi/gstavidemux.c: Fix index creation when we have to scan the file to cr...Fabrizio Gennari2006-04-201-0/+11
* ext/flac/gstflacdec.c: Add support for segment seeks (fixes #338290). Also de...Tim-Philipp Müller2006-04-201-0/+7
* gst/matroska/: Set DISCONT flag on first buffer after a discontinuity.Tim-Philipp Müller2006-04-201-0/+15
* gst/matroska/matroska-demux.c: Handle end of segment properly when set; don't...Mark Nauwelaerts2006-04-201-0/+10
* gst/matroska/matroska-demux.c: Make mpeg2 aac audio work: create artificial p...Tim-Philipp Müller2006-04-201-0/+8
* gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't...Tim-Philipp Müller2006-04-191-0/+14
* ext/gdk_pixbuf/gstgdkpixbuf.c: Leave JPEG decoding to our jpegdec plugin. gdk...Tim-Philipp Müller2006-04-181-0/+9
* ext/gdk_pixbuf/gstgdkpixbuf.*: Make work with packetised/framed input (e.g. p...Tim-Philipp Müller2006-04-181-0/+11
* ext/gdk_pixbuf/gstgdkpixbuf.c: No need to special-case for Gdk-2.0 any longer...Tim-Philipp Müller2006-04-181-0/+7
* Rewrite a bit: use GstBaseSink::start and stop instead of a state change func...Tim-Philipp Müller2006-04-181-0/+19
* 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