summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2008-09-25ext/theora/theoraparse.c: Set the BOS flag on the BOS packet. Fixes #553244.ogg.k.ogg.k1-1/+7
2008-08-23ext/ogg/gstoggdemux.c: Don't add pads and activate them for skeleton streams....Alessandro Dessina1-0/+7
2008-08-22ext/vorbis/vorbisdec.c: Reset variable so that query and convert fail after g...Wim Taymans1-0/+1
2008-08-22ext/vorbis/vorbisenc.c: If a buffer arrives with a timestamp before the times...Sebastian Dröge1-3/+20
2008-08-21ext/vorbis/vorbisdec.c: Take the current timestamp instead of timestamp+durat...Sebastian Dröge1-2/+1
2008-08-13ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate, since it has n...David Schleef1-1/+1
2008-08-07ext/ogg/gstoggmux.*: Don't pretend to support NEWSEGMENT events, instead over...Sebastian Dröge2-0/+36
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat4-0/+4
2008-08-05ext/vorbis/vorbisdec.c: Do not leak old taglist.Stefan Kost1-1/+4
2008-07-29ext/gnomevfs/gstgnomevfssrc.c: Aggregate short reads and add some comments an...Stefan Kost1-11/+30
2008-07-28ext/ogg/gstoggdemux.c: Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT e...Sebastian Dröge1-7/+20
2008-07-28ext/ogg/gstoggmux.c: Allow muxing of CELT into Ogg streams.Sebastian Dröge1-1/+1
2008-07-27ext/ogg/gstoggdemux.c: Fix calculation of the start time from skeleton streams.Jan Gerber1-3/+1
2008-07-10Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost22-309/+158
2008-06-26gst-libs/gst/interfaces/mixertrack.c: API: Add "index" property to GstMixerTr...Sam Morris2-4/+12
2008-06-24ext/alsa/gstalsamixer.c: Also consider "speaker" as a name for master volume....Stefan Kost1-1/+23
2008-06-20ext/vorbis/vorbisenc.c: Report the encoder latency. Fixes #538232.Wim Taymans1-1/+32
2008-06-11ext/gio/gstgiobasesrc.*: Try to read the requested number of bytes, even if t...Sebastian Dröge3-35/+167
2008-06-02ext/pango/: Use gstvideo functions to calculate strides and plane offsets. Fi...Tim-Philipp Müller2-61/+54
2008-05-29ext/vorbis/: Add sane defaults for the 7 and 8 channel layouts as those are u...Sebastian Dröge2-13/+70
2008-05-28Add theoraparse to the docs and fix some docs.Wim Taymans1-3/+3
2008-05-27ext/alsa/gstalsamixertrack.c: Make sure playback volumes aren't accidentally ...Tim-Philipp Müller1-14/+26
2008-05-22Add some documentation comments, and some new headers to be scanned.Jan Schmidt5-4/+25
2008-05-21Some debug and comment fixes.Wim Taymans1-1/+1
2008-05-21Don't use bad gst_element_get_pad().Wim Taymans1-2/+2
2008-05-20ext/gnomevfs/gstgnomevfssrc.*: Set the ICY caps on the srcpad from where they...Wim Taymans2-18/+7
2008-05-13ext/ogg/gstoggdemux.*: Parse presentation time from skeleton streams and use ...j^2-2/+7
2008-04-30ext/theora/theoradec.c: Cool kids don't divide by zero.Michael Smith1-2/+5
2008-04-24ext/alsa/gstalsadeviceprobe.c: Don't return before freeing up the allocated s...Edward Hervey1-1/+3
2008-04-23ext/ogg/gstoggdemux.c: Revert the event part, that should not go in.Stefan Kost1-5/+0
2008-04-23ext/ogg/gstoggdemux.c: Don't leak GstPluginFeatures when filtering.Stefan Kost1-1/+7
2008-04-22ext/ogg/gstoggmux.c: Update Ogg/Dirac muxing. Removes the weird "KW-DIRAC" b...David Schleef1-34/+22
2008-04-21ext/gnomevfs/gstgnomevfsuri.c: Add FIXME comment about using uri-list for so...Stefan Kost1-0/+3
2008-04-20ext/ogg/gstogmparse.c: GST_TYPE_FRACTION contains gints so correctly cast gin...Sebastian Dröge1-1/+7
2008-04-20ext/gnomevfs/: Get the list of supported URI schemes in a threadsafe way and ...Sebastian Dröge3-14/+13
2008-04-20ext/gio/gstgio.c: Don't generate a new supported protocols list on each call ...Sebastian Dröge5-82/+198
2008-04-17ext/gio/gstgio.c: Return NULL instead of a gchar * array with one NULL elemen...Sebastian Dröge1-0/+5
2008-04-14ext/pango/gsttextoverlay.c: Fix textoverlay unit test again by making the sup...Tim-Philipp Müller1-1/+2
2008-04-09ext/gio/gstgio.c: Filter cdda from the supported URI schemes. We can't suppor...Sebastian Dröge1-3/+7
2008-04-03ext/ogg/gstoggmux.c: Fix sample pipeline description.Tim-Philipp Müller1-2/+3
2008-04-03docs/plugins/: Add playbin, playbin2, decodebin, decodebin2, uridecodebin and...Stefan Kost1-0/+21
2008-04-03ext/theora/theoradec.c: Don't try to do anything fancy with the return code f...Wim Taymans1-3/+1
2008-04-03ext/ogg/gstoggdemux.c: Add small debug line.Wim Taymans1-1/+3
2008-04-02ext/ogg/gstoggdemux.c: Refix oggdemux, we only have a problem if we failed to...Wim Taymans1-1/+1
2008-04-02ext/ogg/gstoggdemux.c: When we fail to find a BOS page and we and up with no ...Victor STINNER1-1/+4
2008-04-02ext/ogg/gstoggdemux.c: The new-pad-group sequence is add-pads, no-more-pads, ...Wim Taymans1-25/+22
2008-03-24ext/pango/gsttextoverlay.c: Fix Since: version for new property.Tim-Philipp Müller1-1/+1
2008-03-24ext/pango/gsttextoverlay.*: Add property to configure waiting for text on the...Wim Taymans2-16/+56
2008-03-23ext/gio/gstgio.c: Correctly set the supported URI schemes and don't leave som...Sebastian Dröge1-3/+4
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge17-82/+97