summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Releasing 0.10.3RELEASE-0_10_3Jan Schmidt2006-02-0931-54/+131
* configure.ac: Drat. Bump libtool version number for new API.Jan Schmidt2006-02-082-2/+8
* 0.10.2.2 prerelease (of 0.10.3).Jan Schmidt2006-02-083-2/+8
* gst/tcp/gsttcpclientsrc.c: Revert Andy's newsegment change pending a more cor...Jan Schmidt2006-02-082-16/+6
* Update .po filesJan Schmidt2006-02-0814-99/+225
* doc fixesThomas Vander Stichele2006-02-081-3/+5
* gst/typefind/gsttypefindfunctions.c: detect more files as 3gp group and reord...Thomas Vander Stichele2006-02-082-61/+76
* ext/vorbis/vorbis.c: Register musicbrainz tags, so apps don't have to.Tim-Philipp Müller2006-02-072-0/+10
* gst-libs/gst/tag/gstvorbistag.c: Make sure we called gst_tag_register_musicbr...Tim-Philipp Müller2006-02-072-0/+12
* gst/typefind/gsttypefindfunctions.c: In case we can't find the required numbe...Tim-Philipp Müller2006-02-072-2/+31
* gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to a TIME segme...Andy Wingo2006-02-0716-192/+950
* gst/playback/gstplaybasebin.c: Don't print the URI as part of the error messa...Tim-Philipp Müller2006-02-072-2/+11
* gst/playback/gstplaybasebin.c: Error out if we have only text or subtitles, b...Tim-Philipp Müller2006-02-072-2/+24
* ext/gnomevfs/gstgnomevfssrc.c: Treat GNOME_VFS_RESULT_EOF as EOS, not as erro...Tim-Philipp Müller2006-02-072-16/+26
* configure.ac (GST_MAJORMINOR): Update core version req to 0.10.2.2, for the c...Andy Wingo2006-02-072-1/+6
* ext/gnomevfs/gstgnomevfs.c: Return FALSE from plugin_init() when GnomeVFS can...Tim-Philipp Müller2006-02-063-2/+12
* ext/pango/gsttextoverlay.c: Stick to seeking theory until i find the bug.Julien Moutte2006-02-063-10/+7
* Make theoraenc and the tests leak free. Like, really.Jan Schmidt2006-02-063-9/+47
* Add a finalize method to ensure we clean up state even if someone omitted the...Jan Schmidt2006-02-054-3/+49
* gst-libs/gst/tag/gstid3tag.c: Add mapping for ID3 International Standard Reco...Jan Schmidt2006-02-052-0/+7
* ext/vorbis/vorbisenc.c: Don't leak tag names.Jan Schmidt2006-02-052-1/+9
* Split libgsttag docs into multiple sections.Tim-Philipp Müller2006-02-056-13/+62
* Add libgsttag to the docs.Tim-Philipp Müller2006-02-058-8/+85
* ext/pango/gsttextoverlay.c: Fix clockoverlay.Julien Moutte2006-02-052-4/+19
* docs/libs/compiling.sgml: Fix typo: it's pkg-config, not pkg-gconfigTim-Philipp Müller2006-02-055-36/+12
* docs/libs/tmpl/gstcolorbalance.sgml: Updated.Julien Moutte2006-02-055-89/+277
* gst-libs/gst/tag/gstvorbistag.c: Add comment about LANGUAGE tag inconsistency...Tim-Philipp Müller2006-02-053-0/+15
* gst-libs/gst/tag/: Forward-port some tags stuff from the 0.8 branch. This is ...Tim-Philipp Müller2006-02-055-7/+140
* gst/playback/gstplaybin.c: Fix broken code refactoring.Julien Moutte2006-02-052-2/+6
* Add Dirac typefinding and add dirac format to oggmux.David Schleef2006-02-053-1/+9
* Improve error message for liboil missingness.Michael Smith2006-02-041-1/+1
* gst/playback/gstdecodebin.c: Don't put essential function call into g_return_...Tim-Philipp Müller2006-02-032-2/+12
* Just make it compile with --disable-gst-debug.Edgard Lima2006-02-036-0/+26
* ext/alsa/gstalsasink.*: Add lock to protect alsa calls.Wim Taymans2006-02-033-6/+40
* gst-libs/gst/audio/gstbaseaudiosink.c: Ugh.. getting late I guess...Wim Taymans2006-02-022-1/+7
* gst-libs/gst/audio/gstbaseaudiosink.c: Don't try to provide a clock when we a...Wim Taymans2006-02-022-4/+34
* gst/playback/gstdecodebin.c: Unlinking two source pads is ... hard.Tim-Philipp Müller2006-02-023-1/+6
* gst-libs/gst/audio/TODO: Updated.Wim Taymans2006-02-023-2/+42
* comment on my understandingThomas Vander Stichele2006-02-021-0/+4
* reformat to fit 80 charsThomas Vander Stichele2006-02-022-15/+15
* gst-libs/gst/rtp/gstbasertpdepayload.c: setting queue_delay to zero. Also avo...Kai Vehmanen2006-02-022-14/+34
* gst/playback/test6.c: Make test work again by connecting fakesinks to each de...Tim-Philipp Müller2006-02-012-4/+75
* gst/: Pass unhandled queries to the parent class's query function.Tim-Philipp Müller2006-02-013-4/+12
* Pass unhandled queries upstream instead of just dropping them (#326447). Also...Tim-Philipp Müller2006-02-017-13/+27
* gst/typefind/gsttypefindfunctions.c: Fix typefinding for audio/x-au, audio/x-...Tim-Philipp Müller2006-02-012-12/+73
* ext/vorbis/vorbisdec.c: Use scale_int when we can, add some more scaling.Wim Taymans2006-01-312-11/+20
* ext/theora/theoradec.c: Call right _scale functions.Wim Taymans2006-01-312-4/+11
* ext/theora/theoradec.c: Use higher precision timestamps calculation.Wim Taymans2006-01-312-39/+64
* gst/: initialize gst_controller before usingStefan Kost2006-01-313-1/+14
* tests/check/pipelines/: Define constant using G_GINT64_CONSTANT to avoid erro...Jan Schmidt2006-01-313-2/+11