mpv/player
Kacper Michajłow dd491c7c61 vo: change vo_frame duration to double
32-bit signed integer can hold ~2.1s stored as nanoseconds. While frame
duration doesn't make sense to be this long, the existing clamp is to
10s. Change type to double, which is consistent with other fields in
vo_frame.
2024-01-27 05:12:36 +00:00
..
javascript console.lua: style log lines in the terminal 2024-01-14 23:26:07 +01:00
lua osc: add osc-windowcontrols_title option 2024-01-22 14:41:36 +00:00
audio.c audio: add --volume-gain options to control volume in decibels 2024-01-20 16:08:33 +00:00
client.c mp_thread: prefer tracking threads with id 2023-11-05 17:36:17 +00:00
client.h
command.c player/command: don't reselect demux stream on only UPDATE_OSD 2024-01-22 12:26:01 -06:00
command.h various: add missing include in header flles 2023-09-21 14:40:11 +00:00
configfiles.c options: rename --watch-later-directory to --watch-later-dir 2023-10-25 16:16:37 +00:00
core.h ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
external_files.c command: restore lang after track reload 2024-01-20 17:26:45 +00:00
external_files.h command: restore lang after track reload 2024-01-20 17:26:45 +00:00
javascript.c scripting: rename backend names for concise naming 2023-10-27 23:18:56 +00:00
loadfile.c player: add forced choice to subs-with-matching-audio 2024-01-13 03:26:06 +00:00
lua.c scripting: add mp.input 2024-01-13 02:53:08 +00:00
main.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
meson.build meson: generate .com in the same place as the .exe if possible 2023-11-27 18:42:19 +00:00
misc.c player: refactor secondary subtitle options and properties 2023-12-16 15:25:32 +00:00
osd.c player: remove --term-remaining-playtime option 2024-01-20 23:24:48 +00:00
playloop.c playloop: use a 16:9 ratio with --force-window 2023-11-30 15:08:56 +00:00
screenshot.c screenshot: remove artificial limit on the number of screenshots taken 2023-12-28 15:45:08 +00:00
screenshot.h
scripting.c mp_thread: prefer tracking threads with id 2023-11-05 17:36:17 +00:00
sub.c options: add --secondary-sub-pos 2023-12-13 21:18:57 +00:00
video.c vo: change vo_frame duration to double 2024-01-27 05:12:36 +00:00