summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* command: drop "audio-out-detected-device" propertywm42017-10-091-15/+1
* audio: make libaf derived code optionalwm42017-09-211-3/+10
* vo: avoid putting large voctrl_performance_data on stackNiklas Haas2017-09-111-10/+17
* vo_opengl: refactor/fix mp_pass_perf codeNiklas Haas2017-09-111-6/+2
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-031-2/+2
* input: use mnemonic names for mouse buttonsJames Ross-Gowan2017-09-031-1/+6
* command: restore OSD marker for video equalizer propertieswm42017-08-231-7/+8
* video: change --deinterlace behaviorwm42017-08-221-26/+3
* video: redo video equalizer option handlingwm42017-08-221-38/+0
* options: add a thread-safe way to notify option updateswm42017-08-221-8/+0
* audio: introduce a new type to hold audio frameswm42017-08-161-16/+27
* player: make --lavfi-complex changeable at runtimewm42017-08-121-0/+3
* options: --priority can be LGPLwm42017-08-031-1/+1
* input: drop deprecated "osd" commandwm42017-07-211-22/+0
* command: add missing change notification for playlist-shufflewm42017-07-041-0/+1
* options: change everything againwm42017-07-021-1/+48
* vo_opengl: refactor vo performance subsystemNiklas Haas2017-07-011-14/+59
* scripting: add wrapper to load scripts with user pathsRicardo Constantino2017-06-301-1/+1
* build: change how some OS specific source files are selectedwm42017-06-291-1/+1
* options: handle suffixes like -add in a more generic waywm42017-06-261-25/+0
* player: change license of most core files to LGPLwm42017-06-231-7/+9
* command: add git hashes for some GPL-only partswm42017-06-231-0/+2
* player: disable video equalizer frontend code for WIP LGPL modewm42017-06-231-0/+4
* player: disable deinterlace property for WIP LGPL modewm42017-06-231-0/+5
* player: disable --priority for WIP LGPL modewm42017-06-231-1/+1
* player: deprecate "osd" commandwm42017-06-231-0/+6
* demux: replace custom return codes with CONTROL_ oneswm42017-06-191-2/+2
* input: change license to LGPLwm42017-06-191-0/+4
* vo_opengl: implement support for OOTFs and non-display referred contentNiklas Haas2017-06-181-0/+2
* video: refactor HDR implementationNiklas Haas2017-06-181-1/+0
* command: avoid going through prop->opt bridge from opt->prop bridgewm42017-06-161-0/+11
* command: add all options to property->option bridgewm42017-06-151-13/+13
* options: fix some missing --sub-ass-style-override renameswm42017-06-071-1/+1
* command: use scale_units to add/cycle integer propertiesJames Ross-Gowan2017-05-121-16/+38
* audio: move replaygain control to top-level optionswm42017-04-261-4/+4
* player: fix core-idle and eof-reached update notifcationswm42017-04-141-4/+4
* player: unmess pause state handlingwm42017-04-141-7/+3
* command, manpage: some leftover mentions of renamed --loop optionwm42017-04-111-1/+1
* command: update sub-fps etc. options on runtime changeswm42017-04-101-11/+7
* player: make screenshot commands honor the async flagwm42017-04-011-2/+4
* command: add property notifications for hwdec propertieswm42017-03-311-3/+3
* command: add expand-text command to property-expand a stringAvi Halachmi (:avih)2017-03-261-0/+10
* command: add better runtime filter toggling methodwm42017-03-251-1/+4
* command: add demux-start-time propertyMatthias Hunstock2017-03-251-0/+11
* command: add a property to signal whether networking is usedwm42017-03-241-0/+12
* command: add a redundant NULL checkwm42017-02-201-1/+1
* command: fix wrong sizeof() argumentwm42017-02-201-1/+1
* player: add experimental stream recording featurewm42017-02-071-0/+22
* command: nicer OSd-formatting for loop-filewm42017-01-311-0/+1
* win32: snap to screen edgespavelxdd2017-01-271-0/+1
* command: shorten long playlists on OSDwm42017-01-261-4/+77
* command: fix potential crash for script-binding with multi-commandswm42017-01-241-1/+2
* player: remove --stream-capture option/propertywm42017-01-211-24/+0
* command: rename framedrop propertieswm42017-01-201-6/+10
* player: add prefetching of the next playlist entrywm42017-01-181-1/+1
* command: remove worthless error handling codewm42017-01-091-6/+5
* player: remove dysfunctional edition switching OSD codewm42017-01-051-1/+0
* Remove compatibility thingswm42016-12-071-4/+0
* options: some simplificationswm42016-11-291-2/+1
* command: warn against deprecated properties in all caseswm42016-11-231-13/+9
* command: redefine some deprecated propertieswm42016-11-221-37/+0
* player: removing last playlist entry while looping should not stopwm42016-11-181-1/+1
* command: if window-scale can't be set properly, set it as optionwm42016-10-251-13/+8
* command: silence deprecation warnings with --reset-on-next-file=allwm42016-10-221-2/+11
* command: fix reset-on-next-file=all and tv-freq optionwm42016-10-221-1/+2
* options: handle --audio-device changes like the other optionswm42016-10-051-4/+1
* audio: move some fallback handling to common AO reload functionwm42016-10-051-15/+2
* command: flush and uninitialize audio output first on option changeswm42016-10-051-1/+3
* command: include deprecated/aliased options in property bridgewm42016-10-041-18/+28
* player: fix previous commitwm42016-10-031-2/+7
* command: allow absolute seeks relative to end of streamPhilip Sequeira2016-10-021-0/+9
* player: make --stop-screensaver runtime-changeablewm42016-10-021-0/+3
* player: enable reading from stdin after loading input.confwm42016-09-291-1/+1
* win32: make --priority runtime-settableJames Ross-Gowan2016-09-281-0/+16
* command: fix inverted condition in sub-reload commandwm42016-09-261-1/+1
* command: some minor corrections to previous commitwm42016-09-241-20/+19
* command: make it possible to set chapters via lua pluginsMaurycy Skier2016-09-241-1/+70
* m_config, command: remove some minor code duplicationwm42016-09-231-3/+2
* command: make most options observablewm42016-09-231-0/+6
* command: fix potential UBwm42016-09-231-5/+5
* player: make audio-channels etc. runtime settablewm42016-09-221-0/+7
* command: add a load-script commandwm42016-09-221-0/+7
* command: fix missing update notifications in some caseswm42016-09-221-0/+1
* player: some M_SETOPT_RUNTIME cleanupswm42016-09-221-19/+6
* options: make input options generally runtime-settablewm42016-09-211-0/+21
* command: make bitrate properties observablewm42016-09-211-1/+2
* command: add a video-dec-params propertywm42016-09-201-1/+16
* command: change update handling of some video-related propertieswm42016-09-201-24/+9
* player: kill associated OSD and key bindings when removing a scriptwm42016-09-201-1/+2
* player: make --osc/--ytdl settable during playbackwm42016-09-201-0/+3
* options, command: simplify some option updateswm42016-09-191-47/+13
* player: make --terminal freetly settable at runtimewm42016-09-191-1/+1
* options: slightly better option update mechanismwm42016-09-191-9/+12
* command: add audio-pts property to get the audio ptsHector Martin2016-09-191-1/+14
* player: more option/property consistency fixeswm42016-09-181-29/+32
* command: fix window-scale option/property inconsistencieswm42016-09-181-7/+4
* options: rename/deprecate --playlist-poswm42016-09-181-2/+1
* command: minor fixes to video-aspect propertywm42016-09-181-8/+2
* command: fix --quiet, --really-quiet optionswm42016-09-181-0/+2
* command: add an apply-profile commandwm42016-09-171-0/+8
* options: take care of propertly updating options on runtime changeswm42016-09-171-3/+71
* command: make window-scale redirect to option if no window createdwm42016-09-171-1/+1
* player: fix a missed wakeupwm42016-09-161-0/+1
* player: litter code with explicit wakeup callswm42016-09-161-1/+19
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-161-7/+15
* osd: slightly simplify update logicwm42016-09-151-2/+2
* player: Improve OSD formatting of sub-speed optionVladimir Panteleev2016-09-131-0/+4
* player: Apply new sub-speed values during playbackVladimir Panteleev2016-09-131-0/+21
* command: don't log "ignore" command with -v verbositywm42016-09-111-1/+2
* command: do not call mp_switch_track() before proper initializationwm42016-09-101-7/+17
* vo: don't access global options unsynchronizedwm42016-09-081-0/+11
* command: try selecting the next track if track switching failswm42016-09-031-3/+4
* command: remove vo-cmdlinewm42016-09-021-13/+0
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-0/+9
* command: deprecate "cache" property, replace with "cache-percent"wm42016-09-021-2/+4
* command: fix or document some property/option consistency issueswm42016-09-011-15/+12
* command: remove 2 deprecated propertieswm42016-09-011-50/+0
* command: rename/deprecate some conflicting property nameswm42016-09-011-3/+7
* command: add options to property listwm42016-09-011-36/+93
* vo: change messy handling of fullscreen and other flagswm42016-08-301-10/+5
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-301-8/+8
* command: cosmetics: fix some minor whitespace mistakeswm42016-08-301-2/+2
* command: export profile list as a propertywm42016-08-281-0/+17
* command: add property for current subtitle textwm42016-08-271-1/+21
* player: don't directly access demuxer->streamwm42016-08-261-4/+2
* command: prevent O(n^2) behaviour for playlist propertyJames Ross-Gowan2016-08-201-3/+25
* player: make looping slightly more seamlesswm42016-08-181-37/+5
* player: allow passing flags to queue_seek()wm42016-08-151-12/+14
* command: add replaygain information properties to track-listwm42016-08-131-0/+12
* command: add a property that returns filename without extensionwm42016-08-111-1/+13
* audio: refactor mixer code and delete mixer.cwm42016-07-171-24/+11
* Use - as command-name separator everywhereTimotej Lazar2016-07-141-5/+5
* command: add properties for HDR metadataNiklas Haas2016-07-131-0/+2
* audio: show an osd bar when changing ao-volumeUros Vampl2016-07-101-1/+17
* audio: drop --softvol=no and --softvol=autowm42016-07-091-40/+68
* command: don't delay progress updates to next video framewm42016-07-081-0/+1
* player: rewrite deinterlace filter auto-insertionwm42016-07-051-82/+0
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-4/+4
* command: pack sub image data in overlay-add commandwm42016-07-011-33/+98
* command: improve playlist* properties change notificationswm42016-06-201-6/+9
* player: do not update OSD all the time when pausedwm42016-06-111-0/+3
* vo_opengl: refactor performance data propertiesNiklas Haas2016-06-081-43/+34
* vo_opengl: expose performance timers as propertiesNiklas Haas2016-06-071-0/+43
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-1/+2
* vf_d3d11vpp: add a D3D11 video processor filterwm42016-05-281-0/+3
* command: add playlist-pos-1 propertywm42016-05-261-6/+20
* video: add --hwdec=auto-copy modewm42016-05-111-2/+0
* video: refactor how VO exports hwdec device handleswm42016-05-091-7/+10
* win32: make taskbar progress indication optionalmaniak13492016-05-081-0/+19
* command: use NBSP for spacing after current marker for OSD listswm42016-05-041-2/+2
* command: change some hwdec propertieswm42016-05-041-0/+47
* command: slightly nicer OSD list formattingwm42016-05-031-19/+17
* osd: make osd_ass_0/1 defineswm42016-05-031-2/+2
* command: don't seek immediately when setting a-b loop when pausedwm42016-04-281-5/+5
* player: fix memleak when using video-frame-infotrUSTssc2016-04-241-0/+1
* command: if only ab-loop-b is set, loop from start of filewm42016-04-211-4/+8
* player: simplify an aspect of buffering determinationwm42016-04-191-2/+2
* player: loop on end of file if ab-loop-b is unsetwm42016-04-181-5/+6
* command: log property set callswm42016-04-151-0/+17
* command: allow setting panscan etc. properties if no video is activewm42016-04-151-4/+1
* command: add keepaspect propertywm42016-04-081-0/+1
* cache: use a single STREAM_CTRL for various cache infowm42016-03-291-27/+21
* command: add video-stereo-mode propertywm42016-03-281-0/+1
* command: change "cache-speed" OSD formattingwm42016-03-221-4/+9
* command: add cache-speed propertywm42016-03-201-1/+17
* command: dump tracklist if sub-add is run with the "cached" flagwm42016-03-141-0/+2
* demux: replace demux_pause/demux_unpause with demux_run_on_threadwm42016-03-091-7/+17
* command: change stream-pos semanticswm42016-03-091-12/+2
* osd: cleanup: make OSDTYPE_ constants private to OSD codewm42016-03-081-3/+3
* command: fix property notification for cache-buffering-statewm42016-03-021-1/+1
* command: add encoder-list propertywm42016-03-011-1/+14
*