summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-08 18:17:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-08 18:17:02 +0000
commit10adc6a9c0bd19a85ac8a7b2d480ab5a295ffc63 (patch)
tree0c8d6c4fcaf337e0f4311f9151fe9f3a17be18ea /ChangeLog
parent9e6988cdba75de5b30d8e6a179778e695e8c2eb4 (diff)
downloadmpv-10adc6a9c0bd19a85ac8a7b2d480ab5a295ffc63.tar.bz2
mpv-10adc6a9c0bd19a85ac8a7b2d480ab5a295ffc63.tar.xz
bicubic scaling for -vo gl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18653 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3ce752ba5..3be70f56e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,7 @@ MPlayer (1.0)
* streaming textures for -vo gl, much faster if supported (use -dr)
* hardware YUV to RGB conversion for -vo gl and -vo gl2, see yuv suboption
* support for custom fragment programs for -vo gl (see TOOLS/*.fp)
+ * support for bicubic hardware scaling in -vo gl, see lscale suboption
* use libvbe from vesautils as VESA video driver
* several fixes for the GGI video output driver
* fall back on next video output driver if vo_3dfx failed to initialize