summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dctdnoiz.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-5/+5
* avfilter/vf_dctdnoiz: 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/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer2021-06-081-0/+3
* 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/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