summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: generic semi-planar supportwm42016-01-071-9/+10
* vo_opengl: reset nnedi3 weights properlyBin Jin2016-01-031-0/+1
* vo_opengl: fix operation on GLSL versions earlier than 1.30wm42015-12-241-1/+1
* vo_opengl: blend transparent video against tiles by defaultwm42015-12-221-4/+9
* vo_opengl: disable pbo by defaults for opengl-hqwm42015-12-191-1/+0
* vo_opengl: handle alpha with odd bit widths toowm42015-12-191-4/+8
* vo_opengl: cocoa: output premultiplied alphawm42015-12-191-0/+2
* vo_opengl: refactor how framebuffer depth is passed from backendswm42015-12-191-8/+4
* vo_opengl: enable brightness/contrast controls for RGBwm42015-12-121-1/+1
* vo_opengl: remove one more XYZ special-casewm42015-12-091-7/+2
* vo_opengl: fix precision loss of fruit dithering matrixBin Jin2015-12-091-2/+9
* csputils: rename "yuv2rgb" functionswm42015-12-091-1/+1
* csputils, vo_opengl: remove XYZ special case in color matrix retrievalwm42015-12-091-6/+1
* vo_opengl: enable colormatrix even for RGB inputwm42015-12-071-15/+13
* vo_opengl: fix issues with some obscure pixel formatswm42015-12-071-6/+6
* vo_opengl: decrease default lookup texture size to 64Bin Jin2015-12-071-2/+2
* vo_opengl: make LOOKUP_TEXTURE_SIZE configurableBin Jin2015-12-071-4/+4
* vo_opengl: Fix minor LUT sampling errorBin Jin2015-12-071-4/+6
* vo_opengl: require --enable-gpl3 for nnediwm42015-12-031-2/+5
* vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0Bin Jin2015-12-021-4/+8
* vo_opengl: make tscale=mitchell:tscale-clamp the defaultwm42015-11-291-2/+4
* vo_opengl: warn if interpolation is enabled, but not display-syncwm42015-11-281-0/+10
* vo_opengl: fix interpolation with display-syncwm42015-11-281-12/+6
* vo: change vo_frame field unitswm42015-11-271-4/+3
* vo_opengl: disable interpolation without display-syncwm42015-11-251-2/+4
* vo_opengl: enable dumb-mode automatically if possiblewm42015-11-191-6/+44
* vo_opengl: support 3D textures on ANGLEwm42015-11-191-1/+3
* vo_opengl: switch FBO format on GLESwm42015-11-191-5/+11
* vo_opengl: make 1D textures completely optionalwm42015-11-191-4/+1
* vo_opengl: add RGBA8 framebuffer format, enable non-dumb mode for ES 3.0wm42015-11-191-1/+2
* vo_opengl: don't mix floats and integers in dither shaderwm42015-11-191-3/+3
* vo_opengl: force dumb mode if RG textures are not availablewm42015-11-161-3/+3
* vo_opengl: use glBlitFramebuffer to draw repeated frameswm42015-11-151-16/+24
* vo_opengl: move the glFlush() call to the rendererwm42015-11-101-0/+5
* vo_opengl: fix 10-bit video prescalingBin Jin2015-11-091-6/+3
* vo_opengl: handle GL_ARB_uniform_buffer_object with low GLSL versionswm42015-11-091-1/+1
* vo_opengl: rename fancy-downscaling to correct-downscalingwm42015-11-071-9/+8
* vo_opengl: fancy-downscaling: enable also for anamorphic clipsAvi Halachmi (:avih)2015-11-071-4/+9
* vo_opengl: glBindBufferBase is not part of GL 2.1/GLES 2.0wm42015-11-061-1/+1
* vo_opengl: implement NNEDI3 prescalerBin Jin2015-11-051-1/+57
* vo_opengl: add Super-xBR filter for upscalingBin Jin2015-11-051-6/+210
* vo_opengl: make image size dynamic during renderingBin Jin2015-11-051-24/+33
* vo_opengl, vo_opengl_cb: drop unneeded vo_frame fieldswm42015-11-041-3/+2
* vo_opengl: cache frames only in display-sync modewm42015-10-301-1/+3
* vo_opengl: do not attempt to cache frames in FBO in dumb-modewm42015-10-301-1/+1
* vo_opengl: remove source shader leftoverBin Jin2015-10-241-2/+0
* vo_opengl: always cache to an FBO when not interpolatingNiklas Haas2015-10-231-4/+29
* vo_opengl: support all kinds of GBRP formatswm42015-10-181-10/+4
* vo_opengl: debanding requires GLSL 1.30wm42015-10-011-0/+4
* vo_opengl: do not reset video queue when changing video equalizerwm42015-09-301-1/+0
* vo_opengl: actually set hardware decoder mapped texture formatwm42015-09-241-0/+1
* vo_opengl: remove sharpen scalers, add sharpen sub-optionwm42015-09-231-6/+8
* vo_opengl: remove unsued chroma_location fieldwm42015-09-231-1/+0
* vo_opengl: move shader file caching to video.cwm42015-09-231-3/+41
* vo_opengl: fix shader compilation with debanding and OSX hwdecwm42015-09-101-3/+4
* vo_opengl: fix deband sub-option handlingwm42015-09-091-1/+6
* vo_opengl: implement debanding (and remove source-shader)Niklas Haas2015-09-091-84/+78
* vo_opengl: move self-contained shader routines to a separate fileNiklas Haas2015-09-091-348/+17
* vo_opengl: reduce code duplication for scaler optionsNiklas Haas2015-09-091-33/+16
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-091-0/+2930