summaryrefslogtreecommitdiff
path: root/libavfilter/scale_eval.c
Commit message (Collapse)AuthorAge
* avfilter/scale: separate exprs parse and evalGyan Doshi2020-01-15
| | | | | Retains parsed expressions which allows for better error-checking and adding animation support.
* avfilter/scale_eval: remove redundant mathematical constantsGyan Doshi2019-12-11
| | | | | Even though removed from vf_scale in 3b316f9f22, they were reintroduced when scale.c, now scale_eval.c, was split off in 037bb4021c
* avfilter: rename scale.c,h to scale_evalGyan Doshi2019-12-10
scale.c is too generic; scale_eval is more representative