summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_colorlevels.c
Commit message (Collapse)AuthorAgeFilesLines
* lavfi/vf_colorlevels: replace round by lrintGanesh Ajjanagadde2015-12-211-8/+8
| | | | | | | 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-081-1/+1
|
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: add colorlevels filterPaul B Mahol2014-12-161-0/+254
Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud