summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/avi/gstavidemux.c: Don't unref the GstPadTemplate returned by gst_element...Edward Hervey2006-04-071-1/+0
* gst/qtdemux/qtdemux.c: Added full edit list support.Wim Taymans2006-04-061-208/+578
* Unify the long descriptions in the plugin details (#337263).j^2006-04-064-15/+13
* gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is expli...Wim Taymans2006-04-051-10/+24
* gst/qtdemux/qtdemux.c: More cleanups, added comments.Wim Taymans2006-04-041-142/+237
* gst/qtdemux/qtdemux.*: Handle stss boxes so we can mark and find keyframes.Wim Taymans2006-04-042-127/+322
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-014-4/+4
* configure.ac: clean up, use AS_VERSION and AS_NANOThomas Vander Stichele2006-04-011-1/+1
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-3012-19/+45
* better/unified long descriptionsWim Taymans2006-03-3065-270/+249
* gst/id3demux/gstid3demux.c: Create source pad without leaking.Tim-Philipp Müller2006-03-261-3/+1
* gst/avi/gstavidemux.c: this patch combines the global init_frames with the st...Wim Taymans2006-03-241-30/+38
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-244-4/+7
* More state change function fixes.Tim-Philipp Müller2006-03-231-5/+6
* gst/wavparse/gstwavparse.c: Don't try to read beyond the end of the file just...Tim-Philipp Müller2006-03-231-4/+32
* gst/wavparse/gstwavparse.*: Delay source pad creation until we have the first...Tim-Philipp Müller2006-03-232-26/+79
* gst/: Don't attempt typefinding on too-short buffers that have been completel...Jan Schmidt2006-03-223-4/+19
* gst/rtsp/gstrtspsrc.c: the OPTIONS request result is optional so don't fail o...Wim Taymans2006-03-211-6/+5
* gst/: gcc 4.1 unreferenced pointer fixes.Edward Hervey2006-03-213-8/+21
* gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should...Tommi Myöhänen2006-03-211-2/+2
* gst/matroska/ebml-write.c: Ensure that we set correct caps on buffers that ar...Jan Schmidt2006-03-201-0/+2
* gst/goom/: Free filter data when cleaning up. (Fixes: #334995)Jan Schmidt2006-03-202-3/+11
* gst/id3demux/id3v2frames.c: We only care about gain and peak data for the mas...Tim-Philipp Müller2006-03-161-3/+5