summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_deband.c
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/vf_deband: add more gray formatsPaul B Mahol2019-10-231-1/+2
|
* avfilter/vf_deband: do not use uninitialized valuePaul B Mahol2016-12-231-2/+2
| | | | | | Fixes coverity report. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_deband: add planes coupling modePaul B Mahol2016-12-221-2/+160
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_deband: fix silly mistakesPaul B Mahol2016-12-081-4/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
|
* 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