| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/vf_ssim: use log10 instead of log()/log(10) | Ganesh Ajjanagadde | 2015-10-29 | 1 | -1/+1 |
* | vf_psnr/ssim: don't crash if stats_file is NULL. | Ronald S. Bultje | 2015-10-23 | 1 | -11/+13 |
* | vf_ssim: print per-channel dB values. | Ronald S. Bultje | 2015-10-22 | 1 | -1/+2 |
* | avfilter/vf_ssim: Add support for writing stats to stdout | Tobias Rapp | 2015-10-21 | 1 | -2/+4 |
* | avfilter/vf_ssim: Fix "incompatible pointer type" warnings | Michael Niedermayer | 2015-07-14 | 1 | -1/+1 |
* | vf_ssim: x86 simd for ssim_4x4xN and ssim_endN. | Ronald S. Bultje | 2015-07-14 | 1 | -9/+17 |
* | vf_ssim: remove another obscure double loop. | Ronald S. Bultje | 2015-07-13 | 1 | -10/+8 |
* | ssim: refactor a weird double loop. | Ronald S. Bultje | 2015-07-13 | 1 | -3/+2 |
* | vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling. | Ronald S. Bultje | 2015-07-12 | 1 | -44/+37 |
* | avfilter/vf_ssim: Mark constant tables as const | Michael Niedermayer | 2015-07-10 | 1 | -3/+3 |
* | avfilter/vf_ssim: fix some cosmetics issues | Paul B Mahol | 2015-06-30 | 1 | -1/+1 |
* | avfilter: add ssim filter | Paul B Mahol | 2015-06-24 | 1 | -0/+399 |