aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* demux_libass: change how external ASS subtitles are loadedGravatar wm42014-03-15
* command: rename dvd- properties to disc-Gravatar wm42014-03-15
* command: prefix DVD title properties with "dvd-"Gravatar wm42014-03-15
* command: add new property 'title'Gravatar xylosper2014-03-15
* player/main: Fix Cygwin buildGravatar James Ross-Gowan2014-03-13
* command: fix wrong condition & remove redundant stream type checkingGravatar xylosper2014-03-13
* command: set 'media-title' property for bluray disc with meta-dataGravatar xylosper2014-03-13
* af: add metadata field to af_stream and af_instanceGravatar Alessandro Ghedini2014-03-13
* Revert "player: simplify audio reset when seeking"Gravatar wm42014-03-10
* audio: don't downmix when doing digital passthroughGravatar wm42014-03-10
* audio: make --channels option always force the output layoutGravatar wm42014-03-10
* audio: don't write audio when pausedGravatar wm42014-03-09
* audio: remove handling of partially written dataGravatar wm42014-03-09
* audio/out: make draining a separate operationGravatar wm42014-03-09
* command: fix osd-height propertyGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* encode: don't access ao->ptsGravatar wm42014-03-07
* lua: add license headerGravatar wm42014-03-07
* player: reformat some codeGravatar wm42014-03-03
* player: make separation between user/automatic track selection strongerGravatar wm42014-03-03
* command: fix null pointer dereference in idle modeGravatar wm42014-03-02
* player: cheap hack against idle event feedback loopGravatar wm42014-03-01
* client API: fix playloop thread wakeupGravatar wm42014-03-01
* lua: set a proper chunk name for builtin modulesGravatar wm42014-03-01
* lua: fix add_key_binding()Gravatar wm42014-03-01
* lua: fix format string in luaL_error()Gravatar wm42014-03-01
* client API: fix timeout handlingGravatar wm42014-03-01
* lua: fix use of renamed functionGravatar wm42014-03-01
* lua: add option to disable auto-loading of lua scriptsGravatar wm42014-02-28
* config: don't load global config files with --config-dirGravatar wm42014-02-28
* client API: add two properties, 'time-start' and 'seekable'Gravatar xylosper2014-02-28
* client APIs: fix some typosGravatar xylosper2014-02-28
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKGravatar wm42014-02-28
* client API: wait for remaining asynchronous requests before terminatingGravatar wm42014-02-28
* command: use the step size for "add volume" commandsGravatar wm42014-02-27
* command: format volume property as integer for OSDGravatar wm42014-02-27
* lua: add set_property_native functionGravatar wm42014-02-26
* lua: mark table values returned by get_property_native with their typeGravatar wm42014-02-26
* lua: implement mp.get_opt() in LuaGravatar wm42014-02-26
* client API: don't send MPV_EVENT_IDLE when not entering idle modeGravatar wm42014-02-26
* client API: don't explode when destroying uninitialized mpv_handleGravatar wm42014-02-26
* client API: accept NULL as mpv_destroy() argumentGravatar wm42014-02-26
* client API: treat MPV_FORMAT_STRING differently in mpv_set_propertyGravatar wm42014-02-26
* client API: fix broken property/option functionsGravatar xylosper2014-02-26
* osd: override user bindings for OSC inputGravatar wm42014-02-26
* options: allow changing options at runtimeGravatar wm42014-02-25
* config: when writing resume config, read options, not propertiesGravatar wm42014-02-25
* config: don't save options to resume-config that didn't changeGravatar wm42014-02-25
* config: don't write default config fileGravatar wm42014-02-25
* client API: report pause/unpause reasonGravatar wm42014-02-24