summaryrefslogtreecommitdiff
path: root/libavfilter/vf_ssim.c
Commit message (Expand)AuthorAge
* avfilter/vf_ssim: improve precisionPaul B Mahol2020-02-04
* avfilter/vf_ssim: fix logic failure when comparing time basesPaul B Mahol2020-02-01
* avfilter/vf_psnr,vf_ssim: add warning if different timebases are encounteredPaul B Mahol2019-10-25
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-07
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
* vf_ssim: convert to framesync2.Nicolas George2017-08-29
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
* avfilter/vf_ssim: fix temp size calculationMuhammad Faiz2017-08-04
* avfilter/vf_ssim: use unsigned so result can be properly storedPaul B Mahol2017-07-04
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/vf_ssim: add >8 bit depth suppportPaul B Mahol2016-12-17
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_ssim: use log10 instead of log()/log(10)Ganesh Ajjanagadde2015-10-29
* vf_psnr/ssim: don't crash if stats_file is NULL.Ronald S. Bultje2015-10-23
* vf_ssim: print per-channel dB values.Ronald S. Bultje2015-10-22
* avfilter/vf_ssim: Add support for writing stats to stdoutTobias Rapp2015-10-21
* avfilter/vf_ssim: Fix "incompatible pointer type" warningsMichael Niedermayer2015-07-14
* vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje2015-07-14
* vf_ssim: remove another obscure double loop.Ronald S. Bultje2015-07-13
* ssim: refactor a weird double loop.Ronald S. Bultje2015-07-13
* vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling.Ronald S. Bultje2015-07-12
* avfilter/vf_ssim: Mark constant tables as constMichael Niedermayer2015-07-10
* avfilter/vf_ssim: fix some cosmetics issuesPaul B Mahol2015-06-30
* avfilter: add ssim filterPaul B Mahol2015-06-24