aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* command: if window-scale can't be set properly, set it as optionGravatar wm42016-10-25
* command: silence deprecation warnings with --reset-on-next-file=allGravatar wm42016-10-22
* command: fix reset-on-next-file=all and tv-freq optionGravatar wm42016-10-22
* options: handle --audio-device changes like the other optionsGravatar wm42016-10-05
* audio: move some fallback handling to common AO reload functionGravatar wm42016-10-05
* command: flush and uninitialize audio output first on option changesGravatar wm42016-10-05
* command: include deprecated/aliased options in property bridgeGravatar wm42016-10-04
* player: fix previous commitGravatar wm42016-10-03
* command: allow absolute seeks relative to end of streamGravatar Philip Sequeira2016-10-02
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* player: enable reading from stdin after loading input.confGravatar wm42016-09-29
* win32: make --priority runtime-settableGravatar James Ross-Gowan2016-09-28
* command: fix inverted condition in sub-reload commandGravatar wm42016-09-26
* command: some minor corrections to previous commitGravatar wm42016-09-24
* command: make it possible to set chapters via lua pluginsGravatar Maurycy Skier2016-09-24
* m_config, command: remove some minor code duplicationGravatar wm42016-09-23
* command: make most options observableGravatar wm42016-09-23
* command: fix potential UBGravatar wm42016-09-23
* player: make audio-channels etc. runtime settableGravatar wm42016-09-22
* command: add a load-script commandGravatar wm42016-09-22
* command: fix missing update notifications in some casesGravatar wm42016-09-22
* player: some M_SETOPT_RUNTIME cleanupsGravatar wm42016-09-22
* options: make input options generally runtime-settableGravatar wm42016-09-21
* command: make bitrate properties observableGravatar wm42016-09-21
* command: add a video-dec-params propertyGravatar wm42016-09-20
* command: change update handling of some video-related propertiesGravatar wm42016-09-20
* player: kill associated OSD and key bindings when removing a scriptGravatar wm42016-09-20
* player: make --osc/--ytdl settable during playbackGravatar wm42016-09-20
* options, command: simplify some option updatesGravatar wm42016-09-19
* player: make --terminal freetly settable at runtimeGravatar wm42016-09-19
* options: slightly better option update mechanismGravatar wm42016-09-19
* command: add audio-pts property to get the audio ptsGravatar Hector Martin2016-09-19
* player: more option/property consistency fixesGravatar wm42016-09-18
* command: fix window-scale option/property inconsistenciesGravatar wm42016-09-18
* options: rename/deprecate --playlist-posGravatar wm42016-09-18
* command: minor fixes to video-aspect propertyGravatar wm42016-09-18
* command: fix --quiet, --really-quiet optionsGravatar wm42016-09-18
* command: add an apply-profile commandGravatar wm42016-09-17
* options: take care of propertly updating options on runtime changesGravatar wm42016-09-17
* command: make window-scale redirect to option if no window createdGravatar wm42016-09-17
* player: fix a missed wakeupGravatar wm42016-09-16
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* osd: slightly simplify update logicGravatar wm42016-09-15
* player: Improve OSD formatting of sub-speed optionGravatar Vladimir Panteleev2016-09-13
* player: Apply new sub-speed values during playbackGravatar Vladimir Panteleev2016-09-13
* command: don't log "ignore" command with -v verbosityGravatar wm42016-09-11
* command: do not call mp_switch_track() before proper initializationGravatar wm42016-09-10
* vo: don't access global options unsynchronizedGravatar wm42016-09-08
* command: try selecting the next track if track switching failsGravatar wm42016-09-03