summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_dctdnoiz.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_dctdnoiz: add GBRP supportPaul B Mahol2017-04-101-14/+71
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-2/+2
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-2/+2
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-2/+4
* avfilter/dctdnoiz: fix slice_h computationClément Bœsch2015-02-081-1/+1
* avfilter/vf_dctdnoiz: Use av_malloc_array()Paul B Mahol2015-02-011-3/+3
* avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-141-5/+5
* avfilter/dctdnoiz: add slice threadingClément Bœsch2014-08-131-30/+84
* avfilter/dctdnoiz: remove a few indirections in idctsClément Bœsch2014-08-091-12/+8
* avfilter/dctdnoiz: use 32-bit (float) operations instead of 64 (double) for DCTsClément Bœsch2014-08-081-136/+136
* avfilter/dctdnoiz: remove forward declarations after previous commitClément Bœsch2014-08-081-92/+78
* avfilter/dctdnoiz: make color [de]correlation less clumsyClément Bœsch2014-08-081-26/+79
* avfilter/dctdnoiz: add 8x8 dct and make it the defaultClément Bœsch2014-08-071-60/+172
* avfilter/dctdnoiz: rewrite [f/i]dctClément Bœsch2014-08-071-88/+230
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* lavfi/dctdnoiz: move DC normalization out of loops.Clément Bœsch2013-05-261-11/+13
* lavfi/dctdnoiz: fix 10l typo in pr_height computation.Clément Bœsch2013-05-151-1/+1
* lavfi: add dctdnoiz filter.Clément Bœsch2013-05-151-0/+431
OpenPOWER on IntegriCloud