summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dctdnoiz.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_dctdnoiz: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer2021-06-08
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* 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