summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorchannelmixer.c
Commit message (Collapse)AuthorAge
* lavfi: cosmetics: fix vertical alignment for pads in some filtersPaul B Mahol2013-05-14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* vf_colorchannelmixer: round lut entries to nearestMichael Niedermayer2013-05-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
| | | | | | | | | | With the introduction of AVFilterContext->is_disabled, we can simplify the custom passthrough mode in filters. This commit is technically a small compat break, but the timeline was introduced very recently. Doxy by Stefano Sabatini.
* lavfi/colorchannelmixer: remove now redudant codePaul B Mahol2013-05-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: support timeline for colorbalance and colorchannelmixerPaul B Mahol2013-04-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* colorchannelmixer filterPaul B Mahol2013-04-18
Signed-off-by: Paul B Mahol <onemda@gmail.com>