| Commit message (Expand) | Author | Age | Files | Lines |
* | command, demux: make drop-buffers reset state even harder | wm4 | 2020-09-17 | 1 | -2/+1 |
* | command: add property track-list/N/main-selection | wnoun | 2020-09-12 | 1 | -0/+11 |
* | player: fix inconsistent AO pause state in certain situations | wm4 | 2020-09-12 | 1 | -7/+2 |
* | command: add read-only focused property | Guido Cella | 2020-09-08 | 1 | -0/+17 |
* | command: extend subprocess command stdin, change behavior | wm4 | 2020-08-16 | 1 | -1/+26 |
* | command: export alpha type in format properties | wm4 | 2020-08-15 | 1 | -0/+11 |
* | command: fix current-tracks property notification | wm4 | 2020-08-13 | 1 | -0/+1 |
* | sd_ass: force full reinit if certain options change at runtime | wm4 | 2020-08-12 | 1 | -1/+3 |
* | command: add a way to access properties of a current track | wm4 | 2020-08-12 | 1 | -1/+49 |
* | options: add some way to more or less "unapply" profiles | wm4 | 2020-08-07 | 1 | -3/+11 |
* | command: add another variant of revert-seek | wm4 | 2020-07-20 | 1 | -4/+10 |
* | command: extend subprocess command | wm4 | 2020-07-20 | 1 | -36/+82 |
* | command: fix dump-cache parameter parsing | wm4 | 2020-05-23 | 1 | -2/+4 |
* | command: save state on stop when user requested save-position-on-quit | Mikhail Rudenko | 2020-05-20 | 1 | -0/+7 |
* | video: clean up some imgfmt related stuff | wm4 | 2020-05-18 | 1 | -2/+0 |
* | command: add input-key-list property | wm4 | 2020-05-14 | 1 | -0/+15 |
* | command: add property to return text subtitles in ASS | wm4 | 2020-05-14 | 1 | -6/+18 |
* | video: make OSD/subtitle bitmaps refcounted (sort of) | wm4 | 2020-04-26 | 1 | -0/+3 |
* | player: remove duplicated track option setter code | wm4 | 2020-04-15 | 1 | -10/+4 |
* | player: slightly improve use of secondary track selection limits | wm4 | 2020-04-15 | 1 | -3/+3 |
* | command: print edition title to OSD when cycling | LaserEyess | 2020-04-13 | 1 | -5/+26 |
* | ipc: add --input-ipc-client option | wm4 | 2020-04-09 | 1 | -1/+1 |
* | stats: some more performance graphs | wm4 | 2020-04-09 | 1 | -0/+19 |
* | command: make input speed available as part of cache statge property | wm4 | 2020-04-03 | 1 | -0/+2 |
* | input: remove deprecated --input-file option | wm4 | 2020-03-28 | 1 | -1/+1 |
* | scripting: remove race condition when toggling internal scripts | wm4 | 2020-03-26 | 1 | -1/+7 |
* | command: use client IDs for hooks | wm4 | 2020-03-26 | 1 | -7/+10 |
* | command: make revert seek command use time from end of seek | wm4 | 2020-03-26 | 1 | -0/+3 |
* | command: fix accidental stack dumping | wm4 | 2020-03-21 | 1 | -1/+1 |
* | client API: add a playlist entry unique ID | wm4 | 2020-03-21 | 1 | -0/+14 |
* | player: add a number of new playlist contol commands/properties | wm4 | 2020-03-21 | 1 | -3/+69 |
* | player: playlist-pos now use -1 for "no entry selected" | wm4 | 2020-03-21 | 1 | -10/+6 |
* | player: fix subtle idle mode differences on early program start | wm4 | 2020-03-21 | 1 | -8/+1 |
* | build: make libass non-optional | wm4 | 2020-03-18 | 1 | -8/+1 |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 1 | -170/+185 |
* | options: introduce bool option type, use it for --fullscreen | wm4 | 2020-03-14 | 1 | -1/+1 |
* | command: disable edition switching if there are no editions | wm4 | 2020-03-14 | 1 | -0/+2 |
* | options: change how option range min/max is handled | wm4 | 2020-03-13 | 1 | -17/+8 |
* | options: split m_config.c/h | wm4 | 2020-03-13 | 1 | -1/+1 |
* | command: add libass-version property | wm4 | 2020-03-08 | 1 | -0/+15 |
* | command: remove legacy hook API | wm4 | 2020-03-06 | 1 | -61/+8 |
* | command: extend osd-overlay command with bounds reporting | wm4 | 2020-03-06 | 1 | -0/+17 |
* | options: make decoder options local to decoder wrapper | wm4 | 2020-03-01 | 1 | -2/+2 |
* | f_decoder_wrapper: replace most public fields with setters/getters | wm4 | 2020-02-29 | 1 | -8/+13 |
* | player: set playback_pts in hr-seek past EOF case | wm4 | 2020-02-28 | 1 | -1/+1 |
* | command: remove unintended newline | wm4 | 2020-02-27 | 1 | -1/+1 |
* | ta: remove two pointless wrappers | wm4 | 2020-02-23 | 1 | -1/+1 |
* | sub: make filter_sdh a "proper" filter, allow runtime changes | wm4 | 2020-02-16 | 1 | -3/+5 |
* | player: add ab-loop-count option/property | wm4 | 2020-02-08 | 1 | -1/+2 |
* | command: add cache-duration to cache state property | wm4 | 2020-02-07 | 1 | -0/+3 |
* | Revert "options: move cursor autohiding opts to mp_vo_opts" | dudemanguy | 2020-01-12 | 1 | -1/+1 |
* | command, vo: add a mechanism for runtime DPI scale changes | wm4 | 2020-01-09 | 1 | -1/+4 |
* | command: cache display-hidpi-scale property | wm4 | 2020-01-08 | 1 | -4/+14 |
* | command: remove outdated MP_EVENT_WIN_STATE entries | wm4 | 2020-01-08 | 1 | -2/+1 |
* | command: add osd-dimensions property | wm4 | 2020-01-08 | 1 | -22/+26 |
* | command: make sub-step command actually apply sub-delay change properly | wm4 | 2020-01-04 | 1 | -1/+1 |
* | command: add a playlist-unshuffle command | wm4 | 2019-12-28 | 1 | -0/+10 |
* | playlist: change from linked list to an array | wm4 | 2019-12-28 | 1 | -38/+13 |
* | command: extend command-list output | wm4 | 2019-12-24 | 1 | -0/+14 |
* | client API, lua: add new API for setting OSD overlays | wm4 | 2019-12-23 | 1 | -0/+32 |
* | command: fix confusing displayed aspect-ratio | Abdullah Alansari | 2019-12-22 | 1 | -0/+33 |
* | command: add property returning hidpi scale | wm4 | 2019-12-20 | 1 | -0/+12 |
* | command: reduce OSC/stats log spam | wm4 | 2019-12-19 | 1 | -8/+11 |
* | command, lua: add a way to share data between scripts | wm4 | 2019-12-18 | 1 | -0/+31 |
* | command: make change-list work with pure properties too | wm4 | 2019-12-18 | 1 | -5/+14 |
* | command, vo: remove old option change notification mechanisms | wm4 | 2019-12-17 | 1 | -13/+2 |
* | command: slightly simplify input-ipc-server change detection/init | wm4 | 2019-12-17 | 1 | -17/+6 |
* | command: change "window-scale" property behavior | wm4 | 2019-12-16 | 1 | -20/+15 |
* | command: remove unnecessary mute property implementation | wm4 | 2019-12-16 | 1 | -15/+0 |
* | command: change "edition" property behavior | wm4 | 2019-12-16 | 1 | -10/+19 |
* | command: fix unintended reset of filters | wm4 | 2019-12-06 | 1 | -1/+1 |
* | options: move cursor autohiding opts to mp_vo_opts | dudemanguy | 2019-12-04 | 1 | -1/+1 |
* | wayland: update Maximize and Minimize handling to use new options | Philip Langdale | 2019-12-01 | 1 | -4/+0 |
* | command: remove property change notification from property dispatcher | wm4 | 2019-11-30 | 1 | -3/+2 |
* | command: merge two functions | wm4 | 2019-11-30 | 1 | -11/+3 |
* | command: remove another unneeded hack | wm4 | 2019-11-30 | 1 | -12/+2 |
* | command: change window-minimized/window-maximized to options | wm4 | 2019-11-29 | 1 | -50/+4 |
* | player: change m_config to use new option handling mechanisms | wm4 | 2019-11-29 | 1 | -5/+17 |
* | command: use m_option_equal() | wm4 | 2019-11-29 | 1 | -16/+1 |
* | command: add `window-maximized` and make `window-minimized` settable | Philip Langdale | 2019-11-29 | 1 | -2/+38 |
* | options: remove options-to-property bridge | wm4 | 2019-11-25 | 1 | -49/+2 |
* | command: shuffle around even more crap | wm4 | 2019-11-25 | 1 | -76/+17 |
* | command: change vid/aid/sid property behavior slightly | wm4 | 2019-11-25 | 1 | -44/+26 |
* | command: change af/vf property behavior wrt. filter creation failures | wm4 | 2019-11-25 | 1 | -6/+7 |
* | command: remove redundant reinit_filters() call on filter change failure | wm4 | 2019-11-25 | 1 | -1/+0 |
* | command, options: deprecate old --display-fps behavior | wm4 | 2019-11-25 | 1 | -2/+20 |
* | command: shuffle some crap around | wm4 | 2019-11-25 | 1 | -166/+98 |
* | command, input: add input-bindings property | wm4 | 2019-11-23 | 1 | -1/+18 |
* | command: add command-list property | wm4 | 2019-11-23 | 1 | -0/+25 |
* | input: change mp_cmd.original from bstr to cstr | wm4 | 2019-11-23 | 1 | -2/+2 |
* | input: add text produced by key to script key events | wm4 | 2019-11-22 | 1 | -3/+4 |
* | options: remove M_SETOPT_RUNTIME | wm4 | 2019-11-10 | 1 | -9/+6 |
* | stats, demux: log byte level stream seeks | wm4 | 2019-11-07 | 1 | -0/+1 |
* | img_format: remove some unused format flags | wm4 | 2019-11-03 | 1 | -1/+1 |
* | command: remove some unused property metadata | wm4 | 2019-10-25 | 1 | -16/+2 |
* | options: rename --video-aspect to --video-aspect-override | Niklas Haas | 2019-10-04 | 1 | -2/+27 |
* | stream_dvb: Allow actual zapping of channels again. | Oliver Freyermuth | 2019-10-02 | 1 | -0/+1 |
* | player: Add mp_property_dvb_channel helper. | Oliver Freyermuth | 2019-10-02 | 1 | -0/+17 |
* | command: fix bitrate rounding error | Stefan Pöschel | 2019-09-26 | 1 | -2/+2 |
* | command: add expand-path to expand mpv paths | Nicolas F | 2019-09-22 | 1 | -0/+12 |
* | command: add sub-start & sub-end properties | Stefano Pigozzi | 2019-09-22 | 1 | -0/+34 |
* | input: add keybind command | Dudemanguy911 | 2019-09-21 | 1 | -0/+17 |
* | player: expose pixel aspect ratio, bitrate and rotation value on tracks | wnoun | 2019-09-21 | 1 | -0/+7 |
* | command: add video-add/video-remove/video-reload commands | Paul B Mahol | 2019-09-21 | 1 | -0/+21 |
* | command: drop removed cache properties from cache update events | wm4 | 2019-09-20 | 1 | -2/+2 |
* | command: make vf-metadata/af-metadata somewhat observable | wm4 | 2019-09-19 | 1 | -1/+1 |
* | command: make vf-metadata/af-metadata not query metadata twice | wm4 | 2019-09-19 | 1 | -7/+13 |
* | command: don't add deprecated CLI aliases to property list | wm4 | 2019-09-19 | 1 | -0/+12 |
* | command, demux: add AB-loop keyframe cache align command | wm4 | 2019-09-19 | 1 | -0/+22 |
* | command: shuffle cache-dump start message | wm4 | 2019-09-19 | 1 | -2/+2 |
* | demux, command: add a third stream recording mechanism | wm4 | 2019-09-19 | 1 | -1/+111 |
* | screenshot: move message showing to common code | wm4 | 2019-09-19 | 1 | -0/+18 |
* | demux: add a on-disk cache | wm4 | 2019-09-19 | 1 | -0/+2 |
* | command: show number of hidden items in OSD lists | wm4 | 2019-09-19 | 1 | -6/+12 |
* | options: rename --play-direction to --play-dir | wm4 | 2019-09-19 | 1 | -1/+1 |
* | player: modify/simplify AB-loop behavior | wm4 | 2019-09-19 | 1 | -7/+1 |
* | Implement backwards playback | wm4 | 2019-09-19 | 1 | -0/+15 |
* | command: put seek ranges at the end of output | wm4 | 2019-09-19 | 1 | -12/+12 |
* | demux, command: export bof/eof flags | wm4 | 2019-09-19 | 1 | -0/+3 |
* | command: make demuxer-cache-state property observable | wm4 | 2019-09-19 | 1 | -1/+1 |
* | command: report unknown file size as unavailable, not -1 | wm4 | 2019-09-19 | 1 | -0/+2 |
* | demux: simplify API for returning cache status | wm4 | 2019-09-19 | 1 | -17/+11 |
* | demux: return stream file size differently, rip out stream ctrls | wm4 | 2019-09-19 | 1 | -3/+1 |
* | command: make playlist builtin OSD property show titles instead of URLs | wm4 | 2019-09-19 | 1 | -5/+8 |
* | command, demux: remove program property | wm4 | 2019-09-13 | 1 | -58/+0 |
* | Remove classic Linux analog TV support, and DVB runtime controls | wm4 | 2019-09-13 | 1 | -185/+0 |
* | Remove optical disc fancification layers | wm4 | 2019-09-13 | 1 | -145/+0 |
* | Merge branch 'master' into pr6360 | Jan Ekström | 2019-03-11 | 1 | -0/+1 |
|\ |
|
| * | command: notify on multiply | Dan Oscarsson | 2019-01-16 | 1 | -0/+1 |
* | | demux, stream: readd cache-speed in some other form | wm4 | 2018-12-06 | 1 | -0/+21 |
* | | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer... | Anton Kindestam | 2018-12-05 | 1 | -392/+557 |
|\ \
| |/
|/| |
|
| * | demux, stream: rip out the classic stream cache | wm4 | 2018-08-31 | 1 | -134/+0 |
| * | command: avoid some direct MPOpts write accesses | wm4 | 2018-05-24 | 1 | -7/+7 |
| * | vd_lavc: move hwdec opts to local config, don't use global MPOpts | wm4 | 2018-05-24 | 1 | -6/+8 |
| * | ao: use a local option struct | wm4 | 2018-05-24 | 1 | -1/+8 |
| * | m_config: remove extra default_data field | wm4 | 2018-05-24 | 1 | -3/+4 |
| * | input: remove now unused "abort command" and cancel infrastructure | wm4 | 2018-05-24 | 1 | -5/+5 |
| * | player: change the role of the "stop_play" and "playing" variable | wm4 | 2018-05-24 | 1 | -2/+2 |
| * | player: simplify edition switching | wm4 | 2018-05-24 | 1 | -2/+2 |
| * | command: whitelist some blocking accesses for certain demuxers/streams | wm4 | 2018-05-24 | 1 | -8/+10 |
| * | command: make loadlist command async and abortable | wm4 | 2018-05-24 | 1 | -2/+6 |
| * | player: make various commands for managing external tracks abortable | wm4 | 2018-05-24 | 1 | -4/+17 |
| * | command: give named arguments to almost all commands | wm4 | 2018-05-24 | 1 | -170/+225 |
| * | command: make "subprocess" explicitly abortable | wm4 | 2018-05-24 | 1 | -5/+7 |
| * | command: add a way to abort asynchronous commands | wm4 | 2018-05-24 | 1 | -4/+18 |
| * | lua: reimplement mp.subprocess() by invoking the new subprocess command | wm4 | 2018-05-24 | 1 | -1/+1 |
| * | command: add a subprocess command | wm4 | 2018-05-24 | 1 | -0/+96 |
| * | input: add a define for the number of mouse buttons and use it | wm4 | 2018-05-24 | 1 | -1/+1 |
| * | screenshot: change async behavior to be in line with new semantics | wm4 | 2018-05-24 | 1 | -2/+6 |
| * | command: move screenshot command stubs to screenshot.c | wm4 | 2018-05-24 | 1 | -45/+0 |
| * | player: make all external file loading actions async | wm4 | 2018-05-24 | 1 | -5/+11 |
| * | command: make sub-add and audio-add commands async | wm4 | 2018-05-24 | 1 | -2/+4 |
| * | command: add infrastructure for async commands | wm4 | 2018-05-24 | 1 | -19/+151 |
| * | command: handle list commands like normal commands | wm4 | 2018-05-24 | 1 | -7/+11 |
* | | player: expose hearing/visual impaired flags on audio tracks | Aman Gupta | 2018-08-13 | 1 | -0/+2 |
* | | player: simplify edition switching | wm4 | 2018-05-31 | 1 | -2/+2 |
* | | input: add a define for the number of mouse buttons and use it | wm4 | 2018-05-25 | 1 | -1/+1 |
|/ |
|
* | |