summaryrefslogtreecommitdiff
path: root/libavfilter/af_adeclick.c
Commit message (Collapse)AuthorAge
* avfilter/af_adeclick: implement timeline supportPaul B Mahol2019-12-21
|
* avfilter/af_adeclick: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-17
|
* lavfi/af_adeclick: fix double free after ff_filter_frame failJun Zhao2019-08-20
| | | | | | | | ff_filter_frame fail will free the frame, so we just returen after this function fail. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* avfilter/af_adeclick: switch to activatePaul B Mahol2019-04-29
|
* avfilter: add adeclick and adeclip audio filtersPaul B Mahol2018-06-02
Signed-off-by: Paul B Mahol <onemda@gmail.com>