aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_opengl_cb.c
Commit message (Expand)AuthorAge
* vo_gpu: make it possible to load multiple hwdec interop driversGravatar wm42017-12-01
* vo_gpu: fix video sometimes not being rerendered on equalizer changeGravatar wm42017-10-17
* vo_opengl_cb: fix deprecated option usageGravatar Niklas Haas2017-09-26
* vo_gpu: simplify structs / namesGravatar Niklas Haas2017-09-22
* vo_opengl_cb: fix segfault on uninitGravatar Niklas Haas2017-09-22
* vo_opengl: refactor into vo_gpuGravatar Niklas Haas2017-09-21
* video: redo video equalizer option handlingGravatar wm42017-08-22
* vo_opengl: separate hwdec context and mapping, port it to use raGravatar wm42017-08-10
* vo_opengl: further GL API use separationGravatar wm42017-08-07
* vo_opengl: move GL state resetting to vo_opengl_cbGravatar wm42017-08-05
* vo: fix subtleties in the redrawing logicGravatar wm42017-02-21
* vo_opengl, vo_opengl_cb: better hwdec interop backend selectionGravatar wm42017-01-17
* vo_opengl_cb: cleanup messy option synchronizationGravatar wm42017-01-17
* client API: allow passing NULL to mpv_opengl_cb_uninit_gl()Gravatar wm42016-12-09
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* vo_opengl_cb: fix a race conditionGravatar wm42016-10-30
* vo_opengl_cb: fix inverted conditionGravatar wm42016-10-30
* vo_opengl_cb: update current frame if a frame is droppedGravatar wm42016-10-30
* vo_opengl_cb: don't wait for redrawn framesGravatar wm42016-10-05
* 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