summaryrefslogtreecommitdiff
path: root/libavfilter/vf_atadenoise.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_atadenoise: fix mid calculationPaul B Mahol2021-01-22
|
* avfilter/vf_atadenoise: add sigma optionsPaul B Mahol2021-01-22
|
* avfilter/vf_atadenoise: support alpha formatsPaul B Mahol2019-11-18
|
* avfilter/vf_atadenoise: add support for commandsPaul B Mahol2019-10-20
|
* avfilter/vf_atadenoise: add option to use additional algorithmPaul B Mahol2019-10-17
|
* avfilter/vf_adadenoise: add x86 SIMDPaul B Mahol2019-10-17
|
* avfilter/vf_atadenoise: compensate for small overall brightness lossPaul B Mahol2019-10-16
| | | | This is very hard to spot.
* avfilter/vf_atadenoise: rewrite using macroPaul B Mahol2019-10-14
|
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* avfilter/vf_atadenoise: do not abort if user specified invalid sizePaul B Mahol2018-04-26
| | | | | | Update documentation with new size default. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
|
* avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol2017-04-10
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
|
* avfilter/vf_atadenoise: add planes optionPaul B Mahol2016-08-27
| | | | Make possible filtering only some planes.
* avfilter/vf_atadenoise: set default size value to 9Paul B Mahol2016-08-15
| | | | This is enough, bigger sizes do not produce better output in 99% cases.
* avfilter/vf_atadenoise: add support for more pixel formatsPaul B Mahol2016-08-15
|
* 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/vf_atadenoise: do not use uninitialized dataPaul B Mahol2015-09-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
| | | | It has no longer any effect.
* avfilter/vf_atadenoise: fix file permissionsPaul B Mahol2015-09-17
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
|
* avfilter/vf_atadenoise: Check for ff_get_video_buffer() failureMichael Niedermayer2015-09-03
| | | | | | Fixes CID1322338 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add atadenoisePaul B Mahol2015-08-02