summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-03Release 0.10.21RELEASE-0_10_21Jan Schmidt40-364/+290
2008-10-02Update .po filesJan Schmidt28-3063/+3515
2008-09-28configure.ac: 0.10.20.4 pre-releaseJan Schmidt2-1/+6
2008-09-25ext/theora/theoraparse.c: Set the BOS flag on the BOS packet. Fixes #553244.ogg.k.ogg.k2-1/+14
2008-09-23gst-libs/gst/rtsp/gstrtspmessage.c: Fix the g_return_val_if_fail() statements.Wim Taymans2-2/+9
2008-09-22gst-libs/gst/tag/gsttagdemux.c: Fail to activate if there's insufficient data...Michael Smith2-0/+13
2008-09-16Commit stuff that should have gone in last week when I made the pre-releases:Jan Schmidt5-2/+1194
2008-09-15gst/: Recognise Kate subtitle streams (#550582).Tim-Philipp Müller3-0/+9
2008-09-13gst-libs/gst/audio/audio.h: Remove trailing comma from enum list, which cause...Tim-Philipp Müller3-1/+7
2008-09-05gst-libs/gst/interfaces/propertyprobe.c: More sanity checks for our second-fa...Tim-Philipp Müller2-1/+28
2008-09-05gst-libs/gst/interfaces/propertyprobe.c: Check for NULL pointer, in the hope ...Stefan Kost2-2/+11
2008-09-05sys/xvimage/xvimagesink.c: No really, the next release is 0.10.21 (fix Since:...Tim-Philipp Müller3-1/+6
2008-09-04gst-libs/gst/audio/gstaudiosrc.c: Disable a code path that is now called but ...Wim Taymans2-1/+8
2008-09-04sys/xvimage/xvimagesink.*: Add a "draw-border" property that can be set to fa...Stefan Kost5-13/+252
2008-09-03gst-libs/gst/riff/riff-media.c: Use a decent caps for TrueSpeech instead of a...Edward Hervey2-1/+9
2008-09-03gst-libs/gst/riff/riff-media.c: Add Truespeech mapping for RIFF formats (AVI/...Edward Hervey2-0/+16
2008-09-03gst/typefind/gsttypefindfunctions.c: Typefind video/mj2 and image/jp2 ISO JPE...Mark Nauwelaerts2-0/+14
2008-09-03Rework last change, so that we build subparse, but just disable the sami pars...Stefan Kost6-40/+43
2008-09-02configure.ac: Disable subparse when xml is disabled. It woundn't work anyway....Stefan Kost2-0/+13
2008-09-02po/POTFILES.in: Add some more files with strings for translation.Tim-Philipp Müller2-0/+7
2008-09-02Use new geo location tags from core. Fixes #481169Stefan Kost3-2/+8
2008-09-01tests/check/elements/audioresample.c: Now that GstBaseTransform is 'fixed' .....Edward Hervey2-14/+35
2008-08-30gst/typefind/gsttypefindfunctions.c: Add typefinder for PDF documents (which ...Jonathan Matthew2-0/+11
2008-08-27gst/playback/gstplaybin2.c: Fix nasty race where multiple decodebins could st...Wim Taymans2-0/+31
2008-08-26gst-libs/gst/audio/gstaudiosink.c: Since we now call stop, we trigger this co...Wim Taymans2-1/+8
2008-08-26gst-libs/gst/audio/gstringbuffer.c: Also allow the case where the ringbuffer ...Wim Taymans2-5/+19
2008-08-23sys/v4l/gstv4lelement.c: Reprobe devices again instead of taking a cached lis...Mike Ruprecht2-2/+10
2008-08-23ext/ogg/gstoggdemux.c: Don't add pads and activate them for skeleton streams....Alessandro Dessina2-0/+16
2008-08-22ext/vorbis/vorbisdec.c: Reset variable so that query and convert fail after g...Wim Taymans2-0/+7
2008-08-22ext/vorbis/vorbisenc.c: If a buffer arrives with a timestamp before the times...Sebastian Dröge2-3/+27
2008-08-21ext/vorbis/vorbisdec.c: Take the current timestamp instead of timestamp+durat...Sebastian Dröge3-2/+9
2008-08-21tests/examples/seek/seek.c: Don't crash when having no visualisations.Stefan Kost2-8/+16
2008-08-16gst/typefind/gsttypefindfunctions.c: DV typefinding. Remove check for a bit ...David Schleef2-2/+7
2008-08-15gst-libs/gst/pbutils/missing-plugins.c: When cleaning up the caps fields also...Sebastian Dröge2-0/+7
2008-08-14gst-libs/gst/pbutils/descriptions.c: Add Lead H.264 here as well.Tim-Philipp Müller2-0/+7
2008-08-14gst-libs/gst/riff/riff-media.c: Add Lead H.264 variant.Julien Moutte2-0/+14
2008-08-13gst-libs/gst/audio/gstbaseaudiosrc.c: When not slaved to another clock also s...Wim Taymans2-2/+24
2008-08-13ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate, since it has n...David Schleef2-1/+6
2008-08-12gst-libs/gst/interfaces/propertyprobe.h: Remove double "interface" from doc-s...Stefan Kost4-2/+39
2008-08-11gst-libs/gst/audio/Makefile.am: Don't try to build that example anymore.Stefan Kost2-1/+5
2008-08-11gst-libs/gst/audio/: Move audiofiltertemplate to gst-template.Stefan Kost5-315/+9
2008-08-11More docs and shuffling. What can we do with the hundreds of #defines.Stefan Kost3-19/+32
2008-08-11gst-libs/gst/: Reducing number of dundocumented symbols.Stefan Kost6-5/+59
2008-08-11gst-libs/gst/audio/audio.c: Fix doc comment syntax.Stefan Kost3-12/+45
2008-08-07ext/ogg/gstoggmux.*: Don't pretend to support NEWSEGMENT events, instead over...Sebastian Dröge3-0/+48
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat14-0/+33
2008-08-06gst-libs/gst/pbutils/descriptions.c: Add audio/x-qdm for qtdemux.Stefan Kost2-0/+6
2008-08-05ext/vorbis/vorbisdec.c: Do not leak old taglist.Stefan Kost2-1/+9
2008-08-04tests/icles/test-scale.c: Include <stdlib.h> for atoi().Stefan Kost2-0/+7
2008-08-04gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important documentation ...Andy Wingo2-1/+7