summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "options: add --sub-visibility=<primary-only|secondary-only>"Avi Halachmi (:avih)2022-01-191-7/+5
* options: add --sub-visibility=<primary-only|secondary-only>Ripose2022-01-191-5/+7
* sub: rename SUBBITMAP_RGBA to SUBBITMAP_BGRANiklas Haas2022-01-111-1/+1
* player: make deprecated track/chapter/metadata events internalsfan52021-12-151-5/+5
* libmpv: remove opengl_cb API and other deprecated symbolssfan52021-12-151-3/+0
* options: const annotate all m_opt_choice_alternatives accessorsEmil Velikov2021-11-151-1/+1
* options: const annotate m_obj_list accessorsEmil Velikov2021-11-151-1/+1
* osdep: rename MP_UNREACHABLENiklas Haas2021-11-031-1/+1
* osdep: add MP_UNREACHABLENiklas Haas2021-11-031-1/+1
* command: with lavfi-complex, make current-tracks return the first oneGuido Cella2021-10-151-0/+10
* player: add track-list/N/image sub-propertyGuido Cella2021-10-141-0/+1
* Revert "player: add track-list/N/image sub-property"Jan Ekström2021-10-021-1/+0
* player: add track-list/N/image sub-propertyGuido Cella2021-10-021-0/+1
* command: cycle: respect the prefix "repeatable"Avi Halachmi (:avih)2021-08-191-1/+3
* command: check for monitor par in window-scaleDudemanguy2021-08-091-0/+6
* command: check for rotation in window-scaleDudemanguy2021-08-091-0/+3
* command: merge window-scale code togetherDudemanguy2021-08-091-13/+3
* command: make current-window-scale writeable, 2nd attemptDudemanguy2021-08-071-0/+9
* Revert "command: make current-window-scale writeable"Avi Halachmi (:avih)2021-08-071-34/+25
* command: make current-window-scale writeableDudemanguy2021-08-051-25/+34
* command: handle changes to image-display-durationGuido Cella2021-07-251-0/+5
* command: adds support for secondary subs to sub-seek and sub-stepRipose2021-07-121-7/+26
* command: add secondary-sub-start and secondary-sub-end propertiesRipose2021-07-121-4/+11
* player: add append-play flag to loadlistGuido Cella2021-07-061-3/+6
* command: add a missing comma to MP_EVENT_WIN_STATEDudemanguy2021-05-231-1/+1
* player/command: add secondary-sub-text propertyZsolt Vadasz2021-05-191-5/+19
* sub/osd: hide secondary subtitles if secondary-sub-visibility is falseZsolt Vadasz2021-05-191-0/+3
* command: add display-width/display-height propertyDudemanguy2021-05-061-1/+21
* command: new property: pid (process id)Avi Halachmi (:avih)2021-05-011-0/+9
* command: osd-dimensions: return ints and doc fixesDudemanguy2021-04-291-6/+6
* player/command: add albumart argument to video-addTom Wilson2021-03-091-2/+6
* player/{core,loadfile}: make cover art loading more explicitJan Ekström2021-03-091-2/+3
* command: add label for on-all-workspaces commandEvgeny Zinoviev2021-02-211-0/+1
* player: make resetting of track selection to "auto" worksfan52021-01-161-9/+21
* player: allow vo to be switched at runtimesfan52020-11-271-0/+10
* command: mouse: generate MOUSE_{ENTER,LEAVE} if requiredAvi Halachmi (:avih)2020-11-161-0/+18
* command: mouse-pos property: add field "hover"Avi Halachmi (:avih)2020-11-161-2/+3
* command: new property: mouse-posAvi Halachmi (:avih)2020-11-161-0/+30
* command: make subtitle time properties observableBen Kerman2020-11-111-1/+2
* command: add delete-watch-later-configVladimir Panteleev2020-10-221-0/+13
* command: expose underlying pixfmt for hwdecsfan52020-10-161-0/+2
* options: simplify --android-surface-size handlingsfan52020-09-201-1/+1
* command, demux: make drop-buffers reset state even harderwm42020-09-171-2/+1
* command: add property track-list/N/main-selectionwnoun2020-09-121-0/+11
* player: fix inconsistent AO pause state in certain situationswm42020-09-121-7/+2
* command: add read-only focused propertyGuido Cella2020-09-081-0/+17
* command: extend subprocess command stdin, change behaviorwm42020-08-161-1/+26
* command: export alpha type in format propertieswm42020-08-151-0/+11
* command: fix current-tracks property notificationwm42020-08-131-0/+1
* sd_ass: force full reinit if certain options change at runtimewm42020-08-121-1/+3
* command: add a way to access properties of a current trackwm42020-08-121-1/+49
* options: add some way to more or less "unapply" profileswm42020-08-071-3/+11
* command: add another variant of revert-seekwm42020-07-201-4/+10
* command: extend subprocess commandwm42020-07-201-36/+82
* command: fix dump-cache parameter parsingwm42020-05-231-2/+4
* command: save state on stop when user requested save-position-on-quitMikhail Rudenko2020-05-201-0/+7
* video: clean up some imgfmt related stuffwm42020-05-181-2/+0
* command: add input-key-list propertywm42020-05-141-0/+15
* command: add property to return text subtitles in ASSwm42020-05-141-6/+18
* video: make OSD/subtitle bitmaps refcounted (sort of)wm42020-04-261-0/+3
* player: remove duplicated track option setter codewm42020-04-151-10/+4
* player: slightly improve use of secondary track selection limitswm42020-04-151-3/+3
* command: print edition title to OSD when cyclingLaserEyess2020-04-131-5/+26
* ipc: add --input-ipc-client optionwm42020-04-091-1/+1
* stats: some more performance graphswm42020-04-091-0/+19
* command: make input speed available as part of cache statge propertywm42020-04-031-0/+2
* input: remove deprecated --input-file optionwm42020-03-281-1/+1
* scripting: remove race condition when toggling internal scriptswm42020-03-261-1/+7
* command: use client IDs for hookswm42020-03-261-7/+10
* command: make revert seek command use time from end of seekwm42020-03-261-0/+3
* command: fix accidental stack dumpingwm42020-03-211-1/+1
* client API: add a playlist entry unique IDwm42020-03-211-0/+14
* player: add a number of new playlist contol commands/propertieswm42020-03-211-3/+69
* player: playlist-pos now use -1 for "no entry selected"wm42020-03-211-10/+6
* player: fix subtle idle mode differences on early program startwm42020-03-211-8/+1
* build: make libass non-optionalwm42020-03-181-8/+1
* options: change option macros and all option declarationswm42020-03-181-170/+185
* options: introduce bool option type, use it for --fullscreenwm42020-03-141-1/+1
* command: disable edition switching if there are no editionswm42020-03-141-0/+2
* options: change how option range min/max is handledwm42020-03-131-17/+8
* options: split m_config.c/hwm42020-03-131-1/+1
* command: add libass-version propertywm42020-03-081-0/+15
* command: remove legacy hook APIwm42020-03-061-61/+8
* command: extend osd-overlay command with bounds reportingwm42020-03-061-0/+17
* options: make decoder options local to decoder wrapperwm42020-03-011-2/+2
* f_decoder_wrapper: replace most public fields with setters/getterswm42020-02-291-8/+13
* player: set playback_pts in hr-seek past EOF casewm42020-02-281-1/+1
* command: remove unintended newlinewm42020-02-271-1/+1
* ta: remove two pointless wrapperswm42020-02-231-1/+1
* sub: make filter_sdh a "proper" filter, allow runtime changeswm42020-02-161-3/+5
* player: add ab-loop-count option/propertywm42020-02-081-1/+2
* command: add cache-duration to cache state propertywm42020-02-071-0/+3
* Revert "options: move cursor autohiding opts to mp_vo_opts"dudemanguy2020-01-121-1/+1
* command, vo: add a mechanism for runtime DPI scale changeswm42020-01-091-1/+4
* command: cache display-hidpi-scale propertywm42020-01-081-4/+14
* command: remove outdated MP_EVENT_WIN_STATE entrieswm42020-01-081-2/+1
* command: add osd-dimensions propertywm42020-01-081-22/+26
* command: make sub-step command actually apply sub-delay change properlywm42020-01-041-1/+1
* command: add a playlist-unshuffle commandwm42019-12-281-0/+10
* playlist: change from linked list to an arraywm42019-12-281-38/+13
* command: extend command-list outputwm42019-12-241-0/+14
* client API, lua: add new API for setting OSD overlayswm42019-12-231-0/+32
* command: fix confusing displayed aspect-ratioAbdullah Alansari2019-12-221-0/+33
* command: add property returning hidpi scalewm42019-12-201-0/+12
* command: reduce OSC/stats log spamwm42019-12-191-8/+11
* command, lua: add a way to share data between scriptswm42019-12-181-0/+31
* command: make change-list work with pure properties toowm42019-12-181-5/+14
* command, vo: remove old option change notification mechanismswm42019-12-171-13/+2
* command: slightly simplify input-ipc-server change detection/initwm42019-12-171-17/+6
* command: change "window-scale" property behaviorwm42019-12-161-20/+15
* command: remove unnecessary mute property implementationwm42019-12-161-15/+0
* command: change "edition" property behaviorwm42019-12-161-10/+19
* command: fix unintended reset of filterswm42019-12-061-1/+1
* options: move cursor autohiding opts to mp_vo_optsdudemanguy2019-12-041-1/+1
* wayland: update Maximize and Minimize handling to use new optionsPhilip Langdale2019-12-011-4/+0
* command: remove property change notification from property dispatcherwm42019-11-301-3/+2
* command: merge two functionswm42019-11-301-11/+3
* command: remove another unneeded hackwm42019-11-301-12/+2
* command: change window-minimized/window-maximized to optionswm42019-11-291-50/+4
* player: change m_config to use new option handling mechanismswm42019-11-291-5/+17
* command: use m_option_equal()wm42019-11-291-16/+1
* command: add `window-maximized` and make `window-minimized` settablePhilip Langdale2019-11-291-2/+38
* options: remove options-to-property bridgewm42019-11-251-49/+2
* command: shuffle around even more crapwm42019-11-251-76/+17
* command: change vid/aid/sid property behavior slightlywm42019-11-251-44/+26
* command: change af/vf property behavior wrt. filter creation failureswm42019-11-251-6/+7
* command: remove redundant reinit_filters() call on filter change failurewm42019-11-251-1/+0
* command, options: deprecate old --display-fps behaviorwm42019-11-251-2/+20
* command: shuffle some crap aroundwm42019-11-251-166/+98
* command, input: add input-bindings propertywm42019-11-231-1/+18
* command: add command-list propertywm42019-11-231-0/+25
* input: change mp_cmd.original from bstr to cstrwm42019-11-231-2/+2
* input: add text produced by key to script key eventswm42019-11-221-3/+4
* options: remove M_SETOPT_RUNTIMEwm42019-11-101-9/+6
* stats, demux: log byte level stream seekswm42019-11-071-0/+1
* img_format: remove some unused format flagswm42019-11-031-1/+1
* command: remove some unused property metadatawm42019-10-251-16/+2
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-2/+27
* stream_dvb: Allow actual zapping of channels again.Oliver Freyermuth2019-10-021-0/+1
* player: Add mp_property_dvb_channel helper.Oliver Freyermuth2019-10-021-0/+17
* command: fix bitrate rounding errorStefan Pöschel2019-09-261-2/+2
* command: add expand-path to expand mpv pathsNicolas F2019-09-221-0/+12
* command: add sub-start & sub-end propertiesStefano Pigozzi2019-09-221-0/+34
* input: add keybind commandDudemanguy9112019-09-211-0/+17
* player: expose pixel aspect ratio, bitrate and rotation value on trackswnoun2019-09-211-0/+7
* command: add video-add/video-remove/video-reload commandsPaul B Mahol2019-09-211-0/+21
* command: drop removed cache properties from cache update eventswm42019-09-201-2/+2
* command: make vf-metadata/af-metadata somewhat observablewm42019-09-191-1/+1
* command: make vf-metadata/af-metadata not query metadata twicewm42019-09-191-7/+13
* command: don't add deprecated CLI aliases to property listwm42019-09-191-0/+12
* command, demux: add AB-loop keyframe cache align commandwm42019-09-191-0/+22
* command: shuffle cache-dump start messagewm42019-09-191-2/+2
* demux, command: add a third stream recording mechanismwm42019-09-191-1/+111
* screenshot: move message showing to common codewm42019-09-191-0/+18
* demux: add a on-disk cachewm42019-09-191-0/+2
* command: show number of hidden items in OSD listswm42019-09-191-6/+12
* options: rename --play-direction to --play-dirwm42019-09-191-1/+1
* player: modify/simplify AB-loop behaviorwm42019-09-191-7/+1
* Implement backwards playbackwm42019-09-191-0/+15
* command: put seek ranges at the end of outputwm42019-09-191-12/+12
* demux, command: export bof/eof flagswm42019-09-191-0/+3
* command: make demuxer-cache-state property observablewm42019-09-191-1/+1
* command: report unknown file size as unavailable, not -1wm42019-09-191-0/+2
* demux: simplify API for returning cache statuswm42019-09-191-17/+11
* demux: return stream file size differently, rip out stream ct