| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/vf_ssim360: fix variable shadowing | Marvin Scholz | 2024-09-13 | 1 | -9/+9 |
* | lavfi/vf_ssim360: use av_err2str to simplify code | Marvin Scholz | 2024-09-13 | 1 | -4/+1 |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi: move AVFilterLink.frame_rate to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -1/+4 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -13/+13 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | avfilter/vf_ssim360: Remove dead code | Andreas Rheinhardt | 2023-03-14 | 1 | -4/+0 |
* | avfilter/vf_ssim360: Use correct type in sizeof | Andreas Rheinhardt | 2023-03-14 | 1 | -1/+1 |
* | avfilter/vf_ssim360: Constify AVFilter | Andreas Rheinhardt | 2023-01-28 | 1 | -1/+1 |
* | avfilter/vf_ssim360: Don't initialize twice | Andreas Rheinhardt | 2023-01-28 | 1 | -2/+0 |
* | avfilter/vf_ssim360: Fix left-shift of negative value | Andreas Rheinhardt | 2023-01-28 | 1 | -1/+1 |
* | lavfi/vf_ssim360: Fix compilation with MSVC | Martin Storsjö | 2023-01-28 | 1 | -3/+3 |
* | lavfi: Add vf_ssim360 filter | Shannon Chen | 2023-01-28 | 1 | -0/+1768 |