Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |