| Commit message (Expand) | Author | Age | Files | Lines |
* | stats.lua: include a filter's @label when displaying filters on page 1 | Chris Varenhorst | 2021-03-15 | 1 | -0/+4 |
* | ytdl_hook: fix crash on missing track bitrate | rnhmjoj | 2021-03-08 | 1 | -1/+1 |
* | console: use wl-paste on Wayland | Guido Cella | 2020-12-14 | 1 | -1/+11 |
* | auto_profiles: fix compile_cond on lua 5.1 | Philip Sequeira | 2020-12-08 | 1 | -6/+10 |
* | lua/js: mp.get_mouse_pos: use the mouse-pos property | Avi Halachmi (:avih) | 2020-11-16 | 1 | -0/+5 |
* | console: let type set the cursor position | Guido Cella | 2020-10-27 | 1 | -4/+10 |
* | ytdl_hook: if ytdl not found in config dirs, use ytdl_path as is | Ricardo Constantino | 2020-10-27 | 1 | -1/+4 |
* | ytdl_hook: support alternative youtube-dl path | Ricardo Constantino | 2020-10-27 | 1 | -2/+4 |
* | stats: display hw pixel format too | sfan5 | 2020-10-16 | 1 | -0/+4 |
* | ytdl_hook: sort subtitle list by language | wm4 | 2020-08-12 | 1 | -1/+7 |
* | auto_profiles: unapply conditional profiles if declared | wm4 | 2020-08-07 | 1 | -4/+10 |
* | auto_profiles: register hooks for more synchronous profile application | wm4 | 2020-08-05 | 1 | -0/+19 |
* | lua: make hook processing more flexible | wm4 | 2020-08-05 | 1 | -2/+25 |
* | auto_profiles: add this script | wm4 | 2020-08-05 | 1 | -0/+158 |
* | stats: fix crash when aspect ratio is unavailable | Eva | 2020-08-03 | 1 | -1/+3 |
* | ytdl_hook: fix typo in unexpected error message | Derek Guenther | 2020-08-01 | 1 | -1/+1 |
* | stats: fix single invocation keybindings | sfan5 | 2020-07-21 | 1 | -2/+5 |
* | lua: windows got what users crave | wm4 | 2020-05-27 | 1 | -0/+3 |
* | stats: UP/DOWN scrolling on page 2 (frame stats) | Julian | 2020-05-17 | 1 | -2/+24 |
* | osc: fix hovering timestamp sticking around when moving mouse away | wm4 | 2020-05-16 | 1 | -3/+11 |
* | lua: restore change detection with legacy OSD function | wm4 | 2020-05-01 | 1 | -4/+9 |
* | stats.lua: don't disable terminal escape sequences on windows | Avi Halachmi (:avih) | 2020-04-23 | 1 | -22/+4 |
* | stats: move chapter/edition info below title | LaserEyess | 2020-04-16 | 1 | -3/+3 |
* | stats: add edition information to page 1 | LaserEyess | 2020-04-16 | 1 | -1/+13 |
* | stats: support UP/DOWN to scroll at page 4 (perf) | Avi Halachmi (:avih) | 2020-04-11 | 1 | -12/+68 |
* | console: reduce memory usage in default mode | wm4 | 2020-04-10 | 1 | -73/+82 |
* | stats: fix crash if both plot_vsync_* options are disabled | wm4 | 2020-04-09 | 1 | -3/+6 |
* | stats: some more performance graphs | wm4 | 2020-04-09 | 1 | -6/+33 |
* | stats: fix previous commit | wm4 | 2020-04-03 | 1 | -2/+2 |
* | stats: move input speed to cache page, make it a graph | wm4 | 2020-04-03 | 1 | -13/+12 |
* | ytdl_hook: enable runtime changes of script options | sfan5 | 2020-03-29 | 1 | -1/+4 |
* | lua: restore recent end-file event, and deprecate it | wm4 | 2020-03-22 | 1 | -0/+9 |
* | osc: avoid using a deprecated event | wm4 | 2020-03-21 | 1 | -1/+1 |
* | osc: fix updating message when paused | wm4 | 2020-03-14 | 1 | -5/+12 |
* | command: extend osd-overlay command with bounds reporting | wm4 | 2020-03-06 | 1 | -1/+1 |
* | osc: use default hr-seek when dragging progress bar to seek | wm4 | 2020-02-28 | 1 | -2/+5 |
* | ytdl_hook: fix URL extraction for manifests | sfan5 | 2020-02-23 | 1 | -4/+4 |
* | ytdl_hook: prefer "format" over "format_note" field for track titles | wm4 | 2020-02-21 | 1 | -1/+1 |
* | ytdl_hook: use "format" as fallback for "format_note" for stream titles | wm4 | 2020-02-21 | 1 | -1/+1 |
* | ytdl_hook: fix audio codec with some extractors | wm4 | 2020-02-21 | 1 | -5/+11 |
* | ytdl_hook: fix Lua escapes | wm4 | 2020-02-21 | 1 | -3/+3 |
* | ytdl_hook, edl: add fps, samplerate codec parameters | wm4 | 2020-02-21 | 1 | -2/+9 |
* | ytdl_hook: make codec mapping more declarative | wm4 | 2020-02-21 | 1 | -12/+9 |
* | ytdl_hook: remove some old playlist redirection hack | wm4 | 2020-02-21 | 1 | -6/+0 |
* | ytdl_hook: enable default selection via --ytdl-format with all_formats | wm4 | 2020-02-21 | 1 | -1/+25 |
* | ytdl_hook: add length parameter to delay-loaded tracks only once | wm4 | 2020-02-21 | 1 | -3/+3 |
* | ytdl_hook: remove bitrate estimation from file size | wm4 | 2020-02-21 | 1 | -4/+0 |
* | ytdl_hook: use tbr for all tracks if vbr/abr not available | wm4 | 2020-02-21 | 1 | -0/+9 |
* | ytdl_hook: replace skip_muxed with force_all_formats option | wm4 | 2020-02-21 | 1 | -26/+10 |
* | ytdl_hook: delay-load interleaved files | wm4 | 2020-02-21 | 1 | -23/+36 |
* | ytdl_hook: signal duration in all_formats mode | wm4 | 2020-02-20 | 1 | -1/+6 |
* | ytdl_hook: attempt to filter out muxed streams if all_formats is used | wm4 | 2020-02-20 | 1 | -74/+147 |
* | ytdl_hook: remove forgotten debug message | wm4 | 2020-02-20 | 1 | -1/+0 |
* | ytdl_hook: use bitrate fields for bitrate metadata instead of file sizes | wm4 | 2020-02-20 | 1 | -1/+8 |
* | ytdl_hook: try to skip interleaved streams with all_formats | wm4 | 2020-02-20 | 1 | -2/+11 |
* | ytdl_hook: iterate format list by array order | wm4 | 2020-02-20 | 1 | -1/+1 |
* | ytdl_hook: add all_formats option | wm4 | 2020-02-19 | 1 | -18/+85 |
* | ytdl_hook: add a way to not pass --format to the command line | wm4 | 2020-02-19 | 1 | -2/+5 |
* | ytdl_hook.lua: delay load subtitles | wm4 | 2020-02-15 | 1 | -2/+12 |
* | osc: use cache state cache-duration field | wm4 | 2020-02-07 | 1 | -1/+1 |
* | console: fix typo in previous commit | wm4 | 2020-02-07 | 1 | -1/+1 |
* | console: manually map numeric keypad (KP*) bindings | wm4 | 2020-02-07 | 1 | -0/+7 |
* | options.lua: avoid unnecessary on_update calls | Oscar Manglaras | 2020-02-06 | 1 | -1/+1 |
* | stats: fix incorrect ass formatting on 3rd page when vo was switched | sfan5 | 2020-02-06 | 1 | -0/+1 |
* | cocoa-cb: add support for forcing the dedicated GPU for rendering | der richter | 2020-01-26 | 1 | -1/+1 |
* | osc: more frequent cache updates: from 10% diff to 5% or 5s | Avi Halachmi (:avih) | 2020-01-14 | 1 | -2/+2 |
* | osc: usability improvements for pseudo-csd title bar | Philip Langdale | 2020-01-13 | 1 | -4/+21 |
* | osc: when fullscreened, un-maximise window control should un-fullscreen | Philip Langdale | 2020-01-12 | 1 | -2/+8 |
* | osc: don't delay updates on resize | wm4 | 2020-01-08 | 1 | -4/+19 |
* | lua: use new OSD property | wm4 | 2020-01-08 | 1 | -9/+6 |
* | osc: reset input handling state on a change in visibility mode | Philip Langdale | 2020-01-02 | 1 | -0/+7 |
* | console: add a basic help command | wm4 | 2019-12-24 | 1 | -1/+50 |
* | console: do not strip leading spaces | wm4 | 2019-12-24 | 1 | -0/+3 |
* | stats: do not use "tick" event | wm4 | 2019-12-24 | 1 | -2/+6 |
* | osc: redraw on visibility option runtime changes | wm4 | 2019-12-24 | 1 | -0/+1 |
* | osc: add option to disable santa hat | Nicolas F | 2019-12-23 | 1 | -2/+3 |
* | lua: fix guard against division by 0 | wm4 | 2019-12-23 | 1 | -1/+1 |
* | lua: fix passing non-integers to mp.set_osd_ass() | wm4 | 2019-12-23 | 1 | -0/+2 |
* | osc: set an arbitrary high Z-order | wm4 | 2019-12-23 | 1 | -0/+1 |
* | osc: use new overlay API | wm4 | 2019-12-23 | 1 | -5/+18 |
* | client API, lua: add new API for setting OSD overlays | wm4 | 2019-12-23 | 1 | -0/+59 |
* | lua: batch-update key bindings | wm4 | 2019-12-23 | 1 | -3/+11 |
* | osc: display Santa hat for idle logo in December | TheAMM | 2019-12-23 | 1 | -18/+43 |
* | console: reduce border size | wm4 | 2019-12-22 | 1 | -1/+1 |
* | osc: use video margins only if OSC is visible | wm4 | 2019-12-22 | 1 | -6/+5 |
* | osc: cleanup boxvideo margin handling | wm4 | 2019-12-22 | 1 | -20/+23 |
* | osc: full reinit on runtime option changes | wm4 | 2019-12-22 | 1 | -3/+2 |
* | lua: change runtime option change behavior | wm4 | 2019-12-22 | 1 | -24/+27 |
* | osc: cosmetics: remove some excessive whitespace | wm4 | 2019-12-20 | 1 | -7/+0 |
* | osc: react to script-opts runtime changes | wm4 | 2019-12-20 | 1 | -1/+8 |
* | lua: add a helper for runtime script option changes | wm4 | 2019-12-20 | 1 | -15/+62 |
* | osc: rearrange hidetimeout/visibiltiy handling | wm4 | 2019-12-20 | 1 | -19/+19 |
* | osc: move windowcontrols option code to the right place | wm4 | 2019-12-20 | 1 | -15/+14 |
* | console: use hidpi scale reporting | wm4 | 2019-12-20 | 1 | -2/+7 |
* | osc: fix a comment | wm4 | 2019-12-20 | 1 | -1/+1 |
* | osc: fade out if paused and mouse position is outside of OSC | wm4 | 2019-12-19 | 1 | -5/+18 |
* | osc: fix crash when toggling visibility | wm4 | 2019-12-19 | 1 | -1/+0 |
* | osc: don't run update_margins() every frame | wm4 | 2019-12-19 | 1 | -2/+4 |
* | osc: use property notifications and a timer instead of "tick" events | wm4 | 2019-12-19 | 1 | -60/+47 |
* | console: adjust position to OSC | wm4 | 2019-12-18 | 1 | -1/+17 |
* | osc: make margins available | wm4 | 2019-12-18 | 1 | -1/+23 |
* | command, lua: add a way to share data between scripts | wm4 | 2019-12-18 | 1 | -0/+24 |
* | command: change "window-scale" property behavior | wm4 | 2019-12-16 | 1 | -1/+1 |
* | osc: set the wrap style for the title shown with window controls | Philip Langdale | 2019-12-12 | 1 | -1/+1 |
* | osc: use custom symbols for window controls | Philip Langdale | 2019-12-11 | 1 | -10/+26 |
* | osc: explicitly re-init the osc on a change in border visibility | Philip Langdale | 2019-12-09 | 1 | -0/+1 |
* | console.lua: add this script | James Ross-Gowan | 2019-12-08 | 1 | -0/+701 |
* | lua: make later key bindings always have higher priority | wm4 | 2019-12-07 | 1 | -2/+13 |
* | osc: rework window control configuration to add auto mode | Philip Langdale | 2019-12-04 | 1 | -17/+46 |
* | osc: ensure that window control show/hide zone is handled dynamically | Philip Langdale | 2019-12-04 | 1 | -6/+6 |
* | osc: don't show error if windowcontrols=yes | Philip Langdale | 2019-12-02 | 1 | -1/+2 |
* | osc: don't always set window control keybindings | Dudemanguy | 2019-12-01 | 1 | -4/+6 |
* | osc: ensure the window-controls mouse area is initially zero sized | Philip Langdale | 2019-11-30 | 1 | -0/+1 |
* | lua: unbreak mp.add_key_binding(key, fn) | Avi Halachmi (:avih) | 2019-11-30 | 1 | -1/+1 |
* | osc: fix typo wsc_geo -> wc_geo | Philip Langdale | 2019-11-30 | 1 | -1/+1 |
* | osc: apply boxvideo margins to the window controls | Philip Langdale | 2019-11-30 | 1 | -0/+3 |
* | osc: fix operation when window controls are disabled | wm4 | 2019-11-29 | 1 | -2/+4 |
* | osc: handle deadzone and barmargin for window controls | Philip Langdale | 2019-11-29 | 1 | -6/+28 |
* | osc: implement pseudo client side decorations via OSC | Philip Langdale | 2019-11-29 | 1 | -7/+145 |
* | lua: make add_key_binding() rotate optional arguments correctly | wm4 | 2019-11-23 | 1 | -1/+5 |
* | input: add text produced by key to script key events | wm4 | 2019-11-22 | 1 | -3/+7 |
* | lua: complex key binding: use key_name like the docs say | Avi Halachmi (:avih) | 2019-11-20 | 1 | -1/+1 |
* | lua: report key name for "complex" key bindings | wm4 | 2019-11-19 | 1 | -4/+5 |
* | stats, demux: log byte level stream seeks | wm4 | 2019-11-07 | 1 | -0/+1 |
* | lua: change config file logging | wm4 | 2019-11-01 | 1 | -2/+3 |
* | osc: calculate osc_geo position after aspect correction | Jan Janssen | 2019-10-29 | 1 | -6/+8 |
* | osc: Unify bottom and topbar code | Jan Janssen | 2019-10-28 | 1 | -179/+31 |
* | lua: actually unobserve properties in mp.unobserve_property() | wm4 | 2019-10-24 | 1 | -0/+1 |
* | ytdl_hook: --vid=no should not ignore --ytdl-format in config file | wm4 | 2019-10-24 | 1 | -3/+1 |
* | ytdl_hook: check youtube-dl version if it breaks | Nicolas F | 2019-10-13 | 1 | -2/+32 |
* | player: update for --video-aspect deprecation | Niklas Haas | 2019-10-04 | 1 | -2/+2 |
* | osc: add mouse mid-button as alias to shift+left button | Ricardo Constantino | 2019-09-21 | 1 | -0/+3 |
* | stats.lua: add graphs for readahead time and total byte usage | wm4 | 2019-09-19 | 1 | -6/+58 |
* | osc: add feature to bottombar to not cover the video | wm4 | 2019-09-19 | 1 | -1/+47 |
* | stats.lua: add cache info page | wm4 | 2019-09-19 | 1 | -4/+69 |
* | demux_edl, cue, mkv: clean up timeline stuff slightly | wm4 | 2019-09-19 | 1 | -2/+2 |
* | ytdl_hook: use no_clip for separate audio streams | wm4 | 2019-09-19 | 1 | -1/+1 |
* | ytdl_hook: fix pseudo-DASH if no init fragment is present | wm4 | 2019-09-19 | 1 | -5/+11 |
* | ytdl_hook: audio can use fragmented DASH too | wm4 | 2019-09-19 | 1 | -1/+1 |
* | ytdl_hook: disable EDL-generated useless chapters when merging streams | wm4 | 2019-09-19 | 1 | -1/+2 |
* | ytdl_hook: merge separate audio tracks via EDL | wm4 | 2019-09-19 | 1 | -5/+15 |
* | loadfile, ytdl_hook: don't reject EDL-resolved URLs through playlist | wm4 | 2019-09-19 | 1 | -0/+6 |
* | stats.lua: silence annoying fontconfig warnings | wm4 | 2019-09-19 | 1 | -2/+2 |
* | osc: improve look of seekranges | Jan Janssen | 2019-09-02 | 2 | -93/+261 |
* | Merge branch 'master' into pr6360 | Jan Ekström | 2019-03-11 | 2 | -10/+7 |
|\ |
|
| * | stats: merge multiple properties into one line | Julian | 2019-01-16 | 1 | -4/+4 |
| * | lua: execute idle handlers after timers have been processed | Olivier Perret | 2019-01-16 | 1 | -6/+3 |
* | | stats: remove duplicate cache sizes | sfan5 | 2018-12-06 | 1 | -7/+4 |
* | | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer... | Anton Kindestam | 2018-12-05 | 1 | -0/+62 |
|\ \
| |/
|/| |
|
| * | lua: expose mpv_abort_async_command() | wm4 | 2018-05-24 | 1 | -3/+17 |
| * | lua: reimplement mp.subprocess_detached() by invoking the "run" command | wm4 | 2018-05-24 | 1 | -0/+4 |
| * | lua: reimplement mp.subprocess() by invoking the new subprocess command | wm4 | 2018-05-24 | 1 | -0/+23 |
| * | lua: expose async commands | wm4 | 2018-05-24 | 1 | -0/+21 |
* | | stats: show file format | wm4 | 2018-10-01 | 1 | -0/+2 |
* | | ytdl_hook: fix audio not being picked up for some sites | Ricardo Constantino | 2018-09-26 | 1 | -2/+2 |
* | | ytdl_hook: always load ytdl:// links with ytdl_hook first | Ricardo Constantino | 2018-08-17 | 1 | -7/+23 |
* | | stats: remove superfluous line breaks | Julian | 2018-06-09 | 1 | -1/+1 |
* | | osc: fix accidentally skipping files when seeking with slider | fatalis | 2018-06-04 | 1 | -0/+2 |
|/ |
|
* | stats: show sample format of audio track | sfan5 | 2018-05-17 | 1 | -0/+1 |
* | ytdl_hook: try to set video track first if available | Ricardo Constantino | 2018-05-03 | 1 | -4/+4 |
* | ytdl_hook: don't log error when loading is aborted | wm4 | 2018-04-15 | 1 | -2/+6 |
* | config: replace config dir lua-settings/ with dir script-opts/ | Avi Halachmi (:avih) | 2018-04-07 | 1 | -1/+9 |
* | client API: add a first class hook API, and deprecate old API | wm4 | 2018-03-26 | 1 | -10/+7 |
* | stats: print section titles independently | Julian | 2018-03-25 | 1 | -3/+6 |
* | stats: improve video/audio detection | Julian | 2018-03-25 | 1 | -30/+29 |
* | ytdl_hook: add ytdl:// prefix again for non-youtube playlists | Ricardo Constantino | 2018-02-11 | 1 | -2/+6 |
* | ytdl_hook: add script opt for using manifest URLs | Ricardo Constantino | 2018-02-11 | 1 | -2/+3 |
* | ytdl_hook: parse youtube playlist urls to set start index | Ricardo Constantino | 2018-02-11 | 1 | -5/+53 |
* | ytdl_hook: exit early, save an indentation level | Ricardo Constantino | 2018-02-11 | 1 | -164/+165 |
* | ytdl_hook: various nit | Ricardo Constantino | 2018-02-11 | 1 | -9/+5 |
* | ytdl_hook: whitelist subtitle URLs as well | Ricardo Constantino | 2018-02-11 | 1 | -2/+4 |
* | ytdl_hook: use fallback if there's no demuxer-lavf-list prop | Ricardo Constantino | 2018-02-11 | 1 | -3/+3 |
* | ytdl_hook: pass http proxy to ffmpeg | Ricardo Constantino | 2018-01-30 | 1 | -15/+27 |
* | ytdl_hook: pre-append id-only playlist items with shortened youtube URL | Ricardo Constantino | 2018-01-29 | 1 | -1/+1 |
* | ytdl_hook: whitelist segmented DASH and HLS for the manifests code | Ricardo Constantino | 2018-01-27 | 1 | -7/+9 |
* | ytdl_hook: prefer hls/dash manifest if available | Ricardo Constantino | 2018-01-26 | 1 | -6/+10 |
* | ytdl_hook: fix safe url checking with EDL urls | Ricardo Constantino | 2018-01-26 | 1 | -11/+11 |
* | ytdl_hook: move url_is_safe earlier in code | Ricardo Constantino | 2018-01-26 | 1 | -9/+9 |
* | ytdl_hook: whitelist protocols from urls retrieved from youtube-dl | Ricardo Constantino | 2018-01-26 | 1 | -7/+47 |
* | ytdl_hook: support native dash demuxer, if present | Ricardo Constantino | 2018-01-15 | 1 | -1/+44 |
* | osc: leave only demuxer cache duration and limit its refresh rate | Ricardo Constantino | 2018-01-14 | 1 | -19/+16 |
* | ytdl_hook: look for the right ytdl binary according to system | Ricardo Constantino | 2018-01-12 | 1 | -1/+2 |
* | ytdl_hook: be more informative when youtube-dl fails | Ricardo Constantino | 2018-01-12 | 1 | -2/+8 |
* | ytdl_hook: don't try to use webpage_url if non-existent | Ricardo Constantino | 2018-01-11 | 1 | -1/+1 |
* | ytdl_hook: actually use the script option from 87d3af6 | Ricardo Constantino | 2018-01-07 | 1 | -1/+1 |
* | ytdl_hook: add script option to revert to trying youtube-dl first | Ricardo Constantino | 2018-01-07 | 1 | -2/+3 |
* | ytdl_hook: check for possible infinite loop in playlist generation | Ricardo Constantino | 2018-01-06 | 1 | -7/+8 |
* | ytdl_hook: add additional check for comedycentral urls | Ricardo Constantino | 2018-01-06 | 1 | -1/+2 |
* | ytdl_hook: update obsolete warning about retrying URL if failed | Ricardo Constantino | 2018-01-04 | 1 | -1/+1 |
* | osc: add seekbarkeyframes as a user option | dudemanguy | 2018-01-03 | 1 | -2/+3 |
* | player: add on_load_fail hook | Ricardo Constantino | 2018-01-02 | 1 | -1/+1 |
* | osc: check if demuxer cache has not reached eof | Ricardo Constantino | 2018-01-02 | 1 | -3/+3 |
* | ytdl_hook: fix single-entry playlists | Ricardo Constantino | 2018-01-02 | 1 | -9/+8 |
* | osc: hide cache if not forced for local files | Ricardo Constantino | 2017-12-26 | 1 | -13/+7 |
* | stats: enhance cache stats | Julian | 2017-12-26 | 1 | -19/+35 |
* | lua: implement mp_utils.format_bytes_humanized | Julian | 2017-12-26 | 1 | -0/+10 |
* | osc: make seek ranges rendering optional | pavelxdd | 2017-12-26 | 1 | -0/+4 |
* | ytdl_hook: use table concat for playlist building | Ricardo Constantino | 2017-12-24 | 1 | -5/+4 |
* | ytdl_hook: don't preappend ytdl:// to non-youtube links in playlists | Ricardo Constantino | 2017-12-24 | 1 | -1/+5 |
* | osc: show demuxer cache buffered amount in bytes | wm4 | 2017-12-23 | 1 | -2/+6 |
* | lua: implement mp.msg.trace | Niklas Haas | 2017-12-15 | 1 | -0/+1 |
* | msg: reinterpret a bunch of message levels | Niklas Haas | 2017-12-15 | 1 | -7/+7 |
* | Revert "ytdl: handle HLS with FFmpeg" | Kevin Mitchell | 2017-12-07 | 1 | -4/+1 |
* | ytdl: handle HLS with FFmpeg | wm4 | 2017-12-06 | 1 | -1/+4 |
* | osc: make cycling visibility an input.conf key binding | wm4 | 2017-11-03 | 1 | -1/+1 |
* | osc: render seek ranges a bit less ugly | ChrisK2 | 2017-11-02 | 1 | -1/+1 |
* | osc: render seek ranges | wm4 | 2017-11-02 | 1 | -0/+26 |
* | stats: add file size | Julian | 2017-10-13 | 1 | -1/+2 |
* | stats: change the way toggling/oneshot works internally | Julian | 2017-10-09 | 1 | -106/+109 |
* | stats: stop coloring timing values | Julian | 2017-10-09 | 1 | -26/+8 |
* | stats: add current and total chapter number | Julian | 2017-10-09 | 1 | -1/+8 |
* | stats: add audio and video filters | Jan Janssen | 2017-10-09 | 1 | -0/+55 |
* | stats: reorganize the framedrop counters | Niklas Haas | 2017-10-09 | 1 | -4/+5 |
* | stats: revert DR indicator as it's unnecessary | Julian | 2017-10-09 | 1 | -2/+1 |
* | stats: reduce default font size to 8 | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: visually indicate direct rendering | Julian | 2017-10-09 | 1 | -1/+2 |
* | stats: change font weight of % sign as well | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: fix indentation/newline of frame timing page | Julian | 2017-10-09 | 1 | -11/+11 |
* | stats: show % of a pass on frame timing page | Julian | 2017-10-09 | 1 | -9/+23 |
* | stats: always print perfdata total | Julian | 2017-10-09 | 1 | -7/+4 |
* | stats: make add_header() append at current position | Julian | 2017-10-09 | 1 | -7/+7 |
* | stats: print perfdata total by default | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: mark dummy as such | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: correctly re-eval ASS tag usage | Julian | 2017-10-09 | 1 | -11/+17 |
* | stats: make page keybinding repeatable | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: remove table in table | Julian | 2017-10-09 | 1 | -14/+6 |
* | stats: resilience against accidential timer removal | Julian | 2017-10-09 | 1 | -9/+12 |
* | stats: allow keybindings for specific page | Julian | 2017-10-09 | 1 | -12/+21 |
* | stats: support for multiple "pages" of stats | Julian | 2017-10-09 | 1 | -26/+124 |
* | stats: remove check for lua timer function | Julian | 2017-10-09 | 1 | -8/+0 |
* | stats: rescale graphs to make the average align with the center, if possible | Niklas Haas | 2017-10-09 | 1 | -4/+11 |
* | stats: add support for `vo-passes`, which replaces `vo-performance` | Niklas Haas | 2017-10-09 | 1 | -68/+60 |
* | stats: update HDR peak for upstream changes | Niklas Haas | 2017-10-09 | 1 | -2/+2 |
* | stats: add support for deprecated properties | Julian | 2017-10-09 | 1 | -11/+21 |
* | stats: comment to remind me about deprecated properties | Julian | 2017-10-09 | 1 | -0/+1 |
* | stats: add new versions of decoder and VO dropped frame counts | Ricardo Constantino | 2017-10-09 | 1 | -1/+5 |
* | stats: put vsync ratio and jitter on the same line | Julian | 2017-10-09 | 1 | -15/+10 |
* | stats: declare function as local | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: use container-fps together with fps (as fallback) | Julian | 2017-10-09 | 1 | -1/+3 |
* | stats: rename option timing_total to print_perfdata_total | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: add vsync-ratio and vsync-jitter | Julian | 2017-10-09 | 1 | -69/+138 |
* | stats: add some documentation for generate_graph() | Julian | 2017-10-09 | 1 | -1/+10 |
* | stats: access less variables outside function's state | Julian | 2017-10-09 | 1 | -12/+10 |
* | stats: add new container-fps that deprecates fps | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -1/+2 |
* | stats: remove hwdec-active property | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -7/+2 |
* | stats: fix bug introduced in earlier commit | Julian | 2017-10-09 | 1 | -5/+4 |
* | stats: fix comment typo | Julian | 2017-10-09 | 1 | -7/+7 |
* | stats: disable coloring peak performance data | Julian | 2017-10-09 | 1 | -1/+2 |
* | stats: change coloring of performance data | Julian | 2017-10-09 | 1 | -7/+8 |
* | stats: save ASS sequences locally | Julian | 2017-10-09 | 1 | -3/+10 |
* | stats: only print graphs when ASS tags are good | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: clearify a few descriptions/labels | Julian | 2017-10-09 | 1 | -3/+3 |
* | stats: don't show video/audio-speed-correction when 0 | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: add HDR signal peak information | Niklas Haas | 2017-10-09 | 1 | -5/+15 |
* | stats: add sum of timing values | Julian | 2017-10-09 | 1 | -7/+13 |
* | stats: put colormatrix, primaries and gamma together | Julian | 2017-10-09 | 1 | -3/+4 |
* | stats: change highlighting of performance data | Julian | 2017-10-09 | 1 | -4/+11 |
* | stats: declare functions as local | Julian | 2017-10-09 | 1 | -197/+200 |
* | stats: align graphs | Julian | 2017-10-09 | 1 | -44/+63 |
* | stats: change the way the output is built | Julian | 2017-10-09 | 1 | -85/+65 |
* | stats: rewrite parts of performance data | Julian | 2017-10-09 | 1 | -64/+110 |
* | stats: add performance data | Julian | 2017-10-09 | 1 | -9/+103 |
* | stats: update stats when file changes | Julian | 2017-10-09 | 1 | -1/+7 |
* | stats: small spelling correction | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: use redraw_delay for timer period | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: always print title if different from filename | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -1/+3 |
* | stats: make a warning more visible | Julian | 2017-10-09 | 1 | -1/+3 |
* | stats: rename some functions | Julian | 2017-10-09 | 1 | -6/+6 |
* | stats: add toggling of stats | Julian | 2017-10-09 | 1 | -4/+29 |
* | stats: add hwdec-current | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -1/+6 |
* | stats: add cache-speed | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -2/+3 |
* | stats: decrease default font size | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: add video-params/gamma property | Niklas Haas | 2017-10-09 | 1 | -0/+1 |
* | stats: update frame drop diagnostics | Kevin Mitchell | 2017-10-09 | 1 | -1/+2 |
* | stats: add display fps | Kevin Mitchell | 2017-10-09 | 1 | -0/+7 |
* | stats: rename some variables for consistency | Julian | 2017-10-09 | 1 | -9/+9 |
* | stats: add support for video-sync=display | Niklas Haas | 2017-10-09 | 1 | -0/+5 |
* | stats: fix line wrapping | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: remove dead link from comment | Julian | 2017-10-09 | 1 | -1/+0 |
* | stats: print bold text in terminals | Rostislav Pehlivanov | 2017-10-09 | 1 | -4/+16 |
* | stats: minor simplification | Julian | 2017-10-09 | 1 | -4/+8 |
* | stats: remove countless hardcoded strings | Julian | 2017-10-09 | 1 | -30/+33 |
* | stats: document append_property return value | Julian | 2017-10-09 | 1 | -2/+3 |
* | stats: fix oversight | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: unify redundant functions | Julian | 2017-10-09 | 1 | -53/+58 |
* | stats: proper usage of imported module | Julian | 2017-10-09 | 1 | -13/+13 |
* | stats: add debug option | Julian | 2017-10-09 | 1 | -0/+7 |
* | stats: reflect latest changes to mpv | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: don't add superfluous EOL characters | Julian | 2017-10-09 | 1 | -9/+12 |
* | stats: make non-ASS styling configurable | Julian | 2017-10-09 | 1 | -44/+56 |
* | stats: make the OSD usable in audio-only mode | Rostislav Pehlivanov | 2017-10-09 | 1 | -4/+32 |
* | stats: avoid clashing with similar named scripts | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: initial commit | Julian | 2017-10-09 | 1 | -0/+189 |
* | osc: fix rare stack overflow when changing visibility mode | Avi Halachmi (:avih) | 2017-09-23 | 1 | -1/+6 |
* | ytdl_hook: resolve relative paths when joining segment urls | Ricardo Constantino | 2017-09-03 | 1 | -1/+21 |
* | input: merge mouse wheel and axis keycodes | James Ross-Gowan | 2017-09-03 | 1 | -2/+0 |
* | input: use mnemonic names for mouse buttons | James Ross-Gowan | 2017-09-03 | 1 | -48/+48 |
* | ytdl_hook: support fragments with relative paths | Ricardo Constantino | 2017-08-06 | 1 | -5/+16 |
* | ytdl_hook: add a header to support geo-bypass | Jagannathan Tiruvallur Eachambadi | 2017-07-16 | 1 | -1/+1 |
* | ytdl_hook: actually load the script-opts | Ricardo Constantino | 2017-07-11 | 1 | -5/+7 |
* | ytdl_hook: add option to exclude URLs from being parsed | Ricardo Constantino | 2017-07-11 | 1 | -4/+30 |
* | ytdl_hook: add times for ytdl and hook running on debug-level | Ricardo Constantino | 2017-07-11 | 1 | -0/+3 |
* | ytdl_hook: add pre-parsed chapters, if available | Ricardo Constantino | 2017-07-02 | 1 | -3/+13 |
* | ytdl_hook: don't override start time set by saved state | Martin D | 2017-06-09 | 1 | -1/+7 |
* | ytdl_hook: don't override user-set start time | Ricardo Constantino | 2017-06-08 | 1 | -1/+2 |
* | OSD message: "Drop files or URLs to play here." | nodiscc | 2017-05-31 | 1 | -1/+1 |
* | ytdl_hook: rework edl joining to use lua tables | Ricardo Constantino | 2017-05-04 | 1 | -5/+7 |
* | osc: also add processing for axis_up/down events | Ricardo Constantino | 2017-04-25 | 1 | -4/+6 |
* | ytdl_hook: treat single-entry playlists as a single video | Ricardo Constantino | 2017-04-23 | 1 | -1/+9 |
* | ytdl_hook: move single video code to a separate function | Ricardo Constantino | 2017-04-23 | 1 | -94/+98 |
* | osc: add user_opts.boxmaxchars for box layout title limit | Avi Halachmi (:avih) | 2017-04-19 | 1 | -3/+6 |
* | osc: add volume icons to osd font and use them | Ricardo Constantino | 2017-04-19 | 1 | -3/+4 |
* | osc: move volume left of fullscreen button | Ricardo Constantino | 2017-04-19 | 1 | -16/+17 |
* | osc: bottom/topbar: add fullscreen button | Ricardo Constantino | 2017-04-19 | 1 | -4/+13 |
* | osc: add volume button | Ricardo Constantino | 2017-04-19 | 1 | -3/+41 |
* | osc: support handling mouse wheel events | Ricardo Constantino | 2017-04-19 | 1 | -4/+8 |
* | osc: simplify checks in key handler | Ricardo Constantino | 2017-04-19 | 1 | -30/+25 |
* | osc: fix last potential race condition on key events | Ricardo Constantino | 2017-04-19 | 1 | -1/+2 |
* | osc: use "loop-playlist" instead of "loop" property | wm4 | 2017-04-11 | 1 | -1/+1 |
* | osc: escape ASS and strip newlines on title | Ricardo Constantino | 2017-03-27 | 1 | -0/+2 |
* | osc: make title configurable and use property expansion on it | Ricardo Constantino | 2017-03-27 | 1 | -6/+4 |
* | Revert "osc: make the title toggleable between media-title and filename" | Ricardo Constantino | 2017-03-27 | 1 | -11/+10 |
* | osc: make the title toggleable between media-title and filename | Ricardo Constantino | 2017-03-26 | 1 | -10/+11 |
* | osc: fix PlayResX undefined warning when aspect is 0 | Ricardo Constantino | 2017-03-24 | 1 | -3/+6 |
* | osc: bottom/topbar: don't clip title vertically | Ricardo Constantino | 2017-03-24 | 1 | -2/+2 |
* | osc: bottom/topbar: increase timecodes width a bit | Ricardo Constantino | 2017-03-24 | 1 | -4/+4 |
* | osc: refactor cache status display | Ricardo Constantino | 2017-03-24 | 1 | -11/+18 |
* | osc: refactor osc message scaling | Ricardo Constantino | 2017-03-24 | 1 | -35/+20 |
* | osc: fix window dragging with showwindowed=no | Akemi | 2017-02-27 | 1 | -0/+2 |
* | ytdl_hook: support livestream segmented DASH VODs | Ricardo Constantino | 2017-02-10 | 1 | -4/+6 |
* | ytdl_hook: reenable support for length-less segments in EDL | Ricardo Constantino | 2017-02-06 | 1 | -12/+28 |
* | ytdl_hook: fix EDL syntax | wm4 | 2017-02-05 | 1 | -1/+1 |
* | ytdl_hook: Add non-dash fallbacks to default formats | Ricardo Constantino | 2017-02-04 | 1 | -3/+3 |
* | ytdl_hook, edl: implement pseudo-DASH support | wm4 | 2017-02-04 | 1 | -3/+9 |
* | ytdl: support segmented dash | Ricardo Constantino | 2017-02-04 | 1 | -12/+16 |
* | osc: allow playlist buttons when looping | Ricardo Constantino | 2017-02-01 | 1 | -2/+3 |
* | osc: box: clip with ellipsis after too much stretching | Ricardo Constantino | 2017-01-31 | 1 | -2/+9 |
* | osc: bottom/topbar: clip title instead of stretching | Ricardo Constantino | 2017-01-31 | 1 | -4/+6 |
* | ytdl_hook: refactor edl track joining | Ricardo Constantino | 2017-01-30 | 1 | -20/+28 |
* | ytdl_hook: respect --no-audio, don't force-select track | Ricardo Constantino | 2017-01-30 | 1 | -1/+1 |
* | ytdl_hook: fix opening hitbox.tv rtmp stream | Ricardo Constantino | 2017-01-29 | 1 | -0/+2 |
* | stream_lavf: add support for data URIs | Ricardo Constantino | 2017-01-25 | 1 | -1/+1 |
* | osc: fix crashes related to field eventresponder being nil | Roland Hieber | 2017-01-25 | 1 | -0/+1 |
* | lua: allow unregistration of idle handlers | Olivier Perret | 2017-01-15 | 1 | -0/+10 |
* | osc: bottombar/topbar: make chapter markers slightly bigger | Ricardo Constantino | 2016-12-25 | 1 | -17/+18 |
* | osc: replace length property with duration | pavelxdd | 2016-12-04 | 1 | -1/+1 |
* | osc: don't hide playlist buttons, just disable | Ricardo Constantino | 2016-12-02 | 1 | -5/+6 |
* | osc: topbar: use same styles as bottombar | Ricardo Constantino | 2016-12-02 | 1 | -13/+13 |
* | osc: fix use of deprecated idle property | Ricardo Constantino | 2016-11-22 | 1 | -1/+1 |
* | client API: turn mpv_suspend() and mpv_resume() into stubs | wm4 | 2016-11-22 | 1 | -6/+6 |
* | osc: fix possible race condition in right timecode | Ricardo Constantino | 2016-11-21 | 1 | -2/+1 |
* | ytdl_hook: sort chapters by time | Ricardo Constantino | 2016-11-15 | 1 | -1/+1 |
* | osc: add seekbarstyle=knob | Ricardo Constantino | 2016-11-09 | 1 | -4/+16 |
* | osc: fix crashes when dragging seekbar across file changes | Ricardo Constantino | 2016-11-08 | 1 | -2/+3 |
* | osc: slimbox: fix clipping with seekbarstyle=bar | Ricardo Constantino | 2016-11-07 | 1 | -1/+3 |
* | osc: add alpha animation to tooltip | Ricardo Constantino | 2016-10-31 | 1 | -1/+14 |
* | osc: top/bottombar: rescale layout to same size with scale=1 | Ricardo Constantino | 2016-10-29 | 1 | -49/+53 |
* | osc: top/bottombar: scale title if too large like box | Ricardo Constantino | 2016-10-29 | 1 | -14/+24 |
* | osc: compromise on default deadzonesize | Ricardo Constantino | 2016-10-29 | 1 | -2/+2 |
* | osc: don't wrap the title | Ricardo Constantino | 2016-10-29 | 1 | -1/+1 |
* | osc: top/bottombar: also scale when min-width is reached | Ricardo Constantino | 2016-10-29 | 1 | -12/+34 |
* | osc: top/bottombar: dynamically size timecodes according to timems | Ricardo Constantino | 2016-10-29 | 1 | -9/+14 |
* | osc: fix missing chapter ticks with seekbarstyle=bar | Ricardo Constantino | 2016-10-29 | 1 | -0/+1 |
* | osc: fix crash with no chapters | Ricardo Constantino | 2016-10-25 | 1 | -4/+4 |
* | osc: Fix and simplify limited_list | Miroslav Koskar | 2016-10-25 | 1 | -28/+25 |
* | osc: add script message handlers for chapter/track/playlists | Ricardo Constantino | 2016-10-24 | 1 | -0/+13 |
* | osc: fix crash after reaching a certain position in limited lists | Ricardo Constantino | 2016-10-20 | 1 | -1/+1 |
* | osc: use the same characters as track list for playlist/chapter | Ricardo Constantino | 2016-10-17 | 1 | -10/+4 |
* | osc: fix chapter/playlist listing if empty | Ricardo Constantino | 2016-10-15 | 1 | -1/+1 |
* | osc: show playlist/chapter list on prev/next instead of osd | Ricardo Constantino | 2016-10-15 | 1 | -4/+16 |
* | osc: fix listing of chapters and playlist | Ricardo Constantino | 2016-10-15 | 1 | -10/+87 |
* | osc: fix display of chapters and playlist scaling | Ricardo Constantino | 2016-10-15 | 1 | -2/+11 |
* | osc: add user-alterable margin for top/bottombar | Ricardo Constantino | 2016-10-15 | 1 | -5/+6 |
* | osc: add right-click behavior to playlist and chapter buttons | Ricardo Constantino | 2016-10-15 | 1 | -0/+8 |
* | osc: change default layout to bottombar | Ricardo Constantino | 2016-10-15 | 1 | -6/+6 |
* | ytdl_hook: Add title to playlist items if available | Ricardo Constantino | 2016-10-15 | 1 | -0/+6 |
* | osc: move tooltip to inside seekbar for top/bottombar | Ricardo Constantino | 2016-10-07 | 1 | -25/+28 |
* | osc: change seekbar background's alpha scaling | Ricardo Constantino | 2016-10-07 | 1 | -2/+4 |
* | osc: align text vertically in top/bottombar | Ricardo Constantino | 2016-10-07 | 1 | -32/+39 |
* | ytdl_hook: add chapters by parsing video's description | Maurycy Skier | 2016-10-06 | 1 | -0/+46 |
* | ytdl_hook: Set aspect ratio for anamorphic video | Ricardo Constantino | 2016-09-28 | 1 | -0/+6 |
* | osc: Fix scaling issues when toggling fullscreen | Ricardo Constantino | 2016-09-25 | 1 | -0/+1 |
* | ytdl_hook: temporarily force disable dash segments formats | Ricardo Constantino | 2016-09-22 | 1 | -4/+5 |
* | lua: add API for registering idle handlers | wm4 | 2016-09-21 | 1 | -0/+10 |
* | lua: run timers only after draining the event queue | wm4 | 2016-09-21 | 1 | -12/+11 |
* | ytdl_hook: don't bother adding subtitles if duration isn't known | Ricardo Constantino | 2016-09-13 | 1 | -5/+3 |
* | ytdl_hook: Support playlist entries without subtitles | Ricardo Constantino | 2016-09-13 | 1 | -3/+17 |
* | player: fix minor spelling mistake in osc.lua | James Cowgill | 2016-08-27 | 1 | -1/+1 |
* | ytdl: Error out with http_dash_segments | Ricardo Constantino | 2016-07-30 | 1 | -0/+4 |
* | Use - as command-name separator everywhere | Timotej Lazar | 2016-07-14 | 2 | -7/+7 |
* | ytdl: fix brightcove urls | Ricardo Constantino | 2016-05-30 | 1 | -3/+5 |
* | ytdl_hook: support multi-arc subtitles | Ricardo Constantino | 2016-05-23 | 1 | -1/+20 |
* | lua: add timer:is_enabled() function | Julian | 2016-05-14 | 1 | -0/+4 |
* | ytdl_hook: Just check if protocol is rtmp | Ricardo Constantino | 2016-05-14 | 1 | -1/+1 |
* | lua: don't require key for mp.add_key_binding() | wm4 | 2016-03-26 | 1 | -3/+4 |
* | lua: don't suspend core by default during script execution | wm4 | 2016-03-18 | 1 | -1/+1 |
* | ytdl_hook: handle optional format_note | ▟ ▖▟ ▖ | 2016-03-10 | 1 | -1/+1 |
* | osc: fix mouse areas | wm4 | 2016-03-08 | 1 | -1/+1 |
* | osd, lua: remove weird OSD scaling | wm4 | 2016-03-07 | 1 | -9/+30 |
* | osc: add always-on mode and unify visibility mode (always/never/auto) | Avi Halachmi (:avih) | 2016-02-27 | 1 | -6/+61 |
* | osc: fix runtime enable_osc(true/false) | Avi Halachmi (:avih) | 2016-02-27 | 1 | -4/+11 |
* | ytdl: Include Referer header as well | Yen Chi Hsuan | 2016-01-10 | 1 | -3/+6 |
* | ytdl: disable --all-subs if "sub-lang" is in raw-options | Ricardo Constantino | 2015-10-24 | 1 | -1/+9 |
* | ytdl: Set a proper label for external audio tracks | ChrisK2 | 2015-10-11 | 1 | -3/+3 |
* | ytdl: Remove DASH hacks, use DASH by default | ChrisK2 | 2015-10-11 | 1 | -10/+12 |
* | ytdl: Remove version check and minor cleanup | ChrisK2 | 2015-10-06 | 1 | -55/+22 |
* | ytdl: Don't override user-set format in no-video mode | ChrisK2 | 2015-09-30 | 1 | -11/+23 |
* | osc: reinit on playlist changes | Kevin Mitchell | 2015-08-29 | 1 | -0/+1 |
* | osc: exit tick immediately if disabled. | torque | 2015-08-28 | 1 | -0/+2 |
* | ytdl: catch bogous extractor info | ChrisK2 | 2015-08-27 | 1 | -12/+12 |
* | osc: avoid annoying verbose mode log spam | wm4 | 2015-08-10 | 1 | -6/+22 |
* | lua: implement input_enable_section/input_disable_section via commands | wm4 | 2015-08-06 | 2 | -2/+13 |
* | lua: make mp.input_define_section use the define-section command | wm4 | 2015-08-06 | 1 | -0/+7 |
* | osc: completely disable if no VO window exists | wm4 | 2015-08-04 | 1 | -1/+7 |
* | player: remove higher-level remains of DVD/BD menu support | wm4 | 2015-08-03 | 1 | -9/+0 |
* | ytdl: get start_time | Ricardo Constantino | 2015-07-29 | 1 | -0/+6 |
* | ytdl: print command in debug mode | Ricardo Constantino | 2015-07-29 | 1 | -0/+1 |
* | ytdl: don't print failure warning when youtube-dl was killed by us | wm4 | 2015-06-27 | 1 | -3/+5 |
* | osc: time display configuration options | Teoh Han Hui | 2015-06-19 | 1 | -2/+4 |
* | ytdl_hook: Support 'multi_video' results | Jaime Marquínez Ferrándiz | 2015-06-07 | 1 | -1/+1 |
* | lua: fix options submodule | wm4 | 2015-05-29 | 2 | -2/+7 |
* | input: allow - as separator between commands, instead of _ | wm4 | 2015-05-25 | 1 | -5/+5 |
* | ytdl: do not use deprecated option | wm4 | 2015-05-23 | 1 | -1/+1 |
* | options: rename --media-title option | wm4 | 2015-05-22 | 1 | -1/+1 |
* | command: deprecate the "length" property | wm4 | 2015-05-22 | 1 | -5/+5 |
* | ytdl_hook: remove tabs | wm4 | 2015-05-09 | 1 | -5/+5 |
* | ytdl_hook: Escape EDL URLs | ChrisK2 | 2015-05-07 | 1 | -1/+3 |
* | osc: redo slider position translation | ChrisK2 | 2015-04-28 | 1 | -33/+55 |
* | ytdl_hook.lua: Change format options when vid is "off" | robin | 2015-04-27 | 1 | -6/+7 |
* | osc: add nil check for element.eventresponder | wm4 | 2015-04-23 | 1 | -1/+1 |
* | osc: paint over a crash | wm4 | 2015-04-22 | 1 | -4/+6 |
* | ytdl: set additional properties for rtmp streams | Sebastian Mayr | 2015-04-09 | 1 | -3/+21 |
* | ytdl_hook.lua: Disable video when vid option is "no" | robin | 2015-04-09 | 1 | -0/+7 |
* | lua: replace getcwd() implementation | wm4 | 2015-03-24 | 1 | -0/+4 |
* | Lua: add unpack shim for Lua 5.2/5.3 compatibility. | torque | 2015-03-06 | 1 | -0/+2 |
* | ytdl: add "--ytdl-params" option | Thiago Kenji Okada | 2015-02-25 | 1 | -0/+7 |
* | ytdl: add --no-warnings | wm4 | 2015-02-24 | 1 | -1/+1 |
* | ytdl: Adapt to new subtitles structure | Jaime Marquínez Ferrándiz | 2015-02-24 | 1 | -9/+11 |
* | lua: do not use math.pow() | wm4 | 2015-01-25 | 1 | -1/+1 |
* | ytdl: implement user-agent and cookie overrides | wm4 | 2015-01-24 | 1 | -5/+34 |
* | ytdl_hook: Check for empty playlists | ChrisK2 | 2015-01-16 | 1 | -1/+7 |
* | OSC: Reset all styles for idle message | ChrisK2 | 2015-01-16 | 1 | -6/+6 |
* | osc: fix disabling OSC | wm4 | 2015-01-15 | 1 | -1/+5 |
* | ytdl: silence "succeeded" message | wm4 | 2015-01-03 | 1 | -1/+1 |
* | OSC: idlemessage: fix alignment | ChrisK2 | 2015-01-02 | 1 | -3/+3 |
* | OSC: add osc-message script command (wip) | ChrisK2 | 2015-01-02 | 1 | -0/+5 |
* | OSC: display "drop files here" message when idle + forced-window | ChrisK2 | 2015-01-02 | 1 | -2/+52 |
* | options: deprecate 'lua' based options/dirs for 'script' | Avi Halachmi (:avih) | 2014-12-15 | 2 | -4/+4 |
* | lua: don't ignore key press events for script key bindings | wm4 | 2014-12-10 | 1 | -2/+2 |
* | osc: improve slimbox layout and minor code cleanups | ChrisK2 | 2014-12-05 | 1 | -82/+92 |
* | assdraw: Properly approximate circle for rounded box | ChrisK2 | 2014-12-05 | 1 | -4/+5 |
* | osc, dvd, bd: fix mouse state when changing menu modes | wm4 | 2014-12-05 | 1 | -3/+7 |
* | dvd, bd, osc: disable OSC while a menu is active | wm4 | 2014-12-04 | 1 | -0/+9 |
* | lua: fully cleanup removed key bindings | wm4 | 2014-12-03 | 1 | -0/+1 |
* | osc: always force mouse_move binding | wm4 | 2014-12-02 | 1 | -1/+1 |
* | lua: add a function that formats Lua values as strings | wm4 | 2014-11-29 | 1 | -16/+21 |
* | ytdl: bump requrired youtube-dl version to 2014.11.26 | ChrisK2 | 2014-11-26 | 1 | -1/+1 |
* | ytdl: Try to handle multi-arc videos | ChrisK2 | 2014-11-26 | 1 | -14/+37 |
* | ytdl: When using DASH, print actual duration | ChrisK2 | 2014-11-26 | 1 | -1/+5 |
* | lua: remove redundant call | wm4 | 2014-11-24 | 1 | -1/+0 |
* | lua: always handle key repeat on the script side | wm4 | 2014-11-24 | 1 | -4/+5 |
* | lua, ipc: remove leftovers | wm4 | 2014-11-24 | 1 | -1/+0 |
* | input, lua: redo input handling | wm4 | 2014-11-23 | 1 | -34/+98 |
* | input: set mouse area by default for all input | wm4 | 2014-11-23 | 1 | -1/+1 |
* | lua: add a way to add repeatable key bindings | wm4 | 2014-11-21 | 1 | -3/+5 |
* | options: add --ytdl-format option for youtube-dl format | Jaime Marquínez Ferrándiz | 2014-11-20 | 1 | -3/+12 |
* | lua: add youtube-dl hook script | ChrisK2 | 2014-11-19 | 1 | -0/+163 |
* | man: document osc seekbarstyle option | ahoka | 2014-11-15 | 1 | -1/+1 |
* | osc: add validation for string user options | ahoka | 2014-11-15 | 1 | -0/+16 |
* | osc: add seekbarstyle option | ahoka | 2014-11-15 | 1 | -0/+5 |
* | osc: make text squuezing layout dependent | ChrisK2 | 2014-10-24 | 1 | -31/+48 |
* | osc: make tooltip_an default property | ChrisK2 | 2014-10-24 | 1 | -2/+3 |
* | osc.lua: add “bottombar” and “topbar” layouts | Martin Herkt | 2014-10-23 | 1 | -5/+281 |
* | lua: add convenience function for hooks | wm4 | 2014-10-21 | 1 | -0/+21 |
* | osc: update cache display | ChrisK2 | 2014-09-25 | 1 | -3/+14 |
* | options.lua: call msg.debug after resolving 'identifier' | Otto Modinos | 2014-09-16 | 1 | -2/+1 |
* | osc: Use osd-font for playlist buttons | ChrisK2 | 2014-08-22 | 1 | -2/+3 |
* | osc: revert disabling use_suspend | wm4 | 2014-08-21 | 1 | -2/+0 |
* | osd+osc: Add left-arrow to osd-font | ChrisK2 | 2014-08-21 | 1 | -2/+4 |
* | osc: Overhaul (wip) | ChrisK2 | 2014-08-15 | 1 | -502/+848 |
* | lua: allow disabling suspend | wm4 | 2014-08-14 | 1 | -2/+8 |
* | osc: Do precise seeks on simple clicks on seekbar | ChrisK2 | 2014-07-29 | 1 | -11/+19 |
* | osc: improve previous commit | ChrisK2 | 2014-07-10 | 1 | -6/+3 |
* | osc: round displayed cache value | ChrisK2 | 2014-07-10 | 1 | -3/+3 |
* | osc: fix failure when using DVD menus | wm4 | 2014-07-07 | 1 | -1/+1 |
* | player: make the time display relative to start PTS | Tsukasa OMOTO | 2014-06-29 | 1 | -2/+2 |
* | client API: change mpv_wait_event() timeout semantics | wm4 | 2014-06-07 | 1 | -1/+1 |
* | osc: keep track of the "fullscreen" state when it changes | Marcoen Hirschberg | 2014-06-02 | 1 | -3/+6 |
* | osc: correct calculation of slider position | ChrisK2 | 2014-05-28 | 1 | -1/+1 |
* | osc: extend hitbox of seekbars to include gap | ChrisK2 | 2014-05-27 | 1 | -1/+1 |
* | osc: fix chapter list display | ChrisK2 | 2014-05-24 | 1 | -2/+2 |
* | lua/osc: forgot some changed files in previous commit | ChrisK2 | 2014-05-23 | 2 | -97/+17 |
* | lua/osc: small overhaul | ChrisK2 | 2014-05-23 | 1 | -0/+105 |
* | lua: make it easier to integrate with foreign event loops | wm4 | 2014-04-12 | 1 | -6/+26 |
* | lua: add helper function for printing a table | wm4 | 2014-04-11 | 1 | -0/+49 |
* | lua: add a minor helper function | wm4 | 2014-04-10 | 1 | -0/+13 |
* | osc: fix playlist display | ChrisK2 | 2014-04-09 | 1 | -2/+2 |
* | lua: add API for observing property changes | wm4 | 2014-04-08 | 1 | -0/+26 |
* | lua: give more control over timers | wm4 | 2014-04-02 | 1 | -9/+30 |
* | lua: add mp.unregister_event() function | wm4 | 2014-04-01 | 1 | -0/+26 |