summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dctdnoiz.c
Commit message (Expand)AuthorAge
* avfilter/vf_dctdnoiz: add GBRP supportPaul B Mahol2017-04-10
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-22
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/dctdnoiz: fix slice_h computationClément Bœsch2015-02-08
* avfilter/vf_dctdnoiz: Use av_malloc_array()Paul B Mahol2015-02-01
* 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