summaryrefslogtreecommitdiffstats
path: root/rate-lavc
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with recent ffmpegTakashi Iwai2008-08-262-2/+3
| | | | | | | | 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 -no-undefined option to LDFLAGSTakashi Iwai2007-06-041-1/+1
| | | | Added -no-undefined option to LDFLAGS to make linking sure.
* Add plugin directory configure optionTakashi Iwai2007-05-031-7/+7
| | | | | Added --with-plugindir configure option to specify the directory for plugin objects.
* Add missing gcd.h to rate-lavc/Makefile.amTakashi Iwai2007-03-081-0/+2
| | | | Added missing gcd.h to rate-lavc/Makefile.am.
* Add livavcodec resampler pluginTakashi Iwai2007-02-203-0/+341
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>