From d752f743fffa2440361f7b7ebb0930c173286644 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 29 Nov 2017 18:04:26 +0100 Subject: vf: add vf_convert as interim replacement for vf_scale We want to drop vf_scale, but we still need a way to auto convert between imgfmts. In particular, vf.c will auto insert the "scale" filter if the VO doesn't support a pixfmt. To avoid chaos, create a new vf_convert.c filter, based on vf_scale.c, but without the unrelicensed code parts. In particular, this filter does not do scaling and has no options. It merely converts from one imgfmt to another, if needed. --- Copyright | 1 - 1 file changed, 1 deletion(-) (limited to 'Copyright') diff --git a/Copyright b/Copyright index c31bf7011d..7dd4c6a27e 100644 --- a/Copyright +++ b/Copyright @@ -42,7 +42,6 @@ them quite central: - many builtin video filters (use libavfilter instead) - automatic rotation and stereoscopic video handling - Linux TV input -- video format conversion (if not supported by the VO) - minor features: jack, DVD, CDDA, SMB, CACA, legacy direct3d VO Some of these will be fixed in the future. The intended use for LGPL mode is with libmpv, and currently it's not recommended to build mpv CLI in LGPL mode -- cgit v1.2.3