summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/: don't leak caps-stringStefan Kost2006-05-023-4/+18
* gst/id3demux/gstid3demux.c: Let core insert default error message for TYPE_NO...Tim-Philipp Müller2006-05-021-4/+2
* gst/: Post an error message when we get an EOS event and were not able to fin...Tim-Philipp Müller2006-05-022-1/+57
* fix docs for wavparseThomas Vander Stichele2006-05-021-3/+2
* gst/wavparse/gstwavparse.c: ... and fix multichannel/WAVFORMATEX support again.Tim-Philipp Müller2006-04-291-4/+4
* gst/wavparse/gstwavparse.*: Add push (streaming) mode to wavparse (fixes #337...Stefan Kost2006-04-282-160/+444
* gst/icydemux/gsticydemux.*: Fix event handling: cache events when typefinding...Michael Smith2006-04-282-0/+53
* gst/id3demux/id3v2frames.c: Recognise and skip any byte order marker (BOM) inTim-Philipp Müller2006-04-281-0/+24
* Add docs for both avidemux and avimux.Tim-Philipp Müller2006-04-272-0/+64
* gst/avi/: Port AVI muxer to GStreamer-0.10 (#332031).Mark Nauwelaerts2006-04-274-329/+588
* gst/wavparse/gstwavparse.*: reverted patch #337625 for the price of 1 hour sleepStefan Kost2006-04-262-450/+158
* gst/wavparse/gstwavparse.*: correct partial implementation of push mode (from...Stefan Kost2006-04-262-95/+130
* gst/auparse/gstauparse.*: Rewrite auparse to suck a little bit less: make sou...Tim-Philipp Müller2006-04-262-254/+566
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-256-6/+8
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-2583-157/+424
* gst/matroska/: Handle case where the TrackType ebml chunk does not come befor...Tim-Philipp Müller2006-04-254-31/+159
* gst/rtp/: It's codec_data, not codec_info.Wim Taymans2006-04-252-14/+14
* gst/matroska/matroska-demux.c: Handle codec_data for VfW compatibility codec ...Mark Nauwelaerts2006-04-252-34/+64
* gst/matroska/matroska-mux.c: Fix timestamping of B-frames, use signed integer...Josef Zlomek2006-04-251-4/+12
* gst/matroska/matroska-demux.c: Fix a bad conversion using gst_guint64_to_gdou...Sébastien Moutte2006-04-231-3/+4
* gst/matroska/matroska-demux.c: Use gst_guint64_to_gdouble for conversionsSébastien Moutte2006-04-221-2/+3
* gst/avi/gstavidemux.c: When splitting audio chunks, the block alignment is no...Fabrizio Gennari2006-04-211-1/+8
* gst/debug/progressreport.c: Add 'format' property to force querying to a part...Tim-Philipp Müller2006-04-211-82/+138
* Add icydemux, and tests.Michael Smith2006-04-213-0/+678
* gst/avi/gstavidemux.c: Fix index creation when we have to scan the file to cr...Fabrizio Gennari2006-04-201-60/+56
* gst/matroska/: Set DISCONT flag on first buffer after a discontinuity.Tim-Philipp Müller2006-04-203-31/+82
* gst/matroska/matroska-demux.c: Handle end of segment properly when set; don't...Mark Nauwelaerts2006-04-201-8/+12
* 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-201-17/+19
* gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't...Tim-Philipp Müller2006-04-192-269/+222
* gst/qtdemux/qtdemux.c: For VBR audio, don't try to calculate the samples_per_...Wim Taymans2006-04-191-3/+6
* gst/id3demux/id3tags.c: (Fixes #338713)Alex Lancaster2006-04-171-0/+1
* reverting rtp patches to fix freeze break on -base as explained on the listThomas Vander Stichele2006-04-1326-81/+309
* gst/rtp/: Fix GObject macros.Tim-Philipp Müller2006-04-1324-55/+49
* gst/rtp/: Ported mulaw and alaw payloaders to use new base classPhilippe Kalaf2006-04-1310-258/+540
* gst/rtp/gstrtpmp4vdepay.c: Don't leak memory allocated by gst_buffer_new_and_...Tim-Philipp Müller2006-04-111-2/+2
* 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-102-2/+7
* gst/matroska/matroska-demux.c: Use static pad templates with ANY caps for aud...Tim-Philipp Müller2006-04-101-301/+167
* 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-101-22/+29
* gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples.Wim Taymans2006-04-101-1/+5
* gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constantsSébastien Moutte2006-04-092-2/+6
* gst/matroska/ebml-read.c: Even better would be if we actually did the right t...Tim-Philipp Müller2006-04-091-1/+1
* gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MS...Tim-Philipp Müller2006-04-091-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-084-4/+4
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-0843-43/+43
* Fix more broken GObject macrosStefan Kost2006-04-081-2/+4
* Fix broken GObject macrosStefan Kost2006-04-082-2/+2
* gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calcu...Wim Taymans2006-04-081-130/+141