summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_ssim.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_psnr,vf_ssim: add warning if different timebases are encounteredPaul B Mahol2019-10-251-0/+8
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-071-6/+6
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-6/+6
* vf_ssim: convert to framesync2.Nicolas George2017-08-291-25/+27
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-1/+1
* avfilter/vf_ssim: fix temp size calculationMuhammad Faiz2017-08-041-3/+5
* avfilter/vf_ssim: use unsigned so result can be properly storedPaul B Mahol2017-07-041-2/+2
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/vf_ssim: add >8 bit depth suppportPaul B Mahol2016-12-171-12/+119
* 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