Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-20lavfi/af_adeclick: fix double free after ff_filter_frame failJun Zhao
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>
2019-04-29avfilter/af_adeclick: switch to activatePaul B Mahol
2018-06-02avfilter: add adeclick and adeclip audio filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>