Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-09avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer
2017-04-10avfilter/vf_dctdnoiz: add GBRP supportPaul B Mahol
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2015-02-08avfilter/dctdnoiz: fix slice_h computationClément Bœsch
2015-02-01avfilter/vf_dctdnoiz: Use av_malloc_array()Paul B Mahol
2014-12-14avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-08-13avfilter/dctdnoiz: add slice threadingClément Bœsch
2014-08-09avfilter/dctdnoiz: remove a few indirections in idctsClément Bœsch
2014-08-08avfilter/dctdnoiz: use 32-bit (float) operations instead of 64 (double) for DCTsClément Bœsch
2014-08-08avfilter/dctdnoiz: remove forward declarations after previous commitClément Bœsch
2014-08-08avfilter/dctdnoiz: make color [de]correlation less clumsyClément Bœsch
2014-08-07avfilter/dctdnoiz: add 8x8 dct and make it the defaultClément Bœsch
2014-08-07avfilter/dctdnoiz: rewrite [f/i]dctClément Bœsch
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-27lavfi/dctdnoiz: move DC normalization out of loops.Clément Bœsch
2013-05-15lavfi/dctdnoiz: fix 10l typo in pr_height computation.Clément Bœsch
2013-05-15lavfi: add dctdnoiz filter.Clément Bœsch