summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_atadenoise.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_atadenoise: add support for commandsPaul B Mahol2019-10-201-4/+21
* avfilter/vf_atadenoise: add option to use additional algorithmPaul B Mahol2019-10-171-3/+56
* avfilter/vf_adadenoise: add x86 SIMDPaul B Mahol2019-10-171-7/+9
* avfilter/vf_atadenoise: compensate for small overall brightness lossPaul B Mahol2019-10-161-1/+1
* avfilter/vf_atadenoise: rewrite using macroPaul B Mahol2019-10-141-113/+57
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-0/+1
* avfilter/vf_atadenoise: do not abort if user specified invalid sizePaul B Mahol2018-04-261-2/+2
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-0/+1
* avfilter: add GRAY10 and GRAY12 to some filtersPaul B Mahol2017-04-101-0/+2
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avfilter/vf_atadenoise: add planes optionPaul B Mahol2016-08-271-0/+15
* avfilter/vf_atadenoise: set default size value to 9Paul B Mahol2016-08-151-1/+1
* avfilter/vf_atadenoise: add support for more pixel formatsPaul B Mahol2016-08-151-0/+5
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/vf_atadenoise: do not use uninitialized dataPaul B Mahol2015-09-291-8/+9
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-7/+0
* avfilter/vf_atadenoise: fix file permissionsPaul B Mahol2015-09-171-0/+0
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* avfilter/vf_atadenoise: Check for ff_get_video_buffer() failureMichael Niedermayer2015-09-031-0/+3
* avfilter: add atadenoisePaul B Mahol2015-08-021-0/+417
OpenPOWER on IntegriCloud