Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-24 | configure: Actually use 1.3.0.1 as version to make configure happy | Sebastian Dröge | 1 | -1/+1 | |
2013-09-24 | Back to development | Sebastian Dröge | 1 | -2/+2 | |
2013-09-24 | Release 1.2.0 | Sebastian Dröge | 1 | -2/+2 | |
2013-09-19 | Back to development | Sebastian Dröge | 1 | -1/+1 | |
2013-09-19 | Release 1.1.90 | Sebastian Dröge | 1 | -2/+2 | |
2013-08-28 | Back to development | Sebastian Dröge | 1 | -1/+1 | |
2013-08-28 | Release 1.1.4 | Sebastian Dröge | 1 | -2/+2 | |
2013-08-02 | build: add subdir-objects to AM_INIT_AUTOMAKE | Lubosz Sarnecki | 1 | -1/+1 | |
Fixes warnings with automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350 | |||||
2013-07-29 | Back to development | Sebastian Dröge | 1 | -1/+1 | |
2013-07-29 | Release 1.1.3 | Sebastian Dröge | 1 | -2/+2 | |
2013-07-11 | Back to development | Sebastian Dröge | 1 | -1/+1 | |
2013-07-11 | Release 1.1.2 | Sebastian Dröge | 1 | -2/+2 | |
2013-06-05 | Back to development | Sebastian Dröge | 1 | -1/+1 | |
2013-06-05 | Release 1.1.1 | Sebastian Dröge | 1 | -2/+2 | |
2013-04-15 | gst: Add better support for static plugins | Sebastian Dröge | 1 | -1/+24 | |
API: GST_PLUGIN_STATIC_DECLARE() API: GST_PLUGIN_STATIC_REGISTER() Based on a patch by Håvard Graff <havard.graff@tandberg.com>. This now allows GST_PLUGIN_DEFINE() to create a static plugin if GST_PLUGIN_BUILD_STATIC is defined. The resulting plugin can be statically linked or dynamically linked during compilation but can't be dynamically loaded during runtime. Also adds GST_PLUGIN_STATIC_DECLARE() and GST_PLUGIN_STATIC_REGISTER(), which allows to register a static linked plugin easily. It is still required to manually register every single statically linked plugin from inside the application as this can't be automated in a portable way. A new configure parameter --enable-static-plugins was added that allows to build all plugins we build here as static plugins. Fixes bug #667305. | |||||
2013-04-12 | printf: deal with some of the HAVE_FOO used in the printf code | Tim-Philipp Müller | 1 | -0/+21 | |
Probably needs some more work for MSVC. | |||||
2013-04-12 | printf: enable and fix compiler warnings | Tim-Philipp Müller | 1 | -0/+4 | |
But suppress -Wformat-nonliteral warnings since sprintf is used with a runtime-generated format string in our vasnprintf implementation. | |||||
2013-04-12 | info: use new internal printf for debug message printing | Tim-Philipp Müller | 1 | -19/+0 | |
and remove all the printf extension/specifier stuff for the system printf. Next we need to add back the custom specifiers to our own printf implementation. https://bugzilla.gnome.org/show_bug.cgi?id=613081 | |||||
2013-04-12 | printf: add our own printf implementation for debug logging | Tim-Philipp Müller | 1 | -0/+1 | |
We will add support for our own printf modifiers, so we can get nice debug log output on all operating systems irrespective of the specific libc version used. https://bugzilla.gnome.org/show_bug.cgi?id=613081 | |||||
2013-04-09 | configure: Also check for clock_gettime in libpthread | Руслан Ижбулатов | 1 | -0/+5 | |
libwinpthreads provides POSIX time API. It also provides libpthread alias for itself, for compatibility, so that is what we will link with. Fixes #697550 | |||||
2012-12-30 | configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Tim-Philipp Müller | 1 | -1/+1 | |
AM_CONFIG_HEADER has been removed in the just-released automake 1.13: https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html https://bugzilla.gnome.org/show_bug.cgi?id=690881 | |||||
2012-11-28 | configure.ac: Update libtool versioning | Edward Hervey | 1 | -1/+9 | |
In order for 1.x and 1.(x+1) versions to not invade on each other we need to have different lib versions. So we need a consistent and predictable scheme: library version number = MINOR * 100 + MICRO Ex: 1.0.0 => 0 (duh) 1.0.3 => 3 1.1.0 => 100 1.1.1 => 101 1.2.0 => 120 1.10.5 => 1005 .... | |||||
2012-11-25 | gstreamer-1.0.pc: move gmodule-no-export-2.0 dependency to Requires.private | Tim-Philipp Müller | 1 | -3/+0 | |
Users of GStreamer are not generally expected to use the GModule API directly. so don't force them all to link against it. While we're at it, no need to define this via configure.ac really, just put the dependencies directly into the .pc.in file. | |||||
2012-11-07 | configure: update courtesy of autoupdate | Tim-Philipp Müller | 1 | -29/+24 | |
2012-10-31 | configure: let AG_GST_PLUGIN_DOCS check for python | Tim-Philipp Müller | 1 | -2/+1 | |
And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON, which as a side-effect should pick up newer python versions as well. https://bugzilla.gnome.org/show_bug.cgi?id=563903 | |||||
2012-10-25 | Back to feature development | Tim-Philipp Müller | 1 | -1/+1 | |
2012-10-25 | Release 1.0.2 | Tim-Philipp Müller | 1 | -2/+2 | |
2012-10-22 | configure: Properly check for pthread | Sebastian Dröge | 1 | -2/+2 | |
The old check failed on Android for example. | |||||
2012-10-07 | Back to development (bug-fixing) | Tim-Philipp Müller | 1 | -1/+1 | |
2012-10-07 | Release 1.0.1 | Tim-Philipp Müller | 1 | -2/+2 | |
2012-09-24 | Back to development (bug fixing) | Tim-Philipp Müller | 1 | -10/+5 | |
2012-09-24 | Release 1.0.0 | Tim-Philipp Müller | 1 | -1/+1 | |
2012-09-17 | Release 0.11.99 | Tim-Philipp Müller | 1 | -1/+1 | |
2012-09-17 | Remove GST_USE_UNSTABLE_API guard and defines | Tim-Philipp Müller | 1 | -6/+2 | |
2012-09-14 | Back to development | Tim-Philipp Müller | 1 | -1/+1 | |
2012-09-14 | Release 0.11.94 | Tim-Philipp Müller | 1 | -1/+1 | |
2012-09-01 | configure: add reminder to remove GST_UNSTABLE_API stuff before 1.0.0 | Tim-Philipp Müller | 1 | -0/+5 | |
2012-09-01 | gst-element-check.m4: rename AM_GST_ELEMENT_CHECK to GST_ELEMENT_CHECK | Tim-Philipp Müller | 1 | -1/+0 | |
And allow passing of a minimum version (if not needed, pass 1.0). https://bugzilla.gnome.org/show_bug.cgi?id=682968 | |||||
2012-08-22 | configure: bump gtk-doc req to 1.12 (mar-2009) | Stefan Sauer | 1 | -1/+1 | |
This allows us to e.g. unconditionally use gtkdoc-rebase. | |||||
2012-08-08 | Back to development | Tim-Philipp Müller | 1 | -1/+1 | |
2012-08-08 | Release 0.11.93 | Tim-Philipp Müller | 1 | -1/+1 | |
2012-07-05 | tests: add memory example | Wim Taymans | 1 | -0/+1 | |
2012-06-27 | build: Make sure AC_INCLUDES_DEFAULT is used | Idar Tollefsen | 1 | -14/+16 | |
Without using AC_INCLUDES_DEFAULT explicitly, certain platforms will complain that the header was found, but not usable by the compiler. This happens for instance on Solaris where certain headers are needed to pull in proper defines. Also upgrade to newer autoconf syntax and use proper quoting. https://bugzilla.gnome.org/show_bug.cgi?id=667293 | |||||
2012-06-26 | configure: add --disable-tools and --disable-benchmarks options | Lionel Landwerlin | 1 | -0/+28 | |
Add option to avoid build binaries. When building for platforms like android, you might want to not link any "final" binary, mostly because it requires special link flags or other parts of code that aren't in the C library. https://bugzilla.gnome.org/show_bug.cgi?id=677621 | |||||
2012-06-26 | configure: bump GLib requirement to now-released stable version | Tim-Philipp Müller | 1 | -1/+1 | |
2012-06-07 | Back to development | Sebastian Dröge | 1 | -1/+1 | |
2012-06-07 | Release 0.11.92 | Sebastian Dröge | 1 | -1/+1 | |
2012-05-13 | Back to development | Sebastian Dröge | 1 | -1/+1 | |
2012-05-13 | Release 0.11.91 | Sebastian Dröge | 1 | -1/+1 | |
2012-04-13 | configure: Modernize autotools setup a bit | Sebastian Dröge | 1 | -12/+4 | |
Also we now only create tar.bz2 and tar.xz tarballs. |