summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.10.17RELEASE-0_10_17Jan Schmidt2008-01-308-70/+32
* add ChangeLog entry for previous commitJan Schmidt2008-01-301-0/+5
* gst/gstutils.c: Check if caps are not NULL (fix bug #510194)Jan Schmidt2008-01-301-6/+3
* gst/gstutils.c: Check if caps are not NULL (fix bug #510194)Thijs Vermeir2008-01-302-3/+11
* gst/gstutils.c: Fix compilation on systems that have posix timers but no mono...Cygwin Ports maintainer2008-01-302-1/+10
* tools/gst-inspect.c: Revert previous commit in preparation for an impromptu 0...Jan Schmidt2008-01-302-16/+9
* tools/gst-inspect.c: Fix a few memory leaks.Sebastian Dröge2008-01-292-4/+23
* configure.ac: Back to CVSJan Schmidt2008-01-282-1/+6
* Release 0.10.16RELEASE-0_10_16Jan Schmidt2008-01-2812-105/+165
* Update .po filesJan Schmidt2008-01-2828-1498/+1445
* configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for _POSIX_TI...Tim-Philipp Müller2008-01-243-14/+31
* docs/manuals.mak: Use $(MAKE) instead of make to fix the build if GNU make is...Sebastian Dröge2008-01-202-3/+9
* gst/gstplugin.c: Fix old-style static plugins via GST_PLUGIN_DEFINE_STATIC ag...Tim-Philipp Müller2008-01-204-11/+115
* gst/gstplugin.h: Remove deprecation guards around GST_PLUGIN_DEFINE_STATIC.Tim-Philipp Müller2008-01-172-2/+12
* gst/: Change API of gst_plugin_register_static() to not take a GstPluginDesc,...Tim-Philipp Müller2008-01-175-41/+72
* docs/faq/legal.xml: Update FAQ, Totem actually has an exception these days.Thomas Vander Stichele2008-01-172-5/+14
* win32/common/libgstreamer.def: Add new API declarationsJan Schmidt2008-01-143-0/+7
* gst/gstminiobject.c: Spelling fixes for the API docs.Stefan Kost2008-01-142-3/+8
* Add API keyword for gst_util_get_timestamp, and remove the tag for GST_GET_TI...Jan Schmidt2008-01-141-1/+1
* libs/gst/base/gstbasetransform.c: Fix long property description for QoS.Stefan Kost2008-01-143-1/+6
* gst/gst.c: _gst_trace_on is already provided by gsttrace.h, no need to declar...Jan Schmidt2008-01-1212-28/+65
* gst/gstchildproxy.c: Improve docs and add some ideas for making this more gen...Stefan Kost2008-01-102-5/+19
* gst/gst_private.h: Add GST_CAT_TYPES, for consistency, and so that the other ...Tim-Philipp Müller2008-01-102-0/+14
* gst/parse/Makefile.am: Move types.h from EXTRA_DIST to noinst_HEADERS.Sebastian Dröge2008-01-102-2/+6
* autogen.sh: Add -Wno-portability to the automake parameters to stop warnings ...Sebastian Dröge2008-01-103-1/+15
* API: add gst_plugin_register_static() and deprecateTim-Philipp Müller2008-01-096-16/+100
* gst/: Yet another gratuitous GString micro-optimisation: add a (private) func...Tim-Philipp Müller2008-01-094-28/+68
* gst/gststructure.c: Always check UTF-8 conformance of structure strings and n...Tim-Philipp Müller2008-01-092-5/+9
* Makefile.am: Remove old coverage target in favour of "make lcov".Stefan Kost2008-01-093-11/+6
* libs/gst/base/gstbasesrc.c: The start segment for reverse playback goes from ...Wim Taymans2008-01-092-4/+19
* gst/gstclock.h: Cast the results from the timeval/spec_to_time macros to what...Peter Kjellerstedt2008-01-092-2/+10
* gst/gstbuffer.c: Update some comments.Wim Taymans2008-01-093-7/+15
* libs/gst/base/gstbasetransform.c: Print element name with g_warning() if ther...Tim-Philipp Müller2008-01-082-3/+11
* libs/gst/: Fix empty prototypes. Fixes bug #507957.Damien Lespiau2008-01-086-8/+19
* docs/faq/dependencies.xml: Fix typo.David Schleef2008-01-082-1/+5
* libs/gst/base/gstbasesrc.c: Don't update the last_stop position in do_seek, t...Wim Taymans2008-01-073-17/+131
* tests/check/: Decide which header to include based on the userland ABI target...Alexis Ballier2008-01-075-100/+135
* gst/gstdebugutils.c: Log the reason why fopen fails in addition to the fact t...Tim-Philipp Müller2008-01-052-1/+8
* gst/parse/parse.l: Use "%option never-interactive" to prevent useless calls t...Sebastian Dröge2008-01-043-28/+37
* gst/gstpad.c: Don't crash when trying to fixate and empty list.Wim Taymans2008-01-042-0/+11
* docs/faq/gst-uninstalled: Clarify the comments to make the usage of this scri...Sebastian Dröge2008-01-032-12/+25
* tools/gst-plot-timeline.py: Add more options to gst-plot-timelineThijs Vermeir2008-01-012-4/+63
* docs/design/part-synchronisation.txt: Some more info on how the stream_time i...Wim Taymans2007-12-312-0/+29
* ChangeLog surgery: remove bogus changelog entryTim-Philipp Müller2007-12-301-7/+0
* tests/check/generic/sinks.c: Put back the tcase_set_timeout(), apparently it'...Tim-Philipp Müller2007-12-302-1/+21
* gst/gstdebugutils.c: add warning when failed to open file for writingThijs Vermeir2007-12-302-1/+8
* gst/gstvalue.c: Optimisation: bail out of the loop as early as possible (#500...Laurent Glayal2007-12-282-4/+10
* gst/: Bunch of gratuitous nano-optimisations.Tim-Philipp Müller2007-12-286-15/+26
* tests/check/generic/sinks.c: Fix leak in unit test (bus sync handler must unr...Tim-Philipp Müller2007-12-282-3/+15
* Add bug that was fixed with last commit.Wim Taymans2007-12-241-0/+1