aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.c
Commit message (Expand)AuthorAge
* vo: clarify conditionGravatar wm42015-06-08
* vo: restore frame-drop logic for high-fps clipsGravatar Avi Halachmi (:avih)2015-06-07
* Revert "opengl: drop less frames when clip and display have similar fps"Gravatar wm42015-06-07
* Revert "vo: improve frame drop logic on high playback rate"Gravatar wm42015-06-07
* vo: move up vo_wayland in autoprobe listGravatar wm42015-05-30
* vo: remove suspicious lineGravatar wm42015-05-15
* vo: avoid burning CPU when pausedGravatar wm42015-05-13
* cocoa: make live-resizing as fast as beforeGravatar wm42015-05-12
* vo: use pthread_cond_timedwait() for video timingGravatar wm42015-05-12
* vo: always call draw_image_timed() if availableGravatar wm42015-05-12
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* vo: improve frame drop logic on high playback rateGravatar Avi Halachmi (:avih)2015-05-01
* vo: fix non-sense in init codeGravatar wm42015-04-16
* vo: cosmetics: reindent VO listGravatar wm42015-04-16
* vo_drm: add KMS/DRM renderer supportGravatar Marcin Kurczewski2015-04-16
* Update license headersGravatar Marcin Kurczewski2015-04-13
* opengl: smoothmotion: wake up for next vsync a bit earlierGravatar Avi Halachmi (:avih)2015-04-09
* opengl: drop less frames when clip and display have similar fpsGravatar Avi Halachmi (:avih)2015-04-09
* RPI supportGravatar wm42015-03-29
* vo: make sure display-fps is up-to-dateGravatar wm42015-03-13
* command: fix display-fps property (again)Gravatar wm42015-03-13
* command: display-fps is the display FPS as assumed by the VOGravatar wm42015-03-12
* vo: update FPS only on state changesGravatar wm42015-03-12
* vo: hide opengl-cb in --vo=helpGravatar wm42015-03-10
* vo_opengl: fix smoothmotion coefficient calculationGravatar Stefano Pigozzi2015-02-13
* vo: minor simplificationGravatar wm42015-02-07
* vo: handle very long frame durations with smoothmotion enabledGravatar wm42015-01-26
* vo: fix redraw logicGravatar wm42015-01-25
* vo: generic redraw supportGravatar wm42015-01-24
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* vo: fix disabling/enabling smoothmotion at runtimeGravatar wm42015-01-23
* vo: allow dropping additional frames with smoothmotionGravatar wm42015-01-23
* vo: cosmeticsGravatar wm42015-01-23
* vo: fix framedrop in normal caseGravatar wm42015-01-23
* vo_opengl: add smoothmotion frame blendingGravatar Stefano Pigozzi2015-01-23
* video: remove vfcap.hGravatar wm42015-01-21
* 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