summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Clean up Makefile.amTakashi Iwai2009-01-221-9/+8
| | | | | | Avoid unnecessary substitution and use simply SUBDIRS += ... Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add arcam-av pluginPeter Stokes2009-01-221-1/+1
| | | | | | | Added arcam-av control plugin (type "arcam_av") for accessing Arcam AV amplifier via ALSA mixer interface. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add Speex pre-processing pluginTakashi Iwai2009-01-211-1/+4
| | | | | | Added Speex pre-processing filter plugin for denoise, AGC, etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Added m4/attributes.m4 to extra dist.Jaroslav Kysela2009-01-051-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Add the attributes.m4 macro file from xine/lscube.Diego E. 'Flameeyes' Pettenò2008-11-211-0/+1
| | | | | | | | This is a shared macro file that is currently maintained in both xine and lscube repositories and contains a series of utility macros to check compiler and linker features. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
* Add usb_stream PCM pluginKarsten Wiese2008-07-311-1/+1
| | | | | | usb_stream PCM plugin is used together with snd-usb-us122l driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Improve configure for maemo pluginTakashi Iwai2008-06-061-1/+1
| | | | | | | | | | | ALSA bug#3860: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3860 The Maemo DSP plugin checks for D-Bus in configure.in and then makes a bold assumption that this means it should use a proprietary resource manager available only on a specific proprietary platform. Attaching a patch to add --enable-maemo-resource-manager configure flag that enables the resource manager if set and if D-Bus is present. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* hgcompile -> gitcompile changeJaroslav Kysela2008-06-031-1/+1
|
* Enable link with external libspeexTakashi Iwai2007-05-241-1/+4
| | | | | | | | - 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()
* Add rate resampler plugin based on speexTakashi Iwai2007-02-221-1/+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-1/+2
| | | | | | | | | | 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>
* compile maemo only if DBUS is presentv1.0.14rc1Jaroslav Kysela2006-12-081-1/+4
|
* Alsa support for Maemo SDK (n770): Build configurationEduardo Valentin2006-11-061-1/+1
| | | | | | | | 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>
* 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>
* Add hgcompile scriptTakashi Iwai2006-05-121-1/+1
| | | | Added hgcompile script.
* Add a52 output pluginTakashi Iwai2006-04-061-1/+4
| | | | | | | 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-2/+5
| | | | | | | | | | 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.
* Add upmix and vdownmix pluginsTakashi Iwai2006-03-211-1/+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.
* Structure reorganziation, added polyp pluginTakashi Iwai2006-02-211-1/+8
| | | | | | | | | - 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)
* Add OSS mixer <-> ALSA control pluginTakashi Iwai2005-06-091-1/+1
| | | | Added the external OSS mixer <-> ALSA control plugin.
* Added COPYING and more packaging stuffJaroslav Kysela2005-03-241-0/+1
|
* packaging related changesJaroslav Kysela2005-03-241-0/+8
|
* Various external pluginsTakashi Iwai2005-02-081-0/+2