aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.c
Commit message (Expand)AuthorAge
* vo: never autoselect vo_nullGravatar wm42015-01-21
* vo_opengl_old: remove this VOGravatar wm42015-01-20
* vo: restore framedropGravatar wm42015-01-20
* video: fix waiting for last frame/format reconfigGravatar wm42015-01-19
* player: respect --untimed on last frameGravatar wm42015-01-16
* vo: don't synchronize when seekingGravatar wm42015-01-12
* vo: add functions to increment drop_countGravatar xylosper2015-01-08
* video: batch query_format callsGravatar wm42015-01-03
* video: pass some VO params as structGravatar wm42014-12-31
* vo_opengl: better probe handlingGravatar wm42014-12-19
* vo: fix some nonsenseGravatar wm42014-12-10
* client API: expose OpenGL rendererGravatar wm42014-12-09
* vo: include normal render-ahead time in flip_queue_offsetGravatar wm42014-12-09
* video/out: minor simplification to event query functionGravatar wm42014-11-09
* command: make window-scale property observableGravatar wm42014-11-02
* Set thread name for debuggingGravatar wm42014-10-19
* video: return responsibility of video redraw back to playloopGravatar wm42014-10-03
* video: fix redrawing when pausing after framedropGravatar wm42014-09-21
* vo_vdpau: better integration with the generic framedrop codeGravatar wm42014-09-20
* video: wake up core as soon as possibleGravatar wm42014-09-16
* vo_corevideo: remove this VOGravatar Stefano Pigozzi2014-09-06
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* video: avoid unnecessary frame droppingGravatar wm42014-08-23
* video: some debugging outputGravatar wm42014-08-22
* video: don't assume query_format is thread-safeGravatar wm42014-08-20
* video: add VOCTRL_GET_RECENT_FLIP_TIMEGravatar wm42014-08-18
* video: dump vsync phase into stats fileGravatar wm42014-08-18
* video: make vo_opengl the default over vo_vdpauGravatar wm42014-08-17
* video: take refresh rate changes into accountGravatar wm42014-08-17
* video: add --display-fps switch to control framedrop FPSGravatar wm42014-08-16
* video: add VO framedropping modeGravatar wm42014-08-15
* vo: eliminate a redundant variableGravatar wm42014-08-15
* vo: remove unused libavutil includeGravatar wm42014-08-14
* vo: fix mingw compilationGravatar wm42014-08-14
* video: fix and simplify video format changes and last frame displayGravatar wm42014-08-12
* video: move display and timing to a separate threadGravatar wm42014-08-12
* vdpau: don't upload video images in advanceGravatar wm42014-07-29
* vo: remove vo_mouse_movement() wrapperGravatar wm42014-07-27
* vo: different hack for VOs which need to mangle mouse inputGravatar wm42014-07-27
* vo: hack to avoid threading issues with mouse inputGravatar wm42014-07-26
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* Add more constGravatar wm42014-06-11
* video: fix another cover art corner caseGravatar wm42014-06-09
* vo: correctly initialize parameters in corner casesGravatar wm42014-06-01
* vo: minor simplificationsGravatar wm42014-05-22
* vo: remove config_ok check from vo_check_events()Gravatar wm42014-05-22
* player: remove VO from seeking code pathGravatar wm42014-05-07