summaryrefslogtreecommitdiffstats
path: root/pph
Commit message (Collapse)AuthorAgeFilesLines
* Add PCM rates query support for PCM rate pluginsTakashi Iwai2009-06-021-2/+33
| | | | | | | Follow the new PCM rate-plugin protocol to support the rate range queries, etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Fix build of pph plugin with speex-1.2rc1Takashi Iwai2009-01-211-3/+4
| | | | | | The resampler code is moved to libspeexdsp instead of libspeex. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add missing -lm to pph pluginTakashi Iwai2009-01-211-0/+1
| | | | Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Check for --no-undefined linker flag and use it.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
| | | | | | | This adds extra safety that the built libraries will have all the correct dependencies linked in. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
* Update speex rate converter codeTakashi Iwai2007-08-143-90/+191
| | | | | Take speex rate converter code from speex SVN tree, which includes the fix for the noises with simple conversion (signed / unsigned mismatch).
* Disable direct sinc tableTakashi Iwai2007-07-201-1/+4
| | | | | The direct sinc table can be noisy in some conditions (e.g. up-conversion from 11025 to 44100Hz). Disable it as a temporary solution for now.
* Add -no-undefined option to LDFLAGSTakashi Iwai2007-06-041-1/+1
| | | | Added -no-undefined option to LDFLAGS to make linking sure.
* Enable link with external libspeexTakashi Iwai2007-05-242-1/+11
| | | | | | | | - 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 plugin directory configure optionTakashi Iwai2007-05-031-5/+5
| | | | | Added --with-plugindir configure option to specify the directory for plugin objects.
* Add missing header files for pphv1.0.14rc4Takashi Iwai2007-05-021-1/+1
|
* Add missing files for pphTakashi Iwai2007-03-232-0/+303
| | | | Added missing files for pph speex resampler plugin.
* Update version of speex resampler pluginTakashi Iwai2007-03-214-110/+197
| | | | | | | | From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> I'm attaching an updated version of my resampler plugin. It fixes a few minor issues and it adds support for fixed-point processing (just add -DFIXED_POINT to the build). Let me know if there's any problem.
* pph - do not include <samplerate.h> in rate_speexrate.cv1.0.14rc3Jaroslav Kysela2007-02-261-1/+0
|
* Add rate resampler plugin based on speexTakashi Iwai2007-02-224-0/+1433
Added another rate resampler plugin based on speex code. Light weight and much better quality. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>