diff options
author | wm4 <wm4@nowhere> | 2017-11-29 19:50:04 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-11-29 21:30:51 +0100 |
commit | 03518c1a836fd8871d76c735c3a4842ce0416902 (patch) | |
tree | d463c40721a21b5b38b11e74b9d7715d69c495ad /Copyright | |
parent | 9d6bc77a599626246e44834a1eb69db81637c6fa (diff) |
video: fix rotation and deinterlace auto filters
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.
Diffstat (limited to 'Copyright')
-rw-r--r-- | Copyright | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |