summaryrefslogtreecommitdiff
path: root/libavfilter/af_bs2b.c
Commit message (Collapse)AuthorAge
* avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol2015-07-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_bs2b: Fix incompatible pointer type warningsMichael Niedermayer2014-05-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e'Michael Niedermayer2014-05-01
| | | | | | | | | | | | | | | * commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e': lavfi: add Bauer stereo-to-binaural audio filter Conflicts: Changelog configure doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini2014-05-01
Signed-off-by: Anton Khirnov <anton@khirnov.net>