| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/vf_psnr: add warning when color ranges differ | Chema Gonzalez | 2023-09-23 | 1 | -0/+7 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+1 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avfilter: use avpriv_fopen_utf8() instead of plain fopen() | softworkz | 2022-05-24 | 1 | -1/+1 |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 1 | -1/+3 |
* | avfilter/vf_psnr/ssim: fix typos | Paul B Mahol | 2021-10-28 | 1 | -1/+1 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -11/+11 |
* | avfilter/vf_psnr: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_psnr: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -4/+0 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter/vf_psnr: remove unnecessary check | Limin Wang | 2021-05-01 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_psnr: add support for slice threading | Paul B Mahol | 2021-02-19 | 1 | -37/+89 |
* | avfilter/vf_psnr: remove precision limits for metadata values | Paul B Mahol | 2021-02-12 | 1 | -1/+1 |
* | avfilter/vf_psnr: add timeline support | Paul B Mahol | 2021-02-12 | 1 | -1/+2 |
* | avfilter/vf_psnr: fix logic failure when comparing time bases | Paul B Mahol | 2020-02-01 | 1 | -1/+1 |
* | avfilter/vf_psnr,vf_ssim: add warning if different timebases are encountered | Paul B Mahol | 2019-10-25 | 1 | -0/+8 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter/vf_psnr: add more gbrap formats | Paul B Mahol | 2017-12-20 | 1 | -1/+1 |
* | lavfi: Rename local variables "main" as "master". | Carl Eugen Hoyos | 2017-10-07 | 1 | -7/+7 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -6/+6 |
* | lavfi/vf_psnr: convert to framesync2. | Nicolas George | 2017-08-29 | 1 | -23/+27 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -1/+1 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | lavfi/psnr: rename pow2 to pow_2 | Clément Bœsch | 2017-03-29 | 1 | -4/+4 |
* | avfilter/vf_psnr: add gray10 and gray12 support | Paul B Mahol | 2016-12-21 | 1 | -1/+1 |
* | avfilter/vf_psnr: Add max value output option to psnr stats log. | Lucas Cooper | 2016-09-01 | 1 | -0/+20 |
* | avfilter: Add new format for PSNR stats log | Lucas Cooper | 2016-07-29 | 1 | -0/+16 |
* | avfilter/vf_psnr: Fix rounding error in average_max | Michael Niedermayer | 2016-07-21 | 1 | -1/+4 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/vf_psnr: use log10 instead of log()/log(10) | Ganesh Ajjanagadde | 2015-10-29 | 1 | -1/+1 |
* | vf_psnr/ssim: don't crash if stats_file is NULL. | Ronald S. Bultje | 2015-10-23 | 1 | -11/+13 |
* | vf_psnr: remove %0.2f format specifiers for stream summary line. | Ronald S. Bultje | 2015-10-22 | 1 | -2/+2 |
* | avfilter/vf_psnr: Add support for writing stats to stdout | Tobias Rapp | 2015-10-21 | 1 | -2/+4 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -6/+6 |
* | vf_psnr: add psnr_avg to stats file. | Ronald S. Bultje | 2015-08-05 | 1 | -0/+1 |
* | avfilter/vf_pnsr: fix author name | James Almer | 2015-07-29 | 1 | -1/+1 |
* | vf_psnr: sse2 optimizations for sum-squared-error. | Ronald S. Bultje | 2015-07-14 | 1 | -42/+34 |
* | vf_psnr: fix rgb channel order mixup in final log message. | Ronald S. Bultje | 2015-07-11 | 1 | -2/+4 |
* | vf_psnr: always calculate MSE over full pixel range. | Ronald S. Bultje | 2015-07-11 | 1 | -27/+4 |
* | vF_psnr: move set_meta() calls out of loop. | Ronald S. Bultje | 2015-07-11 | 1 | -2/+2 |
* | vf_psnr: add channel weighting based on chroma subsampling. | Ronald S. Bultje | 2015-07-11 | 1 | -8/+23 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | Replace PixelFormats which sneaked in over time or where forgotten by AVPixel... | Michael Niedermayer | 2015-03-18 | 1 | -1/+1 |
* | Fix a few heigth/height typo. | Clément Bœsch | 2014-02-07 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/dualinput: simplify | Paul B Mahol | 2013-09-30 | 1 | -10/+4 |