| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_ssim: improve precision | Paul B Mahol | 2020-02-04 | 1 | -10/+10 |
* | avfilter/vf_ssim: fix logic failure when comparing time bases | Paul B Mahol | 2020-02-01 | 1 | -1/+1 |
* | avfilter/vf_psnr,vf_ssim: add warning if different timebases are encountered | Paul B Mahol | 2019-10-25 | 1 | -0/+8 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | lavfi: Rename local variables "main" as "master". | Carl Eugen Hoyos | 2017-10-07 | 1 | -6/+6 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -6/+6 |
* | vf_ssim: convert to framesync2. | Nicolas George | 2017-08-29 | 1 | -25/+27 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -1/+1 |
* | avfilter/vf_ssim: fix temp size calculation | Muhammad Faiz | 2017-08-04 | 1 | -3/+5 |
* | avfilter/vf_ssim: use unsigned so result can be properly stored | Paul B Mahol | 2017-07-04 | 1 | -2/+2 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/vf_ssim: add >8 bit depth suppport | Paul B Mahol | 2016-12-17 | 1 | -12/+119 |
* | 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 |