summaryrefslogtreecommitdiff
path: root/libavfilter/vf_psnr.c
Commit message (Expand)AuthorAge
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-07
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
* lavfi/vf_psnr: convert to framesync2.Nicolas George2017-08-29
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* lavfi/psnr: rename pow2 to pow_2Clément Bœsch2017-03-29
* avfilter/vf_psnr: add gray10 and gray12 supportPaul B Mahol2016-12-21
* avfilter/vf_psnr: Add max value output option to psnr stats log.Lucas Cooper2016-09-01
* avfilter: Add new format for PSNR stats logLucas Cooper2016-07-29
* avfilter/vf_psnr: Fix rounding error in average_maxMichael Niedermayer2016-07-21
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_psnr: 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_psnr: remove %0.2f format specifiers for stream summary line.Ronald S. Bultje2015-10-22
* avfilter/vf_psnr: Add support for writing stats to stdoutTobias Rapp2015-10-21
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* vf_psnr: add psnr_avg to stats file.Ronald S. Bultje2015-08-05
* avfilter/vf_pnsr: fix author nameJames Almer2015-07-29
* vf_psnr: sse2 optimizations for sum-squared-error.Ronald S. Bultje2015-07-14
* vf_psnr: fix rgb channel order mixup in final log message.Ronald S. Bultje2015-07-11
* vf_psnr: always calculate MSE over full pixel range.Ronald S. Bultje2015-07-11
* vF_psnr: move set_meta() calls out of loop.Ronald S. Bultje2015-07-11
* vf_psnr: add channel weighting based on chroma subsampling.Ronald S. Bultje2015-07-11
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-18
* Fix a few heigth/height typo.Clément Bœsch2014-02-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/dualinput: simplifyPaul B Mahol2013-09-30
* lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-23
* avfilter/vf_psnr: avoid 64bit arithmetic in the inner loopMichael Niedermayer2013-09-21
* avfilter/vf_psnr: Prevent integer overflow.Neil Birkbeck2013-09-21
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter/vf_psnr: >8 bit planar supportPaul B Mahol2013-09-10
* avfilter/vf_psnr: refactor subsampled format supportPaul B Mahol2013-09-08
* lavfi/psnr: rename 's' parameter to match documentationPaul B Mahol2013-07-09
* lavfi: fix broken logic in metadata handlingPaul B Mahol2013-07-08
* lavfi: add psnr filterPaul B Mahol2013-07-08