summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * build: add option to build a librarywm42014-02-106-12/+43
| * build: include a copy of syms.py from upstream wafwm42014-02-101-0/+81
| * lua: add a timer APIwm42014-02-101-10/+79
| * lua: port to client APIwm42014-02-1010-224/+242
| * Add a client APIwm42014-02-1011-118/+1867
| * timer: init only oncewm42014-02-103-7/+18
| * options: add --no-terminal switchwm42014-02-108-30/+60
| * threads: add a dispatch queue thingwm42014-02-102-0/+250
| * threads: avoid timeout calculation overflowwm42014-02-101-0/+3
|/
* demux_mkv: remove weird seeking semantics for audiowm42014-02-091-6/+1
* demux_mkv: improve audio-only seekingwm42014-02-091-5/+8
* demux: fix some newlines in output messageswm42014-02-091-2/+2
* player: fix an assert when reinitializing audio in some caseswm42014-02-091-0/+3
* vo_opengl: use exactly the values defined by BT.709 for CMSnand2014-02-091-3/+9
* msg: clear lines by printing spaces on MS Windowswm42014-02-091-1/+7
* demux_lavf: work around idiotic libavutil API printing a warningwm42014-02-081-1/+5
* player: handle seek delays differentlywm42014-02-075-25/+27
* gl_x11: don't require a X visual for modern GL context creationwm42014-02-061-4/+10
* gl_x11: always request true color visualwm42014-02-061-0/+1
* demux_lavf: do metadata-from-packet update before possibly discarding itwm42014-02-061-2/+1
* demux_lavf: don't check for error when setting "keepside" flagwm42014-02-061-4/+1
* DOCS/waf-buildsystem: add link to the Waf bookTimothy Gu2014-02-061-1/+1
* DOCS/crosscompile-mingw: use MarkdownTimothy Gu2014-02-061-1/+6
* DOCS/crosscompile-mingw: updateTimothy Gu2014-02-061-4/+0
* demux: reword "Clip info:" line to "File tags:"wm42014-02-061-1/+1
* demux: fill metadata directly, instead of using wrapper functionswm42014-02-064-57/+26
* demux_lavf: clear metadata on update, instead of merging itwm42014-02-063-0/+8
* demux: handle tag updates differentlywm42014-02-063-15/+21
* stream_lavf: prefix icy metadata with "icy-"wm42014-02-061-1/+1
* demux_lavf: get updated metadata from a packet if availableBen Boeckel2014-02-063-0/+43
* umpv: silence mpv terminal outputwm42014-02-051-2/+4
* umpv: improve descriptionwm42014-02-051-9/+11
* umpv: use --force-windowwm42014-02-051-4/+2
* audio: fix signedness of AF_FORMAT_S32Pwm42014-02-051-1/+1
* io: make MP_PATH_MAX private to win32 codewm42014-02-032-12/+10
* mf: don't limit filename length with PATH_MAXwm42014-02-031-3/+3
* player: refresh OSD on track switchingwm42014-02-031-0/+2
* command: output more information in colorspace properties and simplifywm42014-02-031-39/+31
* csputils: correct constness of csp name constantswm42014-02-032-6/+6
* wayland: change minimum versionAlexander Preisinger2014-02-022-11/+2
* x11: fix initial VO sizewm42014-02-021-6/+7
* x11: remove apparently useless codewm42014-02-021-8/+0
* x11: fix race condition when setting aspect when leaving fullscreenwm42014-02-021-1/+10
* old-configure: use -std=c99wm42014-02-021-2/+2
* build: switch to -std=c99 for saner float semanticswm42014-02-021-1/+1
* cache: refuse to seek outside of cache boundarieswm42014-01-311-4/+18
* threads: add function to calculate deadline for timed waitswm42014-01-312-3/+14
* threads: add wrapper for initializing recursive mutexeswm42014-01-314-10/+17
* demux_mkv: remove unused fieldwm42014-01-311-4/+0
* demux_lavf: fix crash with empty fileswm42014-01-311-1/+1
* quvi: disable subtitle fetching by defaultwm42014-01-312-5/+7
* options: alternative way to specify color optionswm42014-01-312-12/+65
* vo_wayland: silence shadowing warningwm42014-01-291-3/+3
* msg: don't clear the status line if new and previous status was emptywm42014-01-291-0/+3
* mp_image: reject too large image sizeswm42014-01-291-0/+4
* sd_lavc: skip 0 sized sub-bitmapswm42014-01-291-2/+4
* wayland/shm: RGB888 as default, change optionsAlexander Preisinger2014-01-281-15/+27
* wayland/shm: fix memory leakAlexander Preisinger2014-01-281-1/+4
* wayland/shm: remove resize boilerplateAlexander Preisinger2014-01-281-21/+4
* w32: use safe DLL search paths everywhereJames Ross-Gowan2014-01-272-17/+21
* w32: enable heap corruption detectionJames Ross-Gowan2014-01-271-0/+3
* w32: don't disable the error reporting dialogJames Ross-Gowan2014-01-271-1/+1
* sub: fix crash with certain uses of --vf=subwm42014-01-263-32/+10
* demux_lavf: add hack to workaround too unreliable mp3 detectionwm42014-01-251-0/+2
* demux_lavf: refactor format probing hackwm42014-01-251-26/+24
* build: fix usage of HAVE_SDL1 defineStefano Pigozzi2014-01-252-4/+4
* waf: rename --enable-sdl to --enable-sdl1wm42014-01-252-2/+2
* vo_sdl: fix compilationwm42014-01-251-2/+2
* audio/filter: remove redundant log message prefixeswm42014-01-2413-44/+44
* vo_wayland: fix confusion of video and window sizeswm42014-01-241-2/+2
* video/out: do remaining config to reconfig replacementswm42014-01-2410-108/+63
* stream_pvr: Fix fd check, -1 indicates invalid, not 0.reimar2014-01-231-1/+1
* audio: fix balance controlwm42014-01-231-2/+2
* demux_mkv: nicer edition outputwm42014-01-233-13/+65
* demux_mkv: don't attempt to seek back when indexingwm42014-01-221-8/+0
* demux_mkv: fix EOF with concatenated segmentswm42014-01-221-7/+14
* demux_mkv: remove old track printing codewm42014-01-221-12/+0
* demux_mkv: always fail on header reading errorwm42014-01-221-6/+2
* demux_mkv: avoid seeking when reading headerswm42014-01-221-128/+116
* aspect: remove a small ffmpeg dependencywm42014-01-221-4/+2
* vo: merge get rid of vo.aspdat fieldwm42014-01-225-109/+91
* vo: move vo_get_src_dst_rects to aspect.cwm42014-01-222-128/+130
* video/out: don't access aspdat in VOswm42014-01-2210-47/+38
* vo_opengl: don't assume there'a always 1 fbconfig on successwm42014-01-211-1/+1
* cocoa: remove dead codeStefano Pigozzi2014-01-212-8/+0
* waf: try to fix unicode/byte string messupwm42014-01-211-1/+1
* lua: allow ~ path convention for --luawm42014-01-211-1/+3
* w32_common: Fix extended keysJames Ross-G