| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABS | Ganesh Ajjanagadde | 2015-10-22 | 1 | -2/+2 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -2/+4 |
* | avfilter/dctdnoiz: fix slice_h computation | Clément Bœsch | 2015-02-08 | 1 | -1/+1 |
* | avfilter/vf_dctdnoiz: Use av_malloc_array() | Paul B Mahol | 2015-02-01 | 1 | -3/+3 |
* | avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-14 | 1 | -5/+5 |
* | avfilter/dctdnoiz: add slice threading | Clément Bœsch | 2014-08-13 | 1 | -30/+84 |
* | avfilter/dctdnoiz: remove a few indirections in idcts | Clément Bœsch | 2014-08-09 | 1 | -12/+8 |
* | avfilter/dctdnoiz: use 32-bit (float) operations instead of 64 (double) for DCTs | Clément Bœsch | 2014-08-08 | 1 | -136/+136 |
* | avfilter/dctdnoiz: remove forward declarations after previous commit | Clément Bœsch | 2014-08-08 | 1 | -92/+78 |
* | avfilter/dctdnoiz: make color [de]correlation less clumsy | Clément Bœsch | 2014-08-08 | 1 | -26/+79 |
* | avfilter/dctdnoiz: add 8x8 dct and make it the default | Clément Bœsch | 2014-08-07 | 1 | -60/+172 |
* | avfilter/dctdnoiz: rewrite [f/i]dct | Clément Bœsch | 2014-08-07 | 1 | -88/+230 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | lavfi/dctdnoiz: move DC normalization out of loops. | Clément Bœsch | 2013-05-26 | 1 | -11/+13 |
* | lavfi/dctdnoiz: fix 10l typo in pr_height computation. | Clément Bœsch | 2013-05-15 | 1 | -1/+1 |
* | lavfi: add dctdnoiz filter. | Clément Bœsch | 2013-05-15 | 1 | -0/+431 |