summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut.c
Commit message (Collapse)AuthorAge
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
|
* lavfi: add negate filterStefano Sabatini2011-10-17
| | | | | | This filter is a simple wrapper around the LUT filter. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-17
Signed-off-by: Anton Khirnov <anton@khirnov.net>