mpv/player
wm4 ff9c597fbf player: increase tick event update frequency
500ms is a bit too high. Change it to 50ms. This improves client API
(and Lua) playback state update frequency.

Updating absolutely every time the audio PTS changes would be possible,
but is not helpful. Audio samplerates are high to trigger a wakeup
feedback loop, so the process would waste CPU time on updating the
playback position all the time.

(If a client application wants to ensure smooth update of the playback
position, it should update the position manually using a timer and by
reading the property - the application can make a much better decision
at how often the playback has to happen.)
2015-06-23 19:23:11 +02:00
..
lua osc: time display configuration options 2015-06-19 21:33:44 +02:00
audio.c audio: add some change notifications 2015-06-09 18:29:11 +02:00
client.c client API: allow using msg-level option for log messages 2015-06-20 21:40:47 +02:00
client.h vo_opengl_cb: don't render OSD while VO is not created 2015-03-23 16:32:59 +01:00
command.c command: export stereo 3D tags 2015-06-23 15:20:21 +02:00
command.h command: do not exit playback if the B point of A-B loop is past EOF 2015-06-16 23:11:14 +02:00
configfiles.c player: restore video-aspect on playback resume 2015-05-29 22:34:24 +02:00
core.h player: print a message along with track list 2015-06-03 21:50:37 +02:00
discnav.c command: disc-mouse-on-button property 2015-04-21 00:54:29 +09:00
loadfile.c client API: add MPV_END_FILE_REASON_REDIRECT 2015-06-11 21:42:09 +02:00
lua.c lua: support MPV_END_FILE_REASON_REDIRECT 2015-06-11 21:42:09 +02:00
main.c audio: add --audio-spdif as new method for enabling passthrough 2015-06-05 22:42:59 +02:00
misc.c Update license headers 2015-04-13 12:10:01 +02:00
osd.c video: do not use MP_NOPTS_VALUE for A/V difference 2015-05-24 23:27:23 +02:00
playloop.c player: increase tick event update frequency 2015-06-23 19:23:11 +02:00
screenshot.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
screenshot.h client API: add a screenshot_raw command 2015-04-20 23:11:03 +02:00
scripting.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
sub.c Update license headers 2015-04-13 12:10:01 +02:00
video.c player: add some debug output for seeking 2015-06-18 22:31:55 +02:00