summaryrefslogtreecommitdiff
path: root/libavfilter/vf_atadenoise.c
Commit message (Expand)AuthorAge
* avfilter/vf_atadenoise: Remove unused-but-set variablesAndreas Rheinhardt2022-07-03
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter/vf_atadenoise: fix >8 depth filtering with planes disabledPaul B Mahol2022-02-18
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_atadenoise: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* 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
* 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
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
* avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol2017-04-10
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avfilter/vf_atadenoise: add planes optionPaul B Mahol2016-08-27
* avfilter/vf_atadenoise: set default size value to 9Paul B Mahol2016-08-15
* 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
* avfilter/vf_atadenoise: do not use uninitialized dataPaul B Mahol2015-09-29
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter/vf_atadenoise: fix file permissionsPaul B Mahol2015-09-17
* 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
* avfilter: add atadenoisePaul B Mahol2015-08-02