summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* release 1.0.15rc1v1.0.15rc1Jaroslav Kysela2007-08-301-1/+1
| | | | Patch-level: Merged
* release 1.0.14v1.0.14Jaroslav Kysela2007-05-311-1/+1
| | | | Patch-level: Merged
* Enable link with external libspeexTakashi Iwai2007-05-241-2/+64
| | | | | | | | - Add --with-speex configure option to specify the build of speex rate plugin. As default, it's linked to external library. If not available, defaults to builtin code. - Show build conditions at the end of configure script - Use AS_HELP_TEXT()
* Fix plugindir config settingTakashi Iwai2007-05-071-1/+2
| | | | | Fixed plugindir config setting when no option was given. Also fixed an obvious typo.
* Add plugin directory configure optionTakashi Iwai2007-05-031-0/+19
| | | | | Added --with-plugindir configure option to specify the directory for plugin objects.
* release 1.0.14rc4Jaroslav Kysela2007-05-021-1/+1
| | | | Patch-level: Merged
* release 1.0.14rc3Jaroslav Kysela2007-02-261-1/+1
| | | | Patch-level: Merged
* Add rate resampler plugin based on speexTakashi Iwai2007-02-221-0/+1
| | | | | | | Added another rate resampler plugin based on speex code. Light weight and much better quality. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
* Add livavcodec resampler pluginTakashi Iwai2007-02-201-0/+1
| | | | | | | | | | Add a new pcm_rate plugin, "lavcrate", that uses the resampling filter from libavcodec. It should provide high performance and good output quality. Add a documentation file for lavcrate. Update autoconf and automake to build lavcrate. From: Nicholas Kain <njkain@gmail.com>
* release 1.0.14rc2v1.0.14rc2Jaroslav Kysela2007-01-151-1/+1
| | | | Patch-level: Merged
* release 1.0.14rc1Jaroslav Kysela2006-12-071-1/+1
| | | | Patch-level: Merged
* Alsa support for Maemo SDK (n770): Build configurationEduardo Valentin2006-11-061-0/+10
| | | | | | | | This patch file changes the build configuration files to add alsa-dsp plugin to communicate with n770 system. Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
* release 1.0.13v1.0.13Jaroslav Kysela2006-09-291-1/+1
| | | | Patch-level: Merged
* release 1.0.13rc2v1.0.13rc2Jaroslav Kysela2006-09-121-1/+1
| | | | Patch-level: Merged
* release 1.0.12v1.0.12Jaroslav Kysela2006-08-221-1/+1
| | | | Patch-level: Merged
* release 1.0.12rc2v1.0.12rc2Jaroslav Kysela2006-08-041-1/+1
| | | | Patch-level: Merged
* Fix capsed name in configurePierre Ossman2006-07-131-1/+1
| | | | | | | The name in configure.in used a different capitalisation than the name in the corresponding Makefile.am. Change it so that both use just lowercase. Signed-off-by: Pierre Ossman <ossman@cendio.se>
* Follow Polypaudio/PulseAudio name changePierre Ossman2006-07-121-3/+3
| | | | | | | | Polypaudio recently changed its name to PulseAudio which affects the names of libraries of header files. Update the polyp, now pulse, plug-in to follow this name change. Signed-off-by: Pierre Ossman <ossman@cendio.se>
* release 1.0.12rc1v1.0.12rc1Jaroslav Kysela2006-06-211-1/+1
| | | | Patch-level: Merged
* Update Polypaudio plug-in to the 0.9.0 APIPierre Ossman2006-05-291-1/+1
| | | | | | | | | The new version of Polypaudio includes a threading abstraction that allows application of a more synchronous nature to use the API more easily. Using this, the complexity of the Polypaudio plug-in is greatly reduced and also removes the risk of stalling the communications layer. Signed-off-by: Pierre Ossman <ossman@cendio.se>
* release 1.0.11v1.0.11Jaroslav Kysela2006-04-191-1/+1
| | | | Patch-level: Merged
* release 1.0.11rc5v1.0.11rc5Jaroslav Kysela2006-04-111-1/+1
| | | | Patch-level: Merged
* Add a52 output pluginTakashi Iwai2006-04-061-0/+22
| | | | | | | Added (experimental) a52 output plugin. The plugin requires libavcodec as the audio encoding engine. See doc/a52.txt for the usage.
* Add samplerate rate converter pluginTakashi Iwai2006-04-061-0/+4
| | | | | | | | | | Added a rate converter pluging using libsamplerate. The plugin is built only when libsamplerate is detected by configure. See doc/samplerate.txt for usage. This plugin is released under GPL (to follow the license of libsamplerate), not LGPL.
* release 1.0.11rc4v1.0.11rc4Jaroslav Kysela2006-03-221-1/+1
| | | | Patch-level: Merged
* Change autoconf requirement to 2.59Takashi Iwai2006-03-211-1/+2
| | | | | | Change AC_PREREQ to 2.59. Also, requires ALSA >= 1.0.11 (for bugfix of explug).
* Add upmix and vdownmix pluginsTakashi Iwai2006-03-211-0/+1
| | | | | | | | | | Added PCM upmix and vdownmix plugins. The upmix plugin is for upmixing to 4.0 or 5.1 surrounds by simple copying (and delay line for rear). The vdownmix plugin is a kind of "virtual surround", which downmixes 4.0 or 5.1 input to 2.0 output with some effect.
* Fixes for polyp pluginTakashi Iwai2006-02-221-1/+1
| | | | | | | | | From: Pierre Ossman <ossman@cendio.se> There shouldn't be any more API changes until polypaudio 0.8 that affect this plugin. I am working on supporting capture volume and mute switches, but that should be a strict addition (i.e. it can wait until the next release if things get tight).
* Structure reorganziation, added polyp pluginTakashi Iwai2006-02-211-7/+10
| | | | | | | | | - Reorganized the directory structure: Now each plugin(s) is loaded in own subdirectory. - Added polypaudio plugin by Pierre Ossman <ossman@cendio.se> - Fixed COPYING file to LGPL (under which all codes are released, so far)
* release 1.0.10v1.0.10Jaroslav Kysela2005-11-151-1/+1
| | | | Patch-level: Merged
* release 1.0.10rc1v1.0.10rc1Jaroslav Kysela2005-08-191-1/+1
| | | | Patch-level: Merged
* Add OSS mixer <-> ALSA control pluginTakashi Iwai2005-06-091-2/+2
| | | | Added the external OSS mixer <-> ALSA control plugin.
* Check ALSA version 1.0.9Takashi Iwai2005-06-081-1/+1
| | | | Check ALSA version 1.0.9 for the proper external plugin SDK.
* release: 1.0.9v1.0.9Jaroslav Kysela2005-05-271-1/+1
|
* release: 1.0.9rc4v1.0.9rc4Jaroslav Kysela2005-05-231-1/+1
|
* release: 1.0.9rc3v1.0.9rc3Jaroslav Kysela2005-04-271-1/+1
|
* release: 1.0.9rc2v1.0.9rc2Jaroslav Kysela2005-03-241-1/+1
|
* packaging related changesJaroslav Kysela2005-03-241-0/+2
|
* release: 1.0.9rc1v1.0.9rc1Jaroslav Kysela2005-03-241-1/+1
|
* Check the new API function in configureTakashi Iwai2005-02-091-1/+4
| | | | Checking the new API function in configure script.
* Various external pluginsTakashi Iwai2005-02-081-0/+21