aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* sub: use new FFmpeg API to check MicroDVD FPSGravatar wm42014-03-04
* player: reformat some codeGravatar wm42014-03-03
* player: make separation between user/automatic track selection strongerGravatar wm42014-03-03
* m_property: allow setting string properties via M_PROPERTY_SET_STRINGGravatar 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
* vo_opengl: minor simplificationGravatar wm42014-03-01
* vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache headerGravatar Niklas Haas2014-03-01
* sd_ass: add a very simple and evil way to override ASS subtitle stylesGravatar 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
* timer: add utility function to get relative timeGravatar wm42014-02-28
* msg: add --msgtime option to add timestamps to each output messageGravatar wm42014-02-28
* 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
* config: fix --config-dir logic for global config filesGravatar wm42014-02-28
* manpage: document properties added in previous commitGravatar wm42014-02-28
* client API: add two properties, 'time-start' and 'seekable'Gravatar xylosper2014-02-28
* client APIs: fix some typosGravatar xylosper2014-02-28
* audio: add enum name for speaker idGravatar xylosper2014-02-28
* manpage: lua: fix typoGravatar wm42014-02-28
* manpage: lua: update from previous commitGravatar wm42014-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
* ao: document some functionsGravatar wm42014-02-28
* DOCS: kill the rest of the old mplayer tech documentationGravatar 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
* vo_opengl: change gamma suboption to take a valueGravatar wm42014-02-27
* vo_opengl: Change the default icc-intent to relative colorimetricGravatar Niklas Haas2014-02-26
* lua: add set_property_native functionGravatar wm42014-02-26
* lua: mark table values returned by get_property_native with their typeGravatar wm42014-02-26
* m_option: make converting mpv_node to string always failGravatar wm42014-02-26
* lua: implement mp.get_opt() in LuaGravatar wm42014-02-26
* m_option: fix key/value list string conversionGravatar wm42014-02-26
* client API: don't send MPV_EVENT_IDLE when not entering idle modeGravatar wm42014-02-26
* threads: fix wait time overflow checkGravatar 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
* options: fix --list-options outputGravatar wm42014-02-26
* client API: treat MPV_FORMAT_STRING differently in mpv_set_propertyGravatar wm42014-02-26
* m_property: fix confused error codeGravatar wm42014-02-26
* m_option: don't make "unset" string and string list return NULL stringsGravatar 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