]> git.alsa-project.org Git - alsa-plugins.git/commit
Add livavcodec resampler plugin
authorTakashi Iwai <tiwai@suse.de>
Tue, 20 Feb 2007 11:43:58 +0000 (12:43 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 20 Feb 2007 11:43:58 +0000 (12:43 +0100)
commit9481014305ab8f8e1ba07749c0b7f68ec4b99e56
treea9ce7eca089b691c329e6aa11baf05167f407bf2
parent25451b27d65d17a0d60b3c8e9bb7510e1ed68bd1
Add livavcodec resampler plugin

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>
Makefile.am
configure.in
doc/Makefile.am
doc/lavcrate.txt [new file with mode: 0644]
rate-lavc/Makefile.am [new file with mode: 0644]
rate-lavc/gcd.h [new file with mode: 0644]
rate-lavc/rate_lavcrate.c [new file with mode: 0644]