summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_hilbert.c
Commit message (Collapse)AuthorAge
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-12
| | | | | | | | | | | | Despite its name, this function is not part of the public API, as formats.h, the header containing its declaration, is a private header. The formats API was once public API, but that changed long ago (b74a1da49db5ebed51aceae6cacc2329288a92c1, the commit scheduling it to become private, is from 2012). That avfilter_make_format64_list() was forgotten is probably a result of the confusion resulting from the libav-ffmpeg split. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avfilter/window_func: add bohman windowPaul B Mahol2018-10-27
|
* avfilter: add hilbert source FIR filterPaul B Mahol2018-01-04
Signed-off-by: Paul B Mahol <onemda@gmail.com>