aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* command: prevent O(n^2) behaviour for playlist propertyGravatar James Ross-Gowan2016-08-20
* player: refresh very low framerate video on filter changesGravatar wm42016-08-19
* vf_rotate: allow arbitrary rotationGravatar wm42016-08-19
* player: make looping slightly more seamlessGravatar wm42016-08-18
* audio: improve aspects of EOF handlingGravatar wm42016-08-18
* video: don't discard video frames after endptsGravatar wm42016-08-18
* player: add option to control duration of image displayGravatar wm42016-08-17
* player: allow passing flags to queue_seek()Gravatar wm42016-08-15
* command: add replaygain information properties to track-listGravatar wm42016-08-13
* command: add a property that returns filename without extensionGravatar wm42016-08-11
* player: add --no-autoload-files optionGravatar wm42016-08-10
* player: add --audio-wait-open optionsGravatar wm42016-08-09
* player: add --audio-stream-silenceGravatar wm42016-08-09
* client API: add stream_cb API for user-defined stream implementationsGravatar Aman Gupta2016-08-07
* client API: add MPV_ERROR_GENERICGravatar wm42016-08-07
* player: gross hack to improve non-hr seeking with external audio tracksGravatar wm42016-08-07
* player: fix mid-stream audio sync conditionGravatar wm42016-08-07
* player: fix display-sync timing if audio take long on resumeGravatar wm42016-08-07
* player: sync audio as well when enabling it mid-streamGravatar wm42016-08-06
* player: improve instant track switchingGravatar wm42016-08-06
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04