summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorlevels.c
Commit message (Collapse)AuthorAge
* lavfi/colorlevels: Add slice threading supportJun Zhao2019-06-03
| | | | | | | | | | | | Add slice threading support, use the command like: ./ffmpeg -i input -vf colorlevels -f null /dev/null with 1080p h264 clip, the fps from 39 fps to 79 fps in the local(Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz) Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/vf_colorlevels: replace round by lrintGanesh Ajjanagadde2015-12-21
| | | | | | | lrint avoids an implicit cast, and is not slower on non-broken libm's. Thus this represents a Pareto improvement. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
|
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: add colorlevels filterPaul B Mahol2014-12-16
Signed-off-by: Paul B Mahol <onemda@gmail.com>