aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_opengl_cb.c
Commit message (Expand)AuthorAge
* vo: remove unused VOCTRL_GET_PANSCANGravatar wm42016-09-08
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* vo_opengl_cb: log better error message if OpenGL not initialized by userGravatar wm42016-08-03
* vo_opengl_cb: icc-profile-auto does not and will not workGravatar wm42016-06-05
* vo_opengl: move all icc handling from vo_opengl.c to video.cGravatar wm42016-06-03
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* vo_opengl: generate 3DLUT against source and use full BT.1886Gravatar Niklas Haas2016-04-01
* vo_opengl_cb: unbreak destroying+recreating GL contextGravatar wm42016-02-15
* vo_opengl_cb: do also not block when drawing nothingGravatar wm42016-02-09
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* vo_opengl_cb: avoid NULL pointer deref in corner casesGravatar wm42015-12-05
* vo_opengl_cb: pass mpv_global to gl_videoGravatar wm42015-11-30
* videotoolbox: make decoder format customizableGravatar wm42015-11-17
* vo_opengl_cb: do not block on flipping when redrawingGravatar wm42015-11-12
* vo_opengl_cb: better underflow reportingGravatar wm42015-11-10
* vo_opengl_cb: make operation more similar to normal VOsGravatar wm42015-11-09
* vo_opengl_cb: log some eventsGravatar wm42015-11-04
* vo_opengl, vo_opengl_cb: drop unneeded vo_frame fieldsGravatar wm42015-11-04
* vo_opengl_cb: fix passing through some video equalizer propertiesGravatar wm42015-10-23
* vo_opengl_cb: fix pausing and seeking if interpolation is enabledGravatar wm42015-10-14
* video/out: remove an unused parameterGravatar wm42015-10-03
* vo_opengl: remove gl_ prefixes from files in video/out/openglGravatar Niklas Haas2015-09-09
* vo_opengl: move gl_* files to their own subdirGravatar Niklas Haas2015-09-09
* vo_opengl: refactor queue configurationGravatar wm42015-07-16
* vo_opengl_cb, vo_opengl: add option for preloading hwdec contextGravatar wm42015-07-07
* vo_opengl_cb: drop frames eagerly if frames are not renderedGravatar wm42015-07-07
* vo_opengl_cb: fix interpolation code pathGravatar wm42015-07-01
* vo: change internal API for drawing framesGravatar wm42015-07-01
* vo_opengl: adjust interpolation code for the new video-sync mechanismGravatar Niklas Haas2015-07-01
* video: pass future frames to VOGravatar wm42015-07-01
* vo_opengl: add support for custom shadersGravatar Niklas Haas2015-05-27
* vo_opengl_cb: add support for interpolationGravatar wm42015-05-12
* vo_opengl_cb: add a "block" framedrop mode and make it defaultGravatar wm42015-05-12
* vo_opengl_cb: actually set requested optionsGravatar wm42015-05-12
* vo_opengl: refactor wayland frame skippingGravatar wm42015-05-01
* vo_opengl_cb: deprecate mpv_opengl_cb_render()Gravatar wm42015-04-09
* vo_opengl_cb: add a function to report vsync timeGravatar wm42015-04-09
* vo_opengl_cb: fix video timing somewhatGravatar wm42015-04-09
* vo_opengl_cb: don't render OSD while VO is not createdGravatar wm42015-03-23
* vo_opengl: refactor smoothmotion -> interpolationGravatar Niklas Haas2015-03-15
* vo_opengl: refactor shader generation (part 1)Gravatar wm42015-03-12
* vo_opengl_cb: clear last video frame on uninit()Gravatar wm42015-03-10
* command: add property returning detected hwdec APIGravatar wm42015-02-02
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* video: separate screenshot modesGravatar wm42015-01-23
* vo_opengl: add smoothmotion frame blendingGravatar Stefano Pigozzi2015-01-23
* video: have a generic context struct for hwdec backendsGravatar wm42015-01-22
* video: remove vfcap.hGravatar wm42015-01-21
* vo_opengl_cb: initial screenshot supportGravatar wm42015-01-15