aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/video.c
Commit message (Expand)AuthorAge
* vo_opengl: don't use dumb-mode with 10 bit integer texture hackGravatar wm42016-05-11
* vo_opengl: fix passing along swizzle from hwdec interopGravatar wm42016-05-10
* vo_opengl: cosmetics: rename variablesGravatar wm42016-05-10
* vo_opengl: refactor how hwdec interop exports texturesGravatar wm42016-05-10
* vo_opengl: support GL_EXT_texture_norm16 on GLESGravatar wm42016-04-27
* vo_opengl: always use sized internal formatsGravatar wm42016-04-27
* vo_opengl: print error if opengl hwdec interop failsGravatar wm42016-04-27
* vo_opengl: always reset some GL state when leaving rendererGravatar wm42016-04-22
* vo_opengl: improve rotation handling (again)Gravatar wm42016-04-08
* vo_opengl: minor simplificationGravatar wm42016-04-05
* vo_opengl: fix nnedi + rectangle texturesGravatar wm42016-04-05
* vo_opengl: generate 3DLUT against source and use full BT.1886Gravatar Niklas Haas2016-04-01
* vo_opengl: draw transparency checkerboard after upscalingGravatar Niklas Haas2016-03-29
* vo_opengl: always premultiply alphaGravatar wm42016-03-29
* vo_opengl: fix rotation directionGravatar wm42016-03-29
* vo_opengl: fix rotationGravatar wm42016-03-28
* vo_opengl: don't upload potentially uninitialized memory to GL bufferGravatar wm42016-03-28
* vo_openg: fix debanding + rectangle-texturesGravatar wm42016-03-27
* vo_opengl_cb: fix NULL derefGravatar wm42016-03-23
* vo_opengl: fix blend-subtitles=video in some casesGravatar wm42016-03-22
* vo_opengl, osd: allow osc.lua to react faster on resizesGravatar wm42016-03-21
* vo_opengl: fix operation without GL_ARB_texture_rgGravatar wm42016-03-17
* vo_opengl: fix sharpen filterGravatar wm42016-03-16
* vo_opengl: refactor superxbr algorithmGravatar Niklas Haas2016-03-07
* vo_opengl: refactor plane-skipping optimizationsGravatar Niklas Haas2016-03-05
* vo_opengl: rename prescale to prescale-lumaGravatar Niklas Haas2016-03-05
* vo_opengl: add macros for scaler unitsGravatar Niklas Haas2016-03-05
* vo_opengl: refactor pass_read_video and texture bindingGravatar Niklas Haas2016-03-05
* vo_opengl: remove redundant codeGravatar igv2016-02-28
* vo_opengl: set uniform variable "pixel_size" for internal shadersGravatar igv2016-02-26
* vo_opengl: declare vec4 color inside fragment shader stubGravatar Niklas Haas2016-02-23
* vo_opengl: set uniform variable "pixel_size"Gravatar igv2016-02-22
* vo_opengl: set the correct size of the input imageGravatar igv2016-02-22
* vo_opengl: use correct gl_target variableGravatar wm42016-02-18
* vo_opengl: pass the correct target to deband functionsGravatar wm42016-02-18
* vo_opengl: unconfuse CoverityGravatar wm42016-02-12
* vo_opengl: do chroma merging in integer conversion stageGravatar wm42016-01-27
* vo_opengl: replace tscale-interpolates-only with interpolation-thresholdGravatar wm42016-01-27
* vo_opengl: support 10 bit support with ANGLEGravatar wm42016-01-26
* vo_opengl: actually reset use_normalized_range fieldGravatar wm42016-01-26
* vo_opengl: default to rgba16f FBOs on ANGLEGravatar wm42016-01-26
* vo_opengl: add tscale-interpolates-only sub-optionGravatar wm42016-01-25
* vo_opengl: default scaler-resizes-only sub-option to yesGravatar wm42016-01-25
* vo_opengl: rename custom shader entrypoint from sample to sample_pixelGravatar wm42016-01-25
* video: remove some useless old RGB formatsGravatar wm42016-01-25
* Change GPL/LGPL dual-licensed files to LGPLGravatar wm42016-01-19
* vo_opengl: generic semi-planar supportGravatar wm42016-01-07
* vo_opengl: reset nnedi3 weights properlyGravatar Bin Jin2016-01-03
* vo_opengl: fix operation on GLSL versions earlier than 1.30Gravatar wm42015-12-24
* vo_opengl: blend transparent video against tiles by defaultGravatar wm42015-12-22