summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_ssim.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/vf_ssim: use log10 instead of log()/log(10)Ganesh Ajjanagadde2015-10-291-1/+1
* vf_psnr/ssim: don't crash if stats_file is NULL.Ronald S. Bultje2015-10-231-11/+13
* vf_ssim: print per-channel dB values.Ronald S. Bultje2015-10-221-1/+2
* avfilter/vf_ssim: Add support for writing stats to stdoutTobias Rapp2015-10-211-2/+4
* avfilter/vf_ssim: Fix "incompatible pointer type" warningsMichael Niedermayer2015-07-141-1/+1
* vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje2015-07-141-9/+17
* vf_ssim: remove another obscure double loop.Ronald S. Bultje2015-07-131-10/+8
* ssim: refactor a weird double loop.Ronald S. Bultje2015-07-131-3/+2
* vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling.Ronald S. Bultje2015-07-121-44/+37
* avfilter/vf_ssim: Mark constant tables as constMichael Niedermayer2015-07-101-3/+3
* avfilter/vf_ssim: fix some cosmetics issuesPaul B Mahol2015-06-301-1/+1
* avfilter: add ssim filterPaul B Mahol2015-06-241-0/+399
OpenPOWER on IntegriCloud