summaryrefslogtreecommitdiffstats
path: root/rate-lavc/rate_lavcrate.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with recent ffmpegTakashi Iwai2008-08-261-1/+1
| | | | | | | | Add a check of pkgconfig libavcodec in configure script. Since the header file was moved to <libavcodec/*>, its location has to be checked in configure, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add livavcodec resampler pluginTakashi Iwai2007-02-201-0/+266
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>