Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back to development | Sebastian Dröge | 2013-09-19 | 1 | -2/+2 |
| | |||||
* | Release 1.1.901.1.90 | Sebastian Dröge | 2013-09-19 | 1 | -3/+3 |
| | |||||
* | configure: rely solely on pkg-config to find libogg and libvorbis | Tim-Philipp Müller | 2013-09-13 | 1 | -11/+0 |
| | | | | | | And get rid of AS_SCRUB_INCLUDES https://bugzilla.gnome.org/show_bug.cgi?id=707658 | ||||
* | Require orc >= 0.4.18 | Tim-Philipp Müller | 2013-09-02 | 1 | -1/+1 |
| | | | | | | Which contains important bug-fixes. https://bugzilla.gnome.org/show_bug.cgi?id=698520 | ||||
* | Back to development | Sebastian Dröge | 2013-08-28 | 1 | -2/+2 |
| | |||||
* | Release 1.1.41.1.4 | Sebastian Dröge | 2013-08-28 | 1 | -3/+3 |
| | |||||
* | configure: create dir tests/check/orc | David Schleef | 2013-08-02 | 1 | -0/+2 |
| | | | | | This is required now that subdir-objects is used, since automake expects to create a .deps directory inside. | ||||
* | build: add subdir-objects to AM_INIT_AUTOMAKE | Lubosz Sarnecki | 2013-08-02 | 1 | -1/+1 |
| | | | | | | Fixes warnings with automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350 | ||||
* | Back to development | Sebastian Dröge | 2013-07-29 | 1 | -2/+2 |
| | |||||
* | Release 1.1.31.1.3 | Sebastian Dröge | 2013-07-29 | 1 | -3/+3 |
| | |||||
* | configure: remove obsolete libxml checks | Tim-Philipp Müller | 2013-07-16 | 1 | -27/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=693056 | ||||
* | Back to development | Sebastian Dröge | 2013-07-11 | 1 | -2/+2 |
| | |||||
* | Release 1.1.21.1.2 | Sebastian Dröge | 2013-07-11 | 1 | -3/+3 |
| | |||||
* | Back to development | Sebastian Dröge | 2013-06-05 | 1 | -2/+2 |
| | |||||
* | Release 1.1.11.1.1 | Sebastian Dröge | 2013-06-05 | 1 | -3/+3 |
| | |||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+23 |
| | |||||
* | Require Orc >= 0.4.17 | Tim-Philipp Müller | 2013-03-22 | 1 | -1/+1 |
| | | | | | | | | | Orc 0.4.17 fixes a bunch crashes on i386 and RPi when orc functions can't be compiled and the fallback function is supposed to be used. Also fixes some issues on PowerPC. https://bugzilla.gnome.org/show_bug.cgi?id=684399 https://bugzilla.gnome.org/show_bug.cgi?id=693862 | ||||
* | configure: use AC_CHECK_FUNC to check for mmap | Tim-Philipp Müller | 2013-02-19 | 1 | -10/+1 |
| | |||||
* | allocators: Add dmabuf-based GstMemory and GstAllocator | Benjamin Gaignard | 2013-02-19 | 1 | -0/+15 |
| | | | | | | | | | | Create new GstMemory and GstAllocator base on dmabuf. Memory is not allocated/freed by userland but mapped/unmmaped from a dmabuf file descriptor when requested. This allocator is included in a new lib called libgstallocators https://bugzilla.gnome.org/show_bug.cgi?id=693826 | ||||
* | configure.ac: Update libtool versioning | Edward Hervey | 2012-11-28 | 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 | ||||
* | configure.ac: update courtesy of autoupdate | Tim-Philipp Müller | 2012-11-07 | 1 | -14/+10 |
| | |||||
* | configure: let AG_GST_PLUGIN_DOCS check for python | Tim-Philipp Müller | 2012-11-07 | 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 | ||||
* | audioresample: added ARM NEON support | Carlos Rafael Giani | 2012-10-25 | 1 | -0/+18 |
| | | | | | | | | | | | This adds ARM NEON accelerated code paths for 16-bit integer and 32-bit floating point samples. It is a modified combination of patches #3 and #5 from Jyri Sarha ( http://lists.xiph.org/pipermail/speex-dev/2011-September/008240.html & http://lists.xiph.org/pipermail/speex-dev/2011-September/008238.html ) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> | ||||
* | Back to feature development | Tim-Philipp Müller | 2012-10-25 | 1 | -2/+2 |
| | |||||
* | Release 1.0.21.0.2 | Tim-Philipp Müller | 2012-10-25 | 1 | -2/+2 |
| | |||||
* | Revert "gst: Add better support for static plugins" | Sebastian Dröge | 2012-10-24 | 1 | -23/+1 |
| | | | | | This reverts commit d2d79e3bc2a02ec57258e504b031f7e2d3729ea2, which was accidentially pushed. | ||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2012-10-24 | 1 | -1/+23 |
| | |||||
* | configure: Reintroduced xmmintrin.h/emmintrin.h header checks | Carlos Rafael Giani | 2012-10-08 | 1 | -0/+4 |
| | | | | | | The audio resampler needs these for the SSE/SSE2 code paths Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> | ||||
* | Back to development (bug fixing) | Tim-Philipp Müller | 2012-10-07 | 1 | -1/+1 |
| | |||||
* | Release 1.0.11.0.1 | Tim-Philipp Müller | 2012-10-07 | 1 | -2/+2 |
| | |||||
* | Back to development (bug fixing) | Tim-Philipp Müller | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | Release 1.0.01.0.0 | Tim-Philipp Müller | 2012-09-24 | 1 | -2/+2 |
| | |||||
* | Release 0.11.99RELEASE-0.11.99 | Tim-Philipp Müller | 2012-09-17 | 1 | -2/+2 |
| | |||||
* | Remove -DGST_USE_UNSTABLE_API | Tim-Philipp Müller | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | Back to development | Tim-Philipp Müller | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | Release 0.11.94RELEASE-0.11.94 | Tim-Philipp Müller | 2012-09-14 | 1 | -2/+2 |
| | |||||
* | gdp: move gdp plugin to -bad | Tim-Philipp Müller | 2012-09-11 | 1 | -2/+0 |
| | | | | It needs to be reworked for 1.0 | ||||
* | configure: bump gtk-doc req to 1.12 (mar-2009) | Stefan Sauer | 2012-08-22 | 1 | -1/+1 |
| | | | | This allows us to e.g. unconditionally use gtkdoc-rebase. | ||||
* | Back to development | Tim-Philipp Müller | 2012-08-08 | 1 | -1/+1 |
| | |||||
* | Release 0.11.93RELEASE-0.11.93 | Tim-Philipp Müller | 2012-08-08 | 1 | -4/+4 |
| | |||||
* | Back to development | Sebastian Dröge | 2012-06-07 | 1 | -1/+1 |
| | |||||
* | Release 0.11.92RELEASE-0.11.92 | Sebastian Dröge | 2012-06-07 | 1 | -1/+1 |
| | |||||
* | playback: Fix compilation with the GDK Quartz backend | Andoni Morales Alastruey | 2012-05-21 | 1 | -0/+2 |
| | |||||
* | build: Make sure AC_INCLUDES_DEFAULT is used. | Idar Tollefsen | 2012-05-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | 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. https://bugzilla.gnome.org/show_bug.cgi?id=667307 Conflicts: configure.ac | ||||
* | configure: Require core/base 0.11.91 | Sebastian Dröge | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | Back to development | Sebastian Dröge | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | Release 0.11.91RELEASE-0.11.91 | Sebastian Dröge | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | configure: Modernize autotools setup a bit | Sebastian Dröge | 2012-04-13 | 1 | -12/+4 |
| | | | | Also we now only create tar.bz2 and tar.xz tarballs. | ||||
* | gst-libs: Remove interfaces libs and mixer/tuner interfaces | Sebastian Dröge | 2012-04-13 | 1 | -3/+0 |
| | | | | The navigation interface is now in the video library. | ||||
* | Back to development | Sebastian Dröge | 2012-04-12 | 1 | -1/+1 |
| |