Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-09avfilter: add support for gray14 formatPaul B Mahol
2017-10-07lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-08-29vf_ssim: convert to framesync2.Nicolas George
2017-08-07avfilter: add support for GRAY9 and GBRAP10Paul B Mahol
2017-08-04avfilter/vf_ssim: fix temp size calculationMuhammad Faiz
2017-07-04avfilter/vf_ssim: use unsigned so result can be properly storedPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-12-17avfilter/vf_ssim: add >8 bit depth suppportPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-30avfilter/vf_ssim: use log10 instead of log()/log(10)Ganesh Ajjanagadde
2015-10-23vf_psnr/ssim: don't crash if stats_file is NULL.Ronald S. Bultje
2015-10-23vf_ssim: print per-channel dB values.Ronald S. Bultje
2015-10-21avfilter/vf_ssim: Add support for writing stats to stdoutTobias Rapp
2015-07-14avfilter/vf_ssim: Fix "incompatible pointer type" warningsMichael Niedermayer
2015-07-14vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje
2015-07-13vf_ssim: remove another obscure double loop.Ronald S. Bultje
2015-07-13ssim: refactor a weird double loop.Ronald S. Bultje
2015-07-12vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling.Ronald S. Bultje
2015-07-11avfilter/vf_ssim: Mark constant tables as constMichael Niedermayer
2015-06-30avfilter/vf_ssim: fix some cosmetics issuesPaul B Mahol
2015-06-24avfilter: add ssim filterPaul B Mahol