summaryrefslogtreecommitdiffstats
path: root/Copyright
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-11 14:44:46 +0200
committerwm4 <wm4@nowhere>2017-05-11 15:02:58 +0200
commitc0ba8b520f4258539f860e13d1b781f15df701cb (patch)
tree2f37cdd2938df6f71ef77e53fe03802739e1a903 /Copyright
parentfaefbbaaa589191aa03070043aaac581a3dcd0d8 (diff)
downloadmpv-c0ba8b520f4258539f860e13d1b781f15df701cb.tar.bz2
mpv-c0ba8b520f4258539f860e13d1b781f15df701cb.tar.xz
vf.c, vf.h: change license to LGPL
Most authors have agreed. Like with vo.c, we don't take module declarations into consideration (see 0e09533c73dc0). Notable issues: 115bfb9762: the author has (probably) not agreed. The vf.c changes were removed with the removal of filter DR, though (see c54fc507da8e). 7b25afd742: the same author adds VOCTRLs for deinterlacing switching at runtime. Put them under a HAVE_GPL ifdef just to be sure. (It looks like we could remove the VOCTRLs immediately, as they're needed only for some compatibility things, but no need to do that yet.) 02b199e5e9: the author had a conditional agreement to LGPL, which doesn't allow us to change it just yet, but the code added here was completely removed anyway. (These days, the pts is passed as mp_image field, and put_image is gone.) 3532cd532e: same author, but code removed with DR removal. f0626e2f8d: same author, but code was moved to mp_image.c. e5b4b495c3: agreed to LGPLv3+ only, but the code was removed in cfa1f9e082 anyway. 086c324692: author was not asked - minor warning fix, but no mpv includes malloc.h anymore. e9d0a1d609: author was not asked - removed again in 33b62af947. c260a1139d: author could not be reached - but this code was removed when mpv changed the image allocation code to essentially use FFmpeg's pixdesc.
Diffstat (limited to 'Copyright')
-rw-r--r--Copyright4
1 files changed, 2 insertions, 2 deletions
diff --git a/Copyright b/Copyright
index b6af687686..b574b41df9 100644
--- a/Copyright
+++ b/Copyright
@@ -261,8 +261,8 @@ LGPL relicensing status:
video/decode/vd.h hard
video/decode/vd_lavc.c very hard
video/filter/refqueue.* LGPL
- video/filter/vf.c medium
- video/filter/vf.h medium
+ video/filter/vf.c LGPL
+ video/filter/vf.h LGPL (mostly)
video/filter/vf_buffer.c LGPL
video/filter/vf_crop.c will be deleted
video/filter/vf_d3d11vpp.c LGPL