summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/id3demux/id3v2frames.c: Read replay gain tags (#323721).Tim-Philipp Müller2006-03-161-8/+108
* Fixed one of the caps in the code from mulaw to alaw.Philippe Kalaf2006-03-151-1/+1
* gst/apetag/gsttagdemux.c: Ensure that we set caps on the buffers we pass.Jan Schmidt2006-03-152-4/+14
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-1517-88/+55
* gst/qtdemux/qtdemux.c: Let's not forget to chain up to the parent dispose.Edward Hervey2006-03-151-0/+2
* gst/qtdemux/qtdemux.c: Series of memleak fixes:Edward Hervey2006-03-151-10/+22
* configure.ac: Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(...Tim-Philipp Müller2006-03-142-1/+94
* gst/avi/gstavidemux.c: Catch short reads, like they might happen with truncat...Tim-Philipp Müller2006-03-141-22/+30
* gst/avi/gstavidemux.c: Fix DIB image inversion for pictures with a depth != 8...Tim-Philipp Müller2006-03-141-6/+16
* gst/wavparse/gstwavparse.c: Implement seek in READY (re-fixes #327658)Wim Taymans2006-03-131-2/+2
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-138-3/+33
* gst/qtdemux/qtdemux.c: Fix build with gcc-4.1 (#327355).Tim-Philipp Müller2006-03-091-2/+1
* gst/qtdemux/qtdemux.c: Extract disc number and count from files that use 'dis...Tim-Philipp Müller2006-03-081-0/+8
* gst/udp/gstdynudpsink.c: Applied patch from Kai Vehmanen, fixes #333624.Wim Taymans2006-03-071-11/+0
* gst/qtdemux/qtdemux.c: Add support for '3IVD' fourcc (#333403).Tim-Philipp Müller2006-03-051-0/+4
* gst/id3demux/: Use new typefind helper functions here as well, and do typefin...Tim-Philipp Müller2006-03-042-95/+21
* docs/plugins/: Added wavparse docs.Wim Taymans2006-03-032-21/+110
* gst/avi/gstavidemux.*: If we have an index, use a duration based on the index...Tim-Philipp Müller2006-03-032-8/+49
* docs/plugins/: Added videobalance and videoflip to the docs.Wim Taymans2006-03-035-311/+445