| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | lavfi/vf_ssim: 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_ssim: 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_ssim: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -4/+0 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | 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_ssim: 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_ssim.c: fix build warning for [-Wmain] | Guo, Yejun | 2021-02-25 | 1 | -8/+8 |
* | avfilter/vf_ssim: add slice threading | Paul B Mahol | 2021-02-19 | 1 | -55/+142 |
* | avfilter/vf_ssim: remove precision limits for metadata values | Paul B Mahol | 2021-02-12 | 1 | -1/+1 |
* | avfilter/vf_ssim: add timeline support | Paul B Mahol | 2021-02-12 | 1 | -1/+2 |
* | avfilter/vf_ssim: improve precision | Paul B Mahol | 2020-02-04 | 1 | -10/+10 |
* | avfilter/vf_ssim: 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 |
* | lavfi: Rename local variables "main" as "master". | Carl Eugen Hoyos | 2017-10-07 | 1 | -6/+6 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -6/+6 |
* | vf_ssim: convert to framesync2. | Nicolas George | 2017-08-29 | 1 | -25/+27 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -1/+1 |
* | avfilter/vf_ssim: fix temp size calculation | Muhammad Faiz | 2017-08-04 | 1 | -3/+5 |
* | avfilter/vf_ssim: use unsigned so result can be properly stored | Paul B Mahol | 2017-07-04 | 1 | -2/+2 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/vf_ssim: add >8 bit depth suppport | Paul B Mahol | 2016-12-17 | 1 | -12/+119 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/vf_ssim: 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_ssim: print per-channel dB values. | Ronald S. Bultje | 2015-10-22 | 1 | -1/+2 |
* | avfilter/vf_ssim: Add support for writing stats to stdout | Tobias Rapp | 2015-10-21 | 1 | -2/+4 |
* | avfilter/vf_ssim: Fix "incompatible pointer type" warnings | Michael Niedermayer | 2015-07-14 | 1 | -1/+1 |
* | vf_ssim: x86 simd for ssim_4x4xN and ssim_endN. | Ronald S. Bultje | 2015-07-14 | 1 | -9/+17 |
* | vf_ssim: remove another obscure double loop. | Ronald S. Bultje | 2015-07-13 | 1 | -10/+8 |
* | ssim: refactor a weird double loop. | Ronald S. Bultje | 2015-07-13 | 1 | -3/+2 |
* | vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling. | Ronald S. Bultje | 2015-07-12 | 1 | -44/+37 |
* | avfilter/vf_ssim: Mark constant tables as const | Michael Niedermayer | 2015-07-10 | 1 | -3/+3 |
* | avfilter/vf_ssim: fix some cosmetics issues | Paul B Mahol | 2015-06-30 | 1 | -1/+1 |
* | avfilter: add ssim filter | Paul B Mahol | 2015-06-24 | 1 | -0/+399 |