aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* stream_dvd, stream_dvdnav: remove weird option parsing stuffGravatar wm42016-09-08
* vo: don't access global options unsynchronizedGravatar wm42016-09-08
* atomics: readd some emulationGravatar wm42016-09-06
* demux: do not access global optionsGravatar wm42016-09-06
* audio/out: deprecate "exclusive" sub-optionsGravatar wm42016-09-05
* client API: implement mpv_suspend/resume slightly differentlyGravatar wm42016-09-04
* command: try selecting the next track if track switching failsGravatar wm42016-09-03
* player: remove opengl-es=no flag from opengl-hq profileGravatar wm42016-09-03
* config: deprecate ao and vo auto-profilesGravatar wm42016-09-03
* command: remove vo-cmdlineGravatar wm42016-09-02
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* m_config: introduce basic mechanism to synchronize global option updatesGravatar wm42016-09-02
* player: don't send win32 taskbar update before window is createdGravatar wm42016-09-02
* command: deprecate "cache" property, replace with "cache-percent"Gravatar wm42016-09-02
* client API: create core thread at an earlier timeGravatar wm42016-09-01
* command: fix or document some property/option consistency issuesGravatar wm42016-09-01
* command: remove 2 deprecated propertiesGravatar wm42016-09-01
* command: rename/deprecate some conflicting property namesGravatar wm42016-09-01
* command: add options to property listGravatar wm42016-09-01
* vo: change messy handling of fullscreen and other flagsGravatar wm42016-08-30
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* command: cosmetics: fix some minor whitespace mistakesGravatar wm42016-08-30
* player: make --force-window work with opengl-cbGravatar wm42016-08-30
* player: slightly adjust framerate guessing heuristicGravatar wm42016-08-29
* command: export profile list as a propertyGravatar wm42016-08-28
* player: add option to disable video OSDGravatar wm42016-08-28
* command: add property for current subtitle textGravatar wm42016-08-27
* player: fix minor spelling mistake in osc.luaGravatar James Cowgill2016-08-27
* player: avoid some redundant terminal status updatesGravatar wm42016-08-26
* player: don't directly access demuxer->streamGravatar wm42016-08-26
* audio: avoid missed wakeups with ab-loopsGravatar wm42016-08-24
* audio: do not apply --audio-channels if spdif passthrough is in useGravatar wm42016-08-22
* player: log if video is considered an imageGravatar wm42016-08-21
* player: update Windows playback state asynchronouslyGravatar wm42016-08-20