aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* lua: expose subprocess_detachedGravatar rr-2016-09-21
* ao_openal: enable building on OSXGravatar Josh de Kock2016-09-21
* command: make bitrate properties observableGravatar wm42016-09-21
* client API: revert unintended mpv_wait_event() behavior changeGravatar wm42016-09-21
* command: add a video-dec-params propertyGravatar wm42016-09-20
* video: handle override video parameters in a better placeGravatar 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
* osd: fix OSD redrawing after removing external overlaysGravatar wm42016-09-20
* man/options.rst: fix typo and layoutGravatar Kranky K. Krackpot2016-09-20
* audio: fix segfault when yanking USB DACGravatar Kevin Mitchell2016-09-20
* options: fix window-scale propertyGravatar wm42016-09-20
* m_option: resort M_OPT_ flag valuesGravatar wm42016-09-20
* player: make --osc/--ytdl settable during playbackGravatar wm42016-09-20
* options, command: simplify some option updatesGravatar wm42016-09-19
* client API: revert some relaxations about calling mpv_initialize()Gravatar wm42016-09-19
* player: minor changes in init codeGravatar wm42016-09-19
* player: make --log-file and --dump-stats freely settable at runtimeGravatar wm42016-09-19
* player: make --terminal freetly settable at runtimeGravatar wm42016-09-19
* terminal-unix: don't send quit command on terminal_uninit()Gravatar wm42016-09-19
* options: slightly better option update mechanismGravatar wm42016-09-19
* options: remove some M_OPT_FIXED flagsGravatar wm42016-09-19
* command: add audio-pts property to get the audio ptsGravatar Hector Martin2016-09-19
* af_pan: fix typoGravatar Hector Martin2016-09-19
* af_rubberband: default to channels=togetherGravatar Hector Martin2016-09-19
* af_rubberband: add af-command and option to change the pitchGravatar Hector Martin2016-09-19
* af_pan: add af-command support to change the matrixGravatar Hector Martin2016-09-19
* af_pan: coding style fixesGravatar Hector Martin2016-09-19
* command: fix "cycle"/"add" not working on most propertiesGravatar wm42016-09-18
* 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
* options: actually deprecate --mute=autoGravatar wm42016-09-18
* command: fix --quiet, --really-quiet optionsGravatar wm42016-09-18
* displayconfig: treat a refresh rate of 1 as invalidGravatar James Ross-Gowan2016-09-18
* stream/stream_lavf: user-agent option is deprecatedGravatar RiCON2016-09-18
* command: add an apply-profile commandGravatar wm42016-09-17
* options: take care of propertly updating options on runtime changesGravatar wm42016-09-17
* options: fix pseudo-options like -vGravatar wm42016-09-17
* manpage: document some more property/options inconsistenciesGravatar wm42016-09-17
* command: make window-scale redirect to option if no window createdGravatar wm42016-09-17
* DOCS: vo/ao auto profiles are deprecatedGravatar RiCON2016-09-17
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* m_config: make option setting always call m_config_set_option_raw()Gravatar wm42016-09-17
* options: kill M_OPT_GLOBAL flagGravatar wm42016-09-17
* player: don't enter playloop for client API requestsGravatar wm42016-09-16
* osd: fix OSD getting stuck with --blend-subtitles=yesGravatar wm42016-09-16
* dispatch: fix a race condition triggering an assert()Gravatar wm42016-09-16
* player: fix a missed wakeupGravatar wm42016-09-16