summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/avi/gstavidemux.c: Fix index creation when we have to scan the file to cr...Fabrizio Gennari2006-04-202-60/+67
* ext/flac/gstflacdec.c: Add support for segment seeks (fixes #338290). Also de...Tim-Philipp Müller2006-04-202-24/+54
* gst/matroska/: Set DISCONT flag on first buffer after a discontinuity.Tim-Philipp Müller2006-04-204-31/+97
* gst/matroska/matroska-demux.c: Handle end of segment properly when set; don't...Mark Nauwelaerts2006-04-202-8/+22
* gst/qtdemux/qtdemux.c: Never treat video streams as an audio stream.j^2006-04-201-2/+7
* gst/matroska/matroska-demux.c: Make mpeg2 aac audio work: create artificial p...Tim-Philipp Müller2006-04-202-17/+27
* gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't...Tim-Philipp Müller2006-04-193-269/+236
* gst/qtdemux/qtdemux.c: For VBR audio, don't try to calculate the samples_per_...Wim Taymans2006-04-191-3/+6
* ext/gdk_pixbuf/gstgdkpixbuf.c: Leave JPEG decoding to our jpegdec plugin. gdk...Tim-Philipp Müller2006-04-182-1/+10
* ext/gdk_pixbuf/gstgdkpixbuf.*: Make work with packetised/framed input (e.g. p...Tim-Philipp Müller2006-04-183-25/+43
* ext/gdk_pixbuf/gstgdkpixbuf.c: No need to special-case for Gdk-2.0 any longer...Tim-Philipp Müller2006-04-182-25/+8
* Rewrite a bit: use GstBaseSink::start and stop instead of a state change func...Tim-Philipp Müller2006-04-184-292/+304
* Add translatable error message for when we cannot connect to the sound server...Tim-Philipp Müller2006-04-184-11/+27
* sys/oss/gst-i18n-plugin.h: Remove bogus file that doesn't belong here.Tim-Philipp Müller2006-04-182-37/+5
* ext/shout2/gstshout2.*: Handle tags being received before the connection to t...Philippe Valembois2006-04-173-11/+33
* Just added a gtk-doc comment.Edgard Lima2006-04-171-0/+21
* ext/shout2/gstshout2.c: Don't crash in case the connection to the server fail...Tim-Philipp Müller2006-04-172-3/+18
* gst/id3demux/id3tags.c: (Fixes #338713)Alex Lancaster2006-04-172-0/+7
* Fixed some memory leaks.Edgard Lima2006-04-132-5/+24
* reverting rtp patches to fix freeze break on -base as explained on the listThomas Vander Stichele2006-04-1327-125/+309
* gst/rtp/: Fix GObject macros.Tim-Philipp Müller2006-04-1325-55/+77
* gst/rtp/: Ported mulaw and alaw payloaders to use new base classPhilippe Kalaf2006-04-1311-258/+556
* Fix to work in read mode.Edgard Lima2006-04-121-1/+0
* ext/gdk_pixbuf/gstgdkpixbuf.c: Some cleanups.Wim Taymans2006-04-122-68/+93
* gst/rtp/gstrtpmp4vdepay.c: Don't leak memory allocated by gst_buffer_new_and_...Tim-Philipp Müller2006-04-112-2/+8
* fix version number macroChristian Schaller2006-04-111-1/+1
* ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, ...Tim-Philipp Müller2006-04-113-12/+110
* sys/oss/: - the user-visible error strings were in the wrong categoryThomas Vander Stichele2006-04-105-81/+105
* gst/qtdemux/qtdemux.c: Fix parsing of newer stsd chunks again.Wim Taymans2006-04-101-1/+3
* gst/matroska/ebml-read.c: Don't try to modify read-only data.Tim-Philipp Müller2006-04-103-2/+16
* ext/annodex/gstcmmlenc.c: Use copies of header buffers for caps to avoid circ...Michael Smith2006-04-104-7/+29
* gst/matroska/matroska-demux.c: Use static pad templates with ANY caps for aud...Tim-Philipp Müller2006-04-102-301/+183
* ext/annodex/gstcmmlutils.c: Use g_list_delete_link () instead of g_list_remov...Michael Smith2006-04-103-1/+7
* gst/qtdemux/qtdemux.c: Fix framerate calculation.Wim Taymans2006-04-101-4/+11
* gst/avi/gstavidemux.c: Fix some crashers with empty chunks. (Fixes #337749)Ryan Lortie (desrt)2006-04-102-22/+38
* gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples.Wim Taymans2006-04-101-1/+5
* ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is n...Sébastien Moutte2006-04-091-0/+121
* gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constantsSébastien Moutte2006-04-094-12/+19
* gst/matroska/ebml-read.c: Even better would be if we actually did the right t...Tim-Philipp Müller2006-04-092-1/+7
* gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MS...Tim-Philipp Müller2006-04-092-1/+9
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-088-9/+9
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-0865-64/+135
* Fix more broken GObject macrosStefan Kost2006-04-083-4/+14
* Fix broken GObject macrosStefan Kost2006-04-082-4/+6
* Fix broken GObject macrosStefan Kost2006-04-089-19/+33
* gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calcu...Wim Taymans2006-04-081-130/+141
* ext/flac/gstflacdec.c: Don't try to seek beyond the end of the file (would oc...Tim-Philipp Müller2006-04-082-0/+16
* ext/flac/gstflacdec.*: If the stream header doesn't contain the total number ...Tim-Philipp Müller2006-04-073-5/+208
* Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to 25fpsZaheer Abbas Merali2006-04-071-5/+6
* tests/icles/ximagesrc-test.c: Actually assert that pipeline goes to playingZaheer Abbas Merali2006-04-071-0/+6