summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Back to developmentSebastian Dröge2013-09-191-2/+2
|
* Release 1.1.901.1.90Sebastian Dröge2013-09-191-3/+3
|
* configure: rely solely on pkg-config to find libogg and libvorbisTim-Philipp Müller2013-09-131-11/+0
| | | | | | And get rid of AS_SCRUB_INCLUDES https://bugzilla.gnome.org/show_bug.cgi?id=707658
* Require orc >= 0.4.18Tim-Philipp Müller2013-09-021-1/+1
| | | | | | Which contains important bug-fixes. https://bugzilla.gnome.org/show_bug.cgi?id=698520
* Back to developmentSebastian Dröge2013-08-281-2/+2
|
* Release 1.1.41.1.4Sebastian Dröge2013-08-281-3/+3
|
* configure: create dir tests/check/orcDavid Schleef2013-08-021-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_AUTOMAKELubosz Sarnecki2013-08-021-1/+1
| | | | | | Fixes warnings with automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350
* Back to developmentSebastian Dröge2013-07-291-2/+2
|
* Release 1.1.31.1.3Sebastian Dröge2013-07-291-3/+3
|
* configure: remove obsolete libxml checksTim-Philipp Müller2013-07-161-27/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693056
* Back to developmentSebastian Dröge2013-07-111-2/+2
|
* Release 1.1.21.1.2Sebastian Dröge2013-07-111-3/+3
|
* Back to developmentSebastian Dröge2013-06-051-2/+2
|
* Release 1.1.11.1.1Sebastian Dröge2013-06-051-3/+3
|
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+23
|
* Require Orc >= 0.4.17Tim-Philipp Müller2013-03-221-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 mmapTim-Philipp Müller2013-02-191-10/+1
|
* allocators: Add dmabuf-based GstMemory and GstAllocatorBenjamin Gaignard2013-02-191-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 versioningEdward Hervey2012-11-281-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 autoupdateTim-Philipp Müller2012-11-071-14/+10
|
* configure: let AG_GST_PLUGIN_DOCS check for pythonTim-Philipp Müller2012-11-071-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 supportCarlos Rafael Giani2012-10-251-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 developmentTim-Philipp Müller2012-10-251-2/+2
|
* Release 1.0.21.0.2Tim-Philipp Müller2012-10-251-2/+2
|
* Revert "gst: Add better support for static plugins"Sebastian Dröge2012-10-241-23/+1
| | | | | This reverts commit d2d79e3bc2a02ec57258e504b031f7e2d3729ea2, which was accidentially pushed.
* gst: Add better support for static pluginsSebastian Dröge2012-10-241-1/+23
|
* configure: Reintroduced xmmintrin.h/emmintrin.h header checksCarlos Rafael Giani2012-10-081-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üller2012-10-071-1/+1
|
* Release 1.0.11.0.1Tim-Philipp Müller2012-10-071-2/+2
|
* Back to development (bug fixing)Tim-Philipp Müller2012-09-241-1/+1
|
* Release 1.0.01.0.0Tim-Philipp Müller2012-09-241-2/+2
|
* Release 0.11.99RELEASE-0.11.99Tim-Philipp Müller2012-09-171-2/+2
|
* Remove -DGST_USE_UNSTABLE_APITim-Philipp Müller2012-09-171-1/+1
|
* Back to developmentTim-Philipp Müller2012-09-141-1/+1
|
* Release 0.11.94RELEASE-0.11.94Tim-Philipp Müller2012-09-141-2/+2
|
* gdp: move gdp plugin to -badTim-Philipp Müller2012-09-111-2/+0
| | | | It needs to be reworked for 1.0
* configure: bump gtk-doc req to 1.12 (mar-2009)Stefan Sauer2012-08-221-1/+1
| | | | This allows us to e.g. unconditionally use gtkdoc-rebase.
* Back to developmentTim-Philipp Müller2012-08-081-1/+1
|
* Release 0.11.93RELEASE-0.11.93Tim-Philipp Müller2012-08-081-4/+4
|
* Back to developmentSebastian Dröge2012-06-071-1/+1
|
* Release 0.11.92RELEASE-0.11.92Sebastian Dröge2012-06-071-1/+1
|
* playback: Fix compilation with the GDK Quartz backendAndoni Morales Alastruey2012-05-211-0/+2
|
* build: Make sure AC_INCLUDES_DEFAULT is used.Idar Tollefsen2012-05-161-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.91Sebastian Dröge2012-05-161-1/+1
|
* Back to developmentSebastian Dröge2012-05-131-1/+1
|
* Release 0.11.91RELEASE-0.11.91Sebastian Dröge2012-05-131-1/+1
|
* configure: Modernize autotools setup a bitSebastian Dröge2012-04-131-12/+4
| | | | Also we now only create tar.bz2 and tar.xz tarballs.
* gst-libs: Remove interfaces libs and mixer/tuner interfacesSebastian Dröge2012-04-131-3/+0
| | | | The navigation interface is now in the video library.
* Back to developmentSebastian Dröge2012-04-121-1/+1
|