summaryrefslogtreecommitdiff
path: root/libavfilter/vf_owdenoise.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_owdenoise: relicense my codeMichael Niedermayer2021-10-241-0/+5
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-15/+15
* avfilter/vf_owdenoise: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter/vf_owdenoise: hight bit-depth supportPaul B Mahol2016-09-061-8/+38
* libavfilter/vf_owdenoise.c: skip processing when strength is 0Yuuki Galaxy2016-04-121-7/+19
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter: fix a few 5 spaces indentClément Bœsch2015-06-071-5/+5
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-2/+4
* Factorize avpriv_mirror() outMichael Niedermayer2015-01-051-13/+4
* avfilter/vf_owdenoise: use av_malloc_array()Michael Niedermayer2014-07-211-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-031-1/+1
* lavfi: port wavelet denoiser filter from libmpcodecs.Clément Bœsch2013-05-161-0/+342