summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* demux: add crop to mp_codec_paramsKacper Michajłow2023-09-171-0/+5
* video: allow overriding container crop if it is presentKacper Michajłow2023-09-081-2/+6
* player/command: mark video-params/crop- unavailable if emptyKacper Michajłow2023-09-081-4/+5
* player/command: add video-params/crop-[w,h,x,y]Kacper Michajłow2023-08-311-0/+4
* vo: add --video-cropKacper Michajłow2023-08-311-1/+7
* player/command: remove video-aspect propertyKacper Michajłow2023-08-311-63/+1
* command: add hdr-metadata propertyKacper Michajłow2023-08-291-0/+35
* command: remove sub-forced-only-cur propertyDudemanguy2023-08-291-9/+1
* player: rename --sub-forced-only to --sub-forced-events-onlyDudemanguy2023-08-291-2/+2
* player: remove auto choice from sub-forced-onlyDudemanguy2023-08-291-5/+0
* command: add `sub-ass-extradata` propertyllyyr2023-08-271-0/+24
* player: make all autoload extensions configurableDudemanguy2023-08-261-0/+4
* player: add playlist-path propertiesDudemanguy2023-08-131-5/+18
* player: make sub-pos a float valueDudemanguy2023-08-131-1/+1
* player/command: add video-params/aspect-nameKacper Michajłow2023-08-131-1/+45
* command: don't print "unknown" on video tracksDudemanguy2023-08-111-1/+4
* command: show "no" for hwdec-current if hwdec failedDudemanguy2023-08-111-1/+1
* command: fix some fringe play-dir behaviorDudemanguy2023-08-111-0/+6
* command: fix stack smashing when displaying aspect-ratiollyyr2023-08-111-11/+7
* Revert "audio: add AOCONTROL_UPDATE_MEDIA_ROLE"Thomas Weißschuh2023-07-301-3/+0
* command: add sub-forced-only-cur proprcombs2023-06-251-0/+13
* command: report auto-forced-only flag in track descrcombs2023-06-251-0/+1
* player: set playlist title to media title if not set alreadyChristoph Heinrich2023-03-241-11/+28
* Revert "player: set playlist title to media title if not set already"Christoph Heinrich2023-03-241-17/+14
* player/command: fix mem leak in user-data property; closes #11436rcombs2023-03-131-0/+5
* command: expose hls-bitrate and program-id as track-list subpropertiesrcombs2023-03-031-0/+4
* command: add platform propertyDudemanguy2023-02-271-0/+7
* player: set playlist title to media title if not set alreadyChristoph Heinrich2023-02-261-14/+17
* options: transition properties from flag to boolChristoph Heinrich2023-02-211-32/+32
* options: transition commands from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-16/+16
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-201-1/+0
* player/command: add user-data propertyrcombs2023-01-281-0/+171
* player/command: add "del" commandrcombs2023-01-281-0/+24
* audio: simplify implementation of property ao-volumeThomas Weißschuh2023-01-251-7/+4
* various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriatesfan52023-01-121-1/+1
* player: add window-id propertyNRK2022-12-051-0/+12
* audio: try to use playback AO as hotplug AO firstThomas Weißschuh2022-09-111-2/+2
* audio: add AOCONTROL_UPDATE_MEDIA_ROLEThomas Weißschuh2022-09-101-0/+3
* vo_gpu_next: refactor subtitle renderingNiklas Haas2022-02-211-0/+2
* 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