summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lua: add option to disable auto-loading of lua scriptswm42014-02-285-1/+11
* config: don't load global config files with --config-dirwm42014-02-281-1/+2
* config: fix --config-dir logic for global config fileswm42014-02-281-1/+1
* manpage: document properties added in previous commitwm42014-02-281-0/+7
* client API: add two properties, 'time-start' and 'seekable'xylosper2014-02-281-0/+21
* client APIs: fix some typosxylosper2014-02-282-2/+2
* audio: add enum name for speaker idxylosper2014-02-281-1/+1
* manpage: lua: fix typowm42014-02-281-1/+1
* manpage: lua: update from previous commitwm42014-02-281-1/+7
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKwm42014-02-284-4/+23
* client API: wait for remaining asynchronous requests before terminatingwm42014-02-281-0/+9
* ao: document some functionswm42014-02-282-3/+35
* DOCS: kill the rest of the old mplayer tech documentationwm42014-02-288-949/+0
* command: use the step size for "add volume" commandswm42014-02-273-18/+4
* command: format volume property as integer for OSDwm42014-02-271-0/+6
* vo_opengl: change gamma suboption to take a valuewm42014-02-273-9/+15
* vo_opengl: Change the default icc-intent to relative colorimetricNiklas Haas2014-02-262-3/+3
* lua: add set_property_native functionwm42014-02-262-5/+144
* lua: mark table values returned by get_property_native with their typewm42014-02-262-1/+22
* m_option: make converting mpv_node to string always failwm42014-02-261-1/+1
* lua: implement mp.get_opt() in Luawm42014-02-262-24/+9
* m_option: fix key/value list string conversionwm42014-02-261-1/+1
* client API: don't send MPV_EVENT_IDLE when not entering idle modewm42014-02-261-2/+3
* threads: fix wait time overflow checkwm42014-02-261-2/+2
* client API: don't explode when destroying uninitialized mpv_handlewm42014-02-261-1/+2
* client API: accept NULL as mpv_destroy() argumentwm42014-02-261-0/+3
* options: fix --list-options outputwm42014-02-261-2/+2
* client API: treat MPV_FORMAT_STRING differently in mpv_set_propertywm42014-02-261-19/+20
* m_property: fix confused error codewm42014-02-261-1/+1
* m_option: don't make "unset" string and string list return NULL stringswm42014-02-261-2/+2
* client API: fix broken property/option functionsxylosper2014-02-261-3/+4
* osd: override user bindings for OSC inputwm42014-02-263-5/+5
* options: allow changing options at runtimewm42014-02-255-44/+56
* client API: change description of format conversionswm42014-02-251-6/+10
* config: when writing resume config, read options, not propertieswm42014-02-251-33/+33
* config: don't save options to resume-config that didn't changewm42014-02-253-5/+31
* input: allow input.conf bindings to be declared as builtinwm42014-02-252-0/+14
* config: always print resolved config paths in verbose modewm42014-02-251-50/+63
* manpage: remove unused environment variablewm42014-02-251-3/+0
* config: add a --config-dir option to force config directorywm42014-02-254-0/+29
* config: don't write default config filewm42014-02-251-13/+3
* manpage: Improve wording on icc-approx-gammaNiklas Haas2014-02-251-5/+5
* manpage: document the new loadfile argumentwm42014-02-251-1/+6
* client api examples: set an option with MPV_FORMAT_FLAGwm42014-02-241-1/+2
* command: fix loadfile commandwm42014-02-243-3/+6
* client API: report pause/unpause reasonwm42014-02-248-31/+119
* client API: expose the internal clockwm42014-02-243-1/+20
* lua, osc: use properties for chapter/track listswm42014-02-242-82/+5
* command: make options property return the list of all optionswm42014-02-243-7/+39
* client API: add comment about character encoding issueswm42014-02-241-0/+10
* lua: add a bunch of functions to get/set properties by their native typewm42014-02-243-7/+192
* client API: implement setting options using their native type toowm42014-02-243-4/+50
* m_property: retrieve chapter lists etc. as mpv_nodewm42014-02-241-4/+54
* client API: add support for accessing properties by their native typewm42014-02-241-33/+158
* m_property: add mechanism to access properties as mpv_nodewm42014-02-242-0/+47
* m_option: add a way to convert values to/from mpv_nodewm42014-02-242-15/+462
* client API: adjust error stringswm42014-02-241-2/+2
* m_property: simplify some codewm42014-02-241-10/+6
* client API: add more data formats, add a structured data typewm42014-02-241-3/+156
* client API: change semantics for MPV_FORMAT_STRINGwm42014-02-242-7/+19
* client API: fix a typowm42014-02-241-1/+1
* client API: remove trailing "," from enumswm42014-02-241-3/+3
* client API: spellingwm42014-02-241-1/+1
* vdpau: change the error message when video too largeAndrey Morozov2014-02-241-1/+2
* vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gammaNiklas Haas2014-02-243-6/+25
* m_option: fix printf format specifierwm42014-02-241-1/+2
* configure: fix typoNyx0uf2014-02-241-1/+1
* dvd: treat missing volume ID as "unsupported", not errorwm42014-02-232-4/+4
* cache: cache DVD volume IDwm42014-02-231-0/+13
* dvd: check for empty DVD volume IDwm42014-02-232-3/+7
* command: use DVD volume ID for media-title propertyxylosper2014-02-235-0/+28
* example.conf: change subtitle codepage example to use UTF-8 fallbackwm42014-02-231-1/+2
* example.conf: subtitle encodingYaser Alraddadi2014-02-231-0/+3
* command: provide per-file-options for loadfile commandxylosper2014-02-233-1/+11
* command: remove special casing for strings in input commandswm42014-02-232-9/+17
* old build: add a missing config.h definewm42014-02-231-0/+2
* ta: fix commentwm42014-02-231-1/+1
* ta: clarify a corner casewm42014-02-231-0/+4
* manpage: fix a metadata property namewm42014-02-231-1/+1
* command: don't use option name in propertieswm42014-02-232-34/+16
* manpage: fix yadif example in one casewm42014-02-231-1/+1
* m_option: explicitly allow m_option.name==NULLwm42014-02-231-10/+11
* lua: fix behavior if no script command handler is registeredwm42014-02-231-1/+3
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-207-68/+37
* input: check for abort cmd in multi-commandswm42014-02-205-10/+20
* input: ignore modifiers when releasing keysJames Ross-Gowan2014-02-201-2/+2
* build: syms: add support for Mach-O binariesStefano Pigozzi2014-02-191-1/+5
* manpage: input: clarify chapter-metadata propertywm42014-02-191-2/+8
* command: allow accessing metadata entries as listwm42014-02-192-0/+31
* command: move metadata entry access to metadata/by-key/wm42014-02-192-3/+12
* manpage: lua: improve explanation of tracks-changed and tracks-switchedwm42014-02-191-4/+4
* client API: add event for metadata changeswm42014-02-196-3/+16
* input, dvdnav: fix osc stealing input from dvdnavwm42014-02-193-5/+18
* input: minor simplification for --input-testwm42014-02-191-5/+4
* video: add rounding to aspect ratio calculationswm42014-02-191-2/+2
* command: export list of editions as propertieswm42014-02-192-0/+83
* command: export codec for each trackwm42014-02-192-0/+8
* player: fix start time if timeline is used (ordered chapters, EDL)wm42014-02-191-7/+5
* edl: extend with chapter timestampswm42014-02-192-1/+38
* edl: fix offset of user-visible chapterswm42014-02-191-1/+1
* stream_file: cache remote files on WindowsJames Ross-Gowan2014-02-181-0/+17
* vo_opengl: use GL_RGBA16 FBO format for HQGrigori Goronzy2014-02-171-1/+1
* manpage: lua: shorten description of register_script_command()wm42014-02-171-37/+12
* manpage: lua: attempt to improve add_key_binding() descriptionwm42014-02-171-18/+23
* manpage: lua: improve introduction, add simplistic examplewm42014-02-171-15/+26
* manpage: lua: fix typowm42014-02-171-1/+1
* manpage: input: document script_message commandwm42014-02-171-0/+8
* vo_corevideo: remove unused variableStefano Pigozzi2014-02-171-1/+0
* stream_file: activate cache with files on network file systemsStefano Pigozzi2014-02-172-0/+33
* client API: add events for video and audio reconfigwm42014-02-177-1/+34
* w32_common: don't set small iconJames Ross-Gowan2014-02-171-4/+1
* lua: add mechanism for script provided key bindingswm42014-02-173-3/+188
* input: debug output for registered bindingswm42014-02-171-0/+7
* input: don't let builtin bindings overwrite user bindingswm42014-02-171-2/+6
* client API: add a client message eventwm42014-02-177-0/+58
* keycodes: add const to a function argumentwm42014-02-172-2/+2
* lua: allow giving fallback values in get_property() callswm42014-02-172-8/+13
* lua: remove redundant inline documentationwm42014-02-171-4/+0
* DOCS/crosscompile-mingw: use settings.mk instead of make variablesTimothy Gu2014-02-171-9/+20
* DOCS/crosscompile-mingw: update disk space statsTimothy Gu2014-02-171-1/+1
* DOCS/crosscompile-mingw: updateTimothy Gu2014-02-171-16/+24
* wayland/shm: remove unused defineAlexander Preisinger2014-02-161-2/+0
* command: export chapter list as propertieswm42014-02-162-4/+32
* command: export playlist as propertieswm42014-02-162-11/+26
* command: expose track list as propertieswm42014-02-162-3/+73
* m_property: add a mechanism to organize a list of sub-propertieswm42014-02-162-0/+89
* demux: expose stream_type_name() functionwm42014-02-162-1/+3
* command: export more video params as propertieswm42014-02-162-39/+91
* m_property: add a sub-property mechanismwm42014-02-162-1/+88
* csputils: provide string descriptions of chroma locationswm42014-02-162-0/+9
* Merge branch 'master' of git://github.com/mpv-player/mpvDiogo Franco (Kovensky)2014-02-1510-13/+93
|\
| * win32: restore support for exe directory as config directoryelevengu2014-02-141-1/+5
| * crosscompile-mingw: improve instructions for MXEwm42014-02-141-0/+2
| * sd_lavc: handle subtitles with no subtitle resolution setxylosper2014-02-141-0/+4
| * options: make --no-config block all auto-loaded configuration fileswm42014-02-143-5/+14
| * lua: auto-load scripts from ~/.mpv/lua/wm42014-02-142-3/+53
| * lua: make register_event() not overwrite previous event handlerwm42014-02-142-4/+15
* | Parse::Matroska::Reader: get rid of `bigrat`Diogo Franco (Kovensky)2014-02-151-17/+20
|/
* build: Add -U__STRICT_ANSI__ to CFLAGS on CygwinDiogo Franco (Kovensky)2014-02-131-0/+1
* build: disable clang's tautological compare warnings [2]Stefano Pigozzi2014-02-131-3/+3
* sub: handle vobsub-in-mp4wm42014-02-135-0/+44
* build: disable clang's tautological compare warningsStefano Pigozzi2014-02-131-0/+2
* cocoa: fix deadlock during initialization [2]Stefano Pigozzi2014-02-131-6/+3
* player: select subtitles added with sub_addwm42014-02-131-2/+5
* build: bump libmpg123 versionwm42014-02-131-1/+1
* cocoa: fix deadlock during initializationStefano Pigozzi2014-02-131-1/+2
* vo_opengl: make :srgb decompand the BT.709 values correctlynand2014-02-121-2/+15
* vo_wayland: silence shadowing warningwm42014-02-121-3/+3
* command: fix metadata propertywm42014-02-121-2/+2
* manpage: reformat property listwm42014-02-121-113/+344
* manpage: lua: move less important events to the end of the listwm42014-02-121-36/+35
* manpage: lua: document receiving of terminal messageswm42014-02-121-2/+36
* manpage: lua: rewrite event descriptionwm42014-02-121-30/+86
* client API: fix description of mpv_event.error fieldwm42014-02-121-4/+7
* manpage: lua: minor fixeswm42014-02-121-4/+4
* player: fix --force-window on OSXwm42014-02-112-4/+9
* man: update wayland optionsAlexander Preisinger2014-02-111-3/+8
* wayland/shm: rewrite buffer handlingAlexander Preisinger2014-02-111-131/+229
* wayland/shm: prevent the window from flying awayAlexander Preisinger2014-02-111-0/+2
* manpage: fix Lua script shutdown description againwm42014-02-111-6/+6
* manpage: document --aspect special valueswm42014-02-111-0/+7
* video: fix --no-aspectwm42014-02-111-2/+2
* build: add SONAME to libmpv.sowm42014-02-111-0/+1
* manpage: use Lua for Lua examplewm42014-02-111-1/+1
* manpage: document mp.commandv Lua commandwm42014-02-111-0/+15
* manpage: move description of script shutdown to a separate paragraphwm42014-02-111-4/+6
* manpage: fix formatting of example codewm42014-02-111-6/+7
* manpage: document some Lua scripting functionswm42014-02-111-2/+160
* lua: some minor API changeswm42014-02-112-14/+20
* lua: add set_property functionwm42014-02-111-0/+10
* lua: change error behaviorwm42014-02-111-13/+11
* lua: rename some API functionswm42014-02-112-76/+76
* av_log: add tons of warnings against mismatched ffmpeg/libav librarieswm42014-02-101-0/+22
* av_log: restructure version printing codewm42014-02-101-18/+28
* vo_opengl: fix typo in gamma function's parameternand2014-02-101-2/+2
* vo_vdpau: Discard zero timestampsJonas Zetterberg2014-02-101-0/+3
* vo_vdpau: Ensure presentation time is within boundsJonas Zetterberg2014-02-101-0/+4
* Merge branch 'client_api'wm42014-02-1029-375/+2686
|\
| * Add a client API examplewm42014-02-104-0/+69
| *