diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-08-12 01:46:57 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-08-12 01:46:57 +0200 |
commit | 9fdc7f1b03900cad66b9e3a14de1efa3d191f21a (patch) | |
tree | 50d2a7db07901e339ede3cf1db54dfb4ec0fb3ba | |
parent | 8abbe717f847348caab389e2a8b6793fe33dd253 (diff) | |
download | ffmpeg-9fdc7f1b03900cad66b9e3a14de1efa3d191f21a.tar.gz |
LICENSE: Add missing filters licensed under the GPL.
-rw-r--r-- | LICENSE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md index 01675471f6..bb698a3756 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -25,6 +25,7 @@ Specifically, the GPL parts of FFmpeg are: - `tests/checkasm/*` - `tests/tiny_ssim.c` - the following filters in libavfilter: + - `signature_lookup.c` - `vf_blackframe.c` - `vf_boxblur.c` - `vf_colormatrix.c` @@ -38,8 +39,10 @@ Specifically, the GPL parts of FFmpeg are: - `vf_histeq.c` - `vf_hqdn3d.c` - `vf_kerndeint.c` + - `vf_lensfun.c` - `vf_mcdeint.c` - `vf_mpdecimate.c` + - `vf_nnedi.c` - `vf_owdenoise.c` - `vf_perspective.c` - `vf_phase.c` @@ -48,12 +51,14 @@ Specifically, the GPL parts of FFmpeg are: - `vf_pullup.c` - `vf_repeatfields.c` - `vf_sab.c` + - `vf_signature.c` - `vf_smartblur.c` - `vf_spp.c` - `vf_stereo3d.c` - `vf_super2xsai.c` - `vf_tinterlace.c` - `vf_uspp.c` + - `vf_vaguedenoiser.c` - `vsrc_mptestsrc.c` Should you, for whatever reason, prefer to use version 3 of the (L)GPL, then |