comparison libvo/vo_gl.c @ 25729:9a96fd14d1c5

Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
author reimar
date Tue, 15 Jan 2008 17:59:20 +0000
parents df6e9b54ecaa
children e614d49112b5
comparison
equal deleted inserted replaced
25728:df6e9b54ecaa 25729:9a96fd14d1c5
854 " lscale=<n>\n" 854 " lscale=<n>\n"
855 " 0: use standard bilinear scaling for luma.\n" 855 " 0: use standard bilinear scaling for luma.\n"
856 " 1: use improved bicubic scaling for luma.\n" 856 " 1: use improved bicubic scaling for luma.\n"
857 " 2: use cubic in X, linear in Y direction scaling for luma.\n" 857 " 2: use cubic in X, linear in Y direction scaling for luma.\n"
858 " 3: as 1 but without using a lookup texture.\n" 858 " 3: as 1 but without using a lookup texture.\n"
859 " 4: experimental unsharp masking.\n"
859 " cscale=<n>\n" 860 " cscale=<n>\n"
860 " as lscale but for chroma (2x slower with little visible effect).\n" 861 " as lscale but for chroma (2x slower with little visible effect).\n"
861 " customprog=<filename>\n" 862 " customprog=<filename>\n"
862 " use a custom YUV conversion program\n" 863 " use a custom YUV conversion program\n"
863 " customtex=<filename>\n" 864 " customtex=<filename>\n"