summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dctdnoiz.c
Commit message (Expand)AuthorAge
* avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-14
* avfilter/dctdnoiz: add slice threadingClément Bœsch2014-08-13
* avfilter/dctdnoiz: remove a few indirections in idctsClément Bœsch2014-08-09
* avfilter/dctdnoiz: use 32-bit (float) operations instead of 64 (double) for DCTsClément Bœsch2014-08-08
* avfilter/dctdnoiz: remove forward declarations after previous commitClément Bœsch2014-08-08
* avfilter/dctdnoiz: make color [de]correlation less clumsyClément Bœsch2014-08-08
* avfilter/dctdnoiz: add 8x8 dct and make it the defaultClément Bœsch2014-08-07
* avfilter/dctdnoiz: rewrite [f/i]dctClément Bœsch2014-08-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* lavfi/dctdnoiz: move DC normalization out of loops.Clément Bœsch2013-05-26
* lavfi/dctdnoiz: fix 10l typo in pr_height computation.Clément Bœsch2013-05-15
* lavfi: add dctdnoiz filter.Clément Bœsch2013-05-15