From 03518c1a836fd8871d76c735c3a4842ce0416902 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 29 Nov 2017 19:50:04 +0100 Subject: video: fix rotation and deinterlace auto filters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now using libavfilter filters directly. The rotation case is a bit lazy, because it uses the slow vf_rotate filter in all cases, instead of using special filters for 90° step rotations. --- Copyright | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Copyright') diff --git a/Copyright b/Copyright index a1664aee99..fc918c4be6 100644 --- a/Copyright +++ b/Copyright @@ -38,9 +38,7 @@ them quite central: correction, fine control about downmix/upmix/resampling behavior - Linux X11 video output - BSD audio output via OSS -- NVIDIA/Linux hardware decoding (vdpau, although CUDA usually works) -- many builtin video filters (use libavfilter instead) -- automatic rotation and stereoscopic video handling +- NVIDIA/Linux hardware decoding (vdpau, although nvdec usually works) - Linux TV input - 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 -- cgit v1.2.3