aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.h
Commit message (Expand)AuthorAge
* encode: get rid of the output packet queueGravatar wm42018-05-03
* vo_lavc: explicitly skip redraw and repeated framesGravatar wm42018-05-03
* vo: add vo_reconfig2()Gravatar wm42018-04-29
* vo: move DR helper code to a separate source fileGravatar wm42018-04-29
* vo: pass through framedrop flag differentlyGravatar wm42018-03-15
* client API: deprecate opengl-cb API and introduce a replacement APIGravatar wm42018-02-28
* video: rename VO_CAP_NOREDRAW to VO_CAP_NORETAINGravatar Aman Gupta2018-02-17
* cocoa-cb: initial implementation via opengl-cb APIGravatar Akemi2018-02-12
* vo_gpu: make screenshots use the GL rendererGravatar wm42018-02-11
* video: change some remaining vo_opengl mentions to vo_gpuGravatar Akemi2018-01-20
* player: add internal `vo-resize` commandGravatar sfan52017-12-27
* vo: add support for externally driven renderloop and make wayland use itGravatar Rostislav Pehlivanov2017-12-05
* vo: add VO_CAP_NOREDRAW for upcoming vo_mediacodec_embedGravatar Aman Gupta2017-10-09
* wayland_common: rewrite from scratchGravatar Rostislav Pehlivanov2017-10-03
* vo: avoid putting large voctrl_performance_data on stackGravatar Niklas Haas2017-09-11
* vo_opengl: refactor timer_pool_measure (again)Gravatar Niklas Haas2017-09-11
* vo_opengl: refactor/fix mp_pass_perf codeGravatar Niklas Haas2017-09-11
* video: redo video equalizer option handlingGravatar wm42017-08-22
* options: add a thread-safe way to notify option updatesGravatar wm42017-08-22
* vo_opengl: add direct rendering supportGravatar wm42017-07-24
* vo_opengl: refactor vo performance subsystemGravatar Niklas Haas2017-07-01
* vo.c, vo.h, vo_null.c: change license to LGPLGravatar wm42017-05-10
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* vo_opengl: make frame reupload logic more robustGravatar wm42016-11-01
* vo_opengl_cb: don't wait for redrawn framesGravatar wm42016-10-05
* x11: fix external fullscreen updateGravatar wm42016-09-23
* vo: add a unique frame_id to vo_frameGravatar wm42016-09-22
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* vo: change defines to an enumGravatar wm42016-09-12
* vo: remove unused VOCTRL_GET_PANSCANGravatar wm42016-09-08
* options: add automagic hack for handling sub-option deprecationsGravatar wm42016-09-05
* options: add a mechanism to make sub-option replacement slightly easierGravatar wm42016-09-05
* command: remove vo-cmdlineGravatar wm42016-09-02
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* vo: use new option update mechanismGravatar wm42016-09-02
* player: update Windows playback state asynchronouslyGravatar wm42016-08-20
* vo: fix mismatching types in pointer operationGravatar wm42016-08-20
* player: fix display-sync timing if audio take long on resumeGravatar wm42016-08-07
* vo: remove now unused event_fd handlingGravatar wm42016-07-21
* vo_opengl: allow backends to provide callbacks for custom event loopsGravatar wm42016-07-20
* vo_opengl: expose performance timers as propertiesGravatar Niklas Haas2016-06-07
* vo_opengl: apply vo-cmdline command incrementallyGravatar wm42016-06-05
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* win32: make taskbar progress indication optionalGravatar maniak13492016-05-08
* vo: get rid of vo_get_window_title()Gravatar wm42015-12-06
* vo_opengl: fix interpolation with display-syncGravatar wm42015-11-28
* vo: change vo_frame field unitsGravatar wm42015-11-27
* vo_opengl: disable interpolation without display-syncGravatar wm42015-11-25
* command, vo: add estimated-display-fps propertyGravatar wm42015-11-25
* vo: remove VOCTRL_GET_RECENT_FLIP_TIMEGravatar wm42015-11-23