aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* lua: add API for registering idle handlersGravatar wm42016-09-21
* lua: run timers only after draining the event queueGravatar wm42016-09-21
* lua: expose subprocess_detachedGravatar rr-2016-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
* 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
* audio: fix segfault when yanking USB DACGravatar Kevin Mitchell2016-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
* 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
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* player: don't enter playloop for client API requestsGravatar wm42016-09-16
* player: fix a missed wakeupGravatar wm42016-09-16
* player: use better way to wait for input and dispatching commandsGravatar wm42016-09-16
* client API: declare mpv_suspend/mpv_resume deprecatedGravatar 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
* audio: fix missed wakeup when changing audio output deviceGravatar wm42016-09-15
* osd: slightly simplify update logicGravatar wm42016-09-15
* player: move builtin profiles to a separate fileGravatar wm42016-09-15
* player: remove unintended !mingw ifdef for IPC uninitGravatar wm42016-09-15
* client API: remove SIGPIPE overriding codeGravatar wm42016-09-15
* player: Save sub-speed value when resuming playbackGravatar Vladimir Panteleev2016-09-13
* player: Improve OSD formatting of sub-speed optionGravatar Vladimir Panteleev2016-09-13
* player: Apply new sub-speed values during playbackGravatar Vladimir Panteleev2016-09-13
* ytdl_hook: don't bother adding subtitles if duration isn't knownGravatar Ricardo Constantino2016-09-13
* ytdl_hook: Support playlist entries without subtitlesGravatar Ricardo Constantino2016-09-13
* command: don't log "ignore" command with -v verbosityGravatar wm42016-09-11
* client API: don't miss property changes after updatesGravatar James Ross-Gowan2016-09-11
* options: make --h list options according to a pattern passed to itGravatar wm42016-09-10
* command: do not call mp_switch_track() before proper initializationGravatar wm42016-09-10
* player: fix average frame duration calculationGravatar sda89ha92016-09-09
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* client API: fix error code stringGravatar wm42016-09-09
* client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicerGravatar wm42016-09-09