aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* osc: fix chapter/playlist listing if emptyGravatar Ricardo Constantino2016-10-15
* osc: show playlist/chapter list on prev/next instead of osdGravatar Ricardo Constantino2016-10-15
* osc: fix listing of chapters and playlistGravatar Ricardo Constantino2016-10-15
* osc: fix display of chapters and playlist scalingGravatar Ricardo Constantino2016-10-15
* osc: add user-alterable margin for top/bottombarGravatar Ricardo Constantino2016-10-15
* osc: add right-click behavior to playlist and chapter buttonsGravatar Ricardo Constantino2016-10-15
* osc: change default layout to bottombarGravatar Ricardo Constantino2016-10-15
* ytdl_hook: Add title to playlist items if availableGravatar Ricardo Constantino2016-10-15
* osc: move tooltip to inside seekbar for top/bottombarGravatar Ricardo Constantino2016-10-07
* osc: change seekbar background's alpha scalingGravatar Ricardo Constantino2016-10-07
* osc: align text vertically in top/bottombarGravatar Ricardo Constantino2016-10-07
* ytdl_hook: add chapters by parsing video's descriptionGravatar Maurycy Skier2016-10-06
* 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
* audio: fix late audio startGravatar wm42016-10-02
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* player: enable reading from stdin after loading input.confGravatar wm42016-09-29
* ytdl_hook: Set aspect ratio for anamorphic videoGravatar Ricardo Constantino2016-09-28
* win32: make --priority runtime-settableGravatar James Ross-Gowan2016-09-28
* command: fix inverted condition in sub-reload commandGravatar wm42016-09-26
* player: allow opts in pseudo-gui set by the user to override user's defaultGravatar Ricardo Constantino2016-09-26
* video: trust demuxer framerate on invalid timestampsGravatar wm42016-09-26
* scripting: don't attempt to load builtin scripts twiceGravatar wm42016-09-26
* osc: Fix scaling issues when toggling fullscreenGravatar Ricardo Constantino2016-09-25
* lua: complain loudly if Lua state creation failsGravatar wm42016-09-25
* player: fix instant subtitle refresh on track switchesGravatar wm42016-09-24
* lua: fix array detectionGravatar wm42016-09-24
* command: some minor corrections to previous commitGravatar wm42016-09-24
* command: make it possible to set chapters via lua pluginsGravatar Maurycy Skier2016-09-24
* player: fix intended pseudo-gui behaviorGravatar wm42016-09-23
* player: do not let pseudo-gui override user config settingsGravatar wm42016-09-23
* 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
* x11: fix external fullscreen updateGravatar wm42016-09-23
* player: make audio-channels etc. runtime settableGravatar wm42016-09-22
* command: add a load-script commandGravatar wm42016-09-22
* player: remove some explicit options accesses when saving resume fileGravatar wm42016-09-22
* command: fix missing update notifications in some casesGravatar wm42016-09-22
* player: some M_SETOPT_RUNTIME cleanupsGravatar wm42016-09-22
* ytdl_hook: temporarily force disable dash segments formatsGravatar Ricardo Constantino2016-09-22
* player: add --watch-later-directory optionGravatar David Logie2016-09-22
* client API: more or less deprecate mpv_set_option()Gravatar wm42016-09-21
* options: make input options generally runtime-settableGravatar wm42016-09-21
* client API: fix init/destruction race conditionsGravatar wm42016-09-21
* lua: add API for registering idle handlersGravatar wm42016-09-21