summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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