summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_psnr.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/vf_psnr: 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_psnr: remove %0.2f format specifiers for stream summary line.Ronald S. Bultje2015-10-221-2/+2
* avfilter/vf_psnr: Add support for writing stats to stdoutTobias Rapp2015-10-211-2/+4
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-6/+6
* vf_psnr: add psnr_avg to stats file.Ronald S. Bultje2015-08-051-0/+1
* avfilter/vf_pnsr: fix author nameJames Almer2015-07-291-1/+1
* vf_psnr: sse2 optimizations for sum-squared-error.Ronald S. Bultje2015-07-141-42/+34
* vf_psnr: fix rgb channel order mixup in final log message.Ronald S. Bultje2015-07-111-2/+4
* vf_psnr: always calculate MSE over full pixel range.Ronald S. Bultje2015-07-111-27/+4
* vF_psnr: move set_meta() calls out of loop.Ronald S. Bultje2015-07-111-2/+2
* vf_psnr: add channel weighting based on chroma subsampling.Ronald S. Bultje2015-07-111-8/+23
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-181-1/+1
* Fix a few heigth/height typo.Clément Bœsch2014-02-071-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/dualinput: simplifyPaul B Mahol2013-09-301-10/+4
* lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-231-0/+4
* avfilter/vf_psnr: avoid 64bit arithmetic in the inner loopMichael Niedermayer2013-09-211-1/+3
* avfilter/vf_psnr: Prevent integer overflow.Neil Birkbeck2013-09-211-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-17/+17
* avfilter/vf_psnr: >8 bit planar supportPaul B Mahol2013-09-101-24/+72
* avfilter/vf_psnr: refactor subsampled format supportPaul B Mahol2013-09-081-19/+25
* lavfi/psnr: rename 's' parameter to match documentationPaul B Mahol2013-07-091-3/+3
* lavfi: fix broken logic in metadata handlingPaul B Mahol2013-07-081-8/+16
* lavfi: add psnr filterPaul B Mahol2013-07-081-0/+324
OpenPOWER on IntegriCloud