summaryrefslogtreecommitdiff
path: root/libavfilter/vf_neighbor.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_neighbor: Deduplicate optionsAndreas Rheinhardt2021-01-08
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avfilter/vf_neighbor: add support for commandsPaul B Mahol2019-12-27
|
* avfilter/vf_neighbor: add 12bit yuva formatsPaul B Mahol2019-11-18
|
* avfilter/vf_neighbor: check if width is 1Paul B Mahol2019-10-11
| | | | Fixes #8242
* avfilter/vf_neighbor: fix >8 bit deflate/inflatePaul B Mahol2018-11-17
|
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* avfilter/vf_neighbor: add >8 depth suppportPaul B Mahol2018-05-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_neighbor: add slice threadingPaul B Mahol2018-05-01
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_neighbor: simplify code littlePaul B Mahol2018-05-01
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_neighbor: rewrite without using temp memoryPaul B Mahol2018-05-01
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
| | | | | | | | | | 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: add '.' at and of long filter description where it is missingPaul B Mahol2015-11-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
| | | | | | | | | | | | | | | | | | Many of the functions from avfilter/formats can return errors, usually AVERROR(ENOMEM). This propagates the return values. All of these were found by using av_warn_unused_result, demonstrating its utility. Tested with FATE. I am least sure of the changes to avfilter/filtergraph, since I don't know what/how reduce_format is intended to behave and how it should react to errors. Fixes: CID 1325680, 1325679, 1325678. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Previous version Reviewed-by: Nicolas George <george@nsup.org> Previous version Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avfilter: add erosion, dilation, deflate & inflate filterPaul B Mahol2015-07-15
Signed-off-by: Paul B Mahol <onemda@gmail.com>