audio: add af_lavrresample, remove old resampling filtersmaster
commit2c378c71a4d9b1df382db9aa787b646628b4e3f9
authorStefano Pigozzi <stefano.pigozzi@gmail.com>
Sat, 9 Mar 2013 08:30:26 +0000 (9 09:30 +0100)
committerUoti Urpala <uau@mplayer2.org>
Wed, 9 Oct 2013 20:43:25 +0000 (9 23:43 +0300)
tree238c64f8215dc4cd4981f7dc71ab7d475121ec87
parent11e9755a39a1833048ee71f7df12e2ea0c55288a
audio: add af_lavrresample, remove old resampling filters

Remove `af_resample` and `af_lavcresample`. The former is a mess while
the latter uses an API that was long deprecated in libavcodec and is
now removed. Add new filter af_lavrresample which uses libavresample.
`af_lavrresample` has roughly the same features and structure as
`af_lavcresample` had.

Libavresample is now a mandatory dependency. Change configure script
accordingly and remove #ifdefs in other code.
13 files changed:
DOCS/man/en/af.rst
DOCS/man/en/options.rst
Makefile
configure
etc/example.conf
libaf/af.c
libaf/af.h
libaf/af_lavcac3enc.c
libaf/af_lavcresample.c [deleted file]
libaf/af_lavrresample.c [new file with mode: 0644]
libaf/af_resample.c [deleted file]
libaf/af_resample_template.c [deleted file]
libmpcodecs/ad_ffmpeg.c