aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/video.c
Commit message (Expand)AuthorAge
* vo_opengl: glBindBufferBase is not part of GL 2.1/GLES 2.0Gravatar wm42015-11-06
* vo_opengl: implement NNEDI3 prescalerGravatar Bin Jin2015-11-05
* vo_opengl: add Super-xBR filter for upscalingGravatar Bin Jin2015-11-05
* vo_opengl: make image size dynamic during renderingGravatar Bin Jin2015-11-05
* vo_opengl, vo_opengl_cb: drop unneeded vo_frame fieldsGravatar wm42015-11-04
* vo_opengl: cache frames only in display-sync modeGravatar wm42015-10-30
* vo_opengl: do not attempt to cache frames in FBO in dumb-modeGravatar wm42015-10-30
* vo_opengl: remove source shader leftoverGravatar Bin Jin2015-10-24
* vo_opengl: always cache to an FBO when not interpolatingGravatar Niklas Haas2015-10-23
* vo_opengl: support all kinds of GBRP formatsGravatar wm42015-10-18
* vo_opengl: debanding requires GLSL 1.30Gravatar wm42015-10-01
* vo_opengl: do not reset video queue when changing video equalizerGravatar wm42015-09-30
* vo_opengl: actually set hardware decoder mapped texture formatGravatar wm42015-09-24
* vo_opengl: remove sharpen scalers, add sharpen sub-optionGravatar wm42015-09-23
* vo_opengl: remove unsued chroma_location fieldGravatar wm42015-09-23
* vo_opengl: move shader file caching to video.cGravatar wm42015-09-23
* vo_opengl: fix shader compilation with debanding and OSX hwdecGravatar wm42015-09-10
* vo_opengl: fix deband sub-option handlingGravatar wm42015-09-09
* vo_opengl: implement debanding (and remove source-shader)Gravatar Niklas Haas2015-09-09
* vo_opengl: move self-contained shader routines to a separate fileGravatar Niklas Haas2015-09-09
* vo_opengl: reduce code duplication for scaler optionsGravatar Niklas Haas2015-09-09
* vo_opengl: remove gl_ prefixes from files in video/out/openglGravatar Niklas Haas2015-09-09