aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_psnr.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vf_psnr: add warning when color ranges differChema Gonzalez2023-09-231-0/+7
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-2/+1
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz2022-05-241-1/+1
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-1/+3
* avfilter/vf_psnr/ssim: fix typosPaul B Mahol2021-10-281-1/+1
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-11/+11
* avfilter/vf_psnr: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_psnr: Remove always-false format checkAndreas Rheinhardt2021-09-211-4/+0
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter/vf_psnr: remove unnecessary checkLimin Wang2021-05-011-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_psnr: add support for slice threadingPaul B Mahol2021-02-191-37/+89
* avfilter/vf_psnr: remove precision limits for metadata valuesPaul B Mahol2021-02-121-1/+1
* avfilter/vf_psnr: add timeline supportPaul B Mahol2021-02-121-1/+2
* avfilter/vf_psnr: fix logic failure when comparing time basesPaul B Mahol2020-02-011-1/+1
* 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
* avfilter/vf_psnr: add more gbrap formatsPaul B Mahol2017-12-201-1/+1
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-071-7/+7
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-6/+6
* lavfi/vf_psnr: convert to framesync2.Nicolas George2017-08-291-23/+27
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-071-1/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* lavfi/psnr: rename pow2 to pow_2Clément Bœsch2017-03-291-4/+4
* avfilter/vf_psnr: add gray10 and gray12 supportPaul B Mahol2016-12-211-1/+1
* avfilter/vf_psnr: Add max value output option to psnr stats log.Lucas Cooper2016-09-011-0/+20
* avfilter: Add new format for PSNR stats logLucas Cooper2016-07-291-0/+16
* avfilter/vf_psnr: Fix rounding error in average_maxMichael Niedermayer2016-07-211-1/+4
* 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