summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_deband.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
| | | | | | | | | | Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* avfilter/deband: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-1/+1
|
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-5/+5
|
* avfilter/vf_deband: add mising slice thread flagPaul B Mahol2015-08-021-1/+1
|
* avfilter: add deband filterPaul B Mahol2015-07-221-0/+312
Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud