summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-02-28gio: Use correct format modifier for size_tLRN1-1/+1
2009-02-27alsa: release pcminfo after the strdupStefan Kost1-2/+3
2009-02-26alsa: cleanup name lookup.Stefan Kost1-2/+6
2009-02-26giosink: reflow error handling to not leak uriStefan Kost1-17/+13
2009-02-24vorbis: Rename vorbis*.h to gstvorbis*.h to prevent name conflictsSebastian Dröge10-11/+11
2009-02-22theoraparse: Use the correct unref functionsSebastian Dröge1-1/+1
2009-02-19theoraenc: Add property for speed level controlBenjamin M. Schwartz2-0/+24
2009-02-10alsamixer: Fix race condition that made alsamixer not working properlyAntoine Tremblay1-5/+32
2009-01-26Fix include order for gio pluginJan Schmidt1-2/+2
2009-01-23Use rounded values for image strides and sizesWim Taymans1-3/+7
2009-01-23Improve debug messageWim Taymans1-2/+3
2009-01-07Add plugin dependency for the GIO and GVfs modules.Sebastian Dröge1-0/+5
2009-01-07Add plugin dependency for the gnomevfs modules.Sebastian Dröge1-0/+3
2009-01-06Use new core API to make registry re-scan the plugin whenever visualisations ...Tim-Philipp Müller1-0/+5
2008-12-20ext/: Implement URI query. Fixes bug #562949.Sebastian Dröge4-6/+65
2008-12-12ext/vorbis/vorbisenc.c: Make vorbisenc's pad template behave like vorbisdec's...Edward Hervey1-35/+27
2008-12-10ext/ogg/gstoggdemux.c: Use G_DEFINE_TYPE for the OggPad to get some threadsaf...Wim Taymans1-29/+3
2008-11-25ext/ogg/gstoggdemux.c: If no stream was found before receiving EOS, post an e...Wim Taymans1-0/+9
2008-11-25ext/theora/: Parse segment events.Wim Taymans2-28/+82
2008-11-24ext/ogg/gstoggmux.*: If we're muxing a dirac stream, flush the page after eve...David Schleef2-1/+6
2008-11-24ext/: Use gst_buffer_try_new_and_alloc() and fail properly if the allocation ...Sebastian Dröge2-4/+10
2008-11-04ext/theora/: Copy seqnum.Wim Taymans4-16/+25
2008-11-04ext/ogg/gstoggdemux.*: Copy seqnums around to track playback segments and mes...Wim Taymans2-13/+59
2008-11-03ext/alsa/gstalsasink.c: Make all access non-blocking so that we can better ha...Matthias Kretz1-17/+10
2008-10-23ext/vorbis/vorbisdec.c: Attempt to make obfuscated code clearer.Wim Taymans1-0/+2
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost9-0/+13
2008-10-14ext/theora/theoradec.c: Fix build on macosx.Edward Hervey1-1/+1
2008-10-13ext/theora/: Parse input caps and make the PAR override the encoded PAR when ...Robin Stocker2-2/+38
2008-10-10ext/vorbis/vorbisenc.c: Fix discontinuity detection which was broken by last ...Sebastian Dröge1-1/+1
2008-10-08ext/ogg/gstoggmux.c: Unref all buffers when clearing collectpads. Fixes bug #...Daniel Drake1-0/+9
2008-10-08ext/vorbis/vorbisenc.*: Keep track of the upstream segments and use the runni...Klaas2-25/+42
2008-10-08ext/pango/gstclockoverlay.*: API: Add ability to specify format for date/time...Pavel Zeldin2-1/+87
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