Mercurial > mplayer.hg
comparison ChangeLog @ 18652:4fb10d3853b4
bicubic scaling for -vo gl
author | reimar |
---|---|
date | Thu, 08 Jun 2006 18:17:02 +0000 |
parents | 4d7478ef1713 |
children | 5a77f8808432 |
comparison
equal
deleted
inserted
replaced
18651:f4494b63c00c | 18652:4fb10d3853b4 |
---|---|
36 * for -vo gl manyfmts is now default (since it is a lot faster), use | 36 * for -vo gl manyfmts is now default (since it is a lot faster), use |
37 -vo gl:nomanyfmts if it does not work for you | 37 -vo gl:nomanyfmts if it does not work for you |
38 * streaming textures for -vo gl, much faster if supported (use -dr) | 38 * streaming textures for -vo gl, much faster if supported (use -dr) |
39 * hardware YUV to RGB conversion for -vo gl and -vo gl2, see yuv suboption | 39 * hardware YUV to RGB conversion for -vo gl and -vo gl2, see yuv suboption |
40 * support for custom fragment programs for -vo gl (see TOOLS/*.fp) | 40 * support for custom fragment programs for -vo gl (see TOOLS/*.fp) |
41 * support for bicubic hardware scaling in -vo gl, see lscale suboption | |
41 * use libvbe from vesautils as VESA video driver | 42 * use libvbe from vesautils as VESA video driver |
42 * several fixes for the GGI video output driver | 43 * several fixes for the GGI video output driver |
43 * fall back on next video output driver if vo_3dfx failed to initialize | 44 * fall back on next video output driver if vo_3dfx failed to initialize |
44 * improved XvMC library detection (disabled by default) | 45 * improved XvMC library detection (disabled by default) |
45 * DPI (Print-Resolution) and Pixel-Aspect support in vo_jpeg | 46 * DPI (Print-Resolution) and Pixel-Aspect support in vo_jpeg |