summaryrefslogtreecommitdiffstats
path: root/rate-lavc
Commit message (Collapse)AuthorAgeFilesLines
* Add PCM rates query support for PCM rate pluginsTakashi Iwai2009-06-021-2/+27
| | | | | | | Follow the new PCM rate-plugin protocol to support the rate range queries, etc. 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>
* 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>