summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl_cb.c
Commit message (Expand)AuthorAgeFilesLines
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* vo_opengl_cb: avoid NULL pointer deref in corner caseswm42015-12-051-1/+2
* vo_opengl_cb: pass mpv_global to gl_videowm42015-11-301-1/+1
* videotoolbox: make decoder format customizablewm42015-11-171-1/+4
* vo_opengl_cb: do not block on flipping when redrawingwm42015-11-121-0/+5
* vo_opengl_cb: better underflow reportingwm42015-11-101-6/+12
* vo_opengl_cb: make operation more similar to normal VOswm42015-11-091-118/+54
* vo_opengl_cb: log some eventswm42015-11-041-0/+4
* vo_opengl, vo_opengl_cb: drop unneeded vo_frame fieldswm42015-11-041-20/+1
* vo_opengl_cb: fix passing through some video equalizer propertieswm42015-10-231-2/+7
* vo_opengl_cb: fix pausing and seeking if interpolation is enabledwm42015-10-141-1/+20
* video/out: remove an unused parameterwm42015-10-031-1/+1
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-091-3/+3
* vo_opengl: move gl_* files to their own subdirNiklas Haas2015-09-091-3/+3
* vo_opengl: refactor queue configurationwm42015-07-161-3/+2
* vo_opengl_cb, vo_opengl: add option for preloading hwdec contextwm42015-07-071-14/+6
* vo_opengl_cb: drop frames eagerly if frames are not renderedwm42015-07-071-1/+7
* vo_opengl_cb: fix interpolation code pathwm42015-07-011-6/+2
* vo: change internal API for drawing frameswm42015-07-011-57/+47
* vo_opengl: adjust interpolation code for the new video-sync mechanismNiklas Haas2015-07-011-1/+1
* video: pass future frames to VOwm42015-07-011-1/+1
* vo_opengl: add support for custom shadersNiklas Haas2015-05-271-1/+1
* vo_opengl_cb: add support for interpolationwm42015-05-121-5/+51
* vo_opengl_cb: add a "block" framedrop mode and make it defaultwm42015-05-121-5/+27
* vo_opengl_cb: actually set requested optionswm42015-05-121-0/+1
* vo_opengl: refactor wayland frame skippingwm42015-05-011-1/+1
* vo_opengl_cb: deprecate mpv_opengl_cb_render()wm42015-04-091-2/+1
* vo_opengl_cb: add a function to report vsync timewm42015-04-091-0/+21
* vo_opengl_cb: fix video timing somewhatwm42015-04-091-2/+2
* vo_opengl_cb: don't render OSD while VO is not createdwm42015-03-231-6/+4
* vo_opengl: refactor smoothmotion -> interpolationNiklas Haas2015-03-151-1/+1
* vo_opengl: refactor shader generation (part 1)wm42015-03-121-13/+7
* vo_opengl_cb: clear last video frame on uninit()wm42015-03-101-8/+9
* command: add property returning detected hwdec APIwm42015-02-021-2/+0
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-9/+0
* video: separate screenshot modeswm42015-01-231-2/+1
* vo_opengl: add smoothmotion frame blendingStefano Pigozzi2015-01-231-1/+1
* video: have a generic context struct for hwdec backendswm42015-01-221-2/+3
* video: remove vfcap.hwm42015-01-211-3/+2
* vo_opengl_cb: initial screenshot supportwm42015-01-151-0/+10
* vo_opengl_cb: make mpv_opengl_cb_render() return left framesxylosper2015-01-081-2/+3
* vo_opengl_cb: use vo's drop_count instead of internal counterxylosper2015-01-081-6/+15
* vo_opengl_cb: introduce frame queuexylosper2015-01-081-18/+90
* vo_opengl_cb: fix a typowm42015-01-081-2/+2
* vo_opengl_cb: allow changing debug option at runtimewm42015-01-081-0/+1
* vo_opengl_cb: fix flipped renderingwm42015-01-081-0/+1
* vo_opengl_cb: implement equalizer controlswm42015-01-061-0/+30
* vo_opengl_cb: don't resize when redrawingwm42015-01-061-1/+5
* vo_opengl_cb: support changing options at runtimewm42015-01-051-10/+66
* vo_opengl_cb: simplify API uninitializationwm42014-12-311-6/+30
* vo_opengl_cb: pass context directlywm42014-12-311-57/+41
* vo_opengl: make use of newer OpenGL logging APIwm42014-12-231-0/+1
* vo_opengl_cb: parse renderer parameterswm42014-12-221-5/+10
* vo_opengl, vo_opengl_cb: check GL version in rendererwm42014-12-221-5/+2
* vo_opengl_cb: free context on exitwm42014-12-221-0/+8
* vo_opengl: remove requirement for RG textureswm42014-12-161-1/+1
* vo: fix some nonsensewm42014-12-101-4/+6
* vo_opengl_cb: simplify reconfigure, render transparent if unconfiguredwm42014-12-091-14/+13
* client API: expose OpenGL rendererwm42014-12-091-0/+370