summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* player: adjust A/V desync messagewm42015-03-031-3/+3
* Fix compilationDiogo Franco (Kovensky)2015-02-251-2/+5
* ytdl: add --no-warningswm42015-02-251-1/+1
* ytdl: Adapt to new subtitles structureJaime Marquínez Ferrándiz2015-02-251-9/+11
* encoding: allow encoding to channel configurations other than stereowm42015-02-251-1/+3
* player: fix demuxer lifetime managementwm42015-02-242-54/+43
* player: move timeline scanning (ordered chapters etc.) to a threadwm42015-02-211-7/+15
* player: cosmetics: async/non-blocking -> reentrantwm42015-02-213-13/+13
* demux_edl: make independent from MPContextwm42015-02-192-6/+0
* demux_edl: move implementationwm42015-02-191-302/+0
* demux_cue: make independent from MPContextwm42015-02-192-5/+0
* demux_cue: move implementationwm42015-02-191-415/+0
* matroska: move timeline code to demux/wm42015-02-191-654/+0
* matroska: make timeline code independent of MPContextwm42015-02-193-114/+117
* player: use a separate context for timeline loader stuffwm42015-02-192-22/+46
* player: use a macro to remove an element from an arraywm42015-02-191-6/+1
* player: actually close files when using sub_removewm42015-02-191-13/+38
* osxbundle: config file special case isn't needed anymorewm42015-02-161-6/+0
* player: undeprecate 'config' fileswm42015-02-161-22/+5
* Fix build on OSX broken by previous commitwm42015-02-161-1/+1
* vf_vapoursynth: add display refresh rate propertyJulian2015-02-161-0/+2
* player: deprecate 'config' files (use mpv.conf), warn against clasheswm42015-02-161-5/+27
* command: mark get_property as deprecatedwm42015-02-161-0/+4
* encoding: fixed-vo option was removedwm42015-02-161-1/+0
* player: add a --loop=force modewm42015-02-162-8/+6
* osx: move code to unset input context to the right placewm42015-02-161-4/+4
* osx: move cocoa specific call out of common codewm42015-02-161-8/+0
* player: drop explicit exit() callswm42015-02-161-14/+9
* Revert "player: make --force-window create the window immediately on start"wm42015-02-121-1/+0
* tl_matroska: only check the chapter count when adding chaptersBen Boeckel2015-02-061-3/+3
* tl_matroska: squeeze down the number of parametersBen Boeckel2015-02-061-62/+77
* player: do not autoload audio with audio files, enable autoloadingwm42015-02-051-0/+12
* matroska: warn against mismatching segmentswm42015-02-041-0/+49
* player: move timeline specific handling to timeline loaderswm42015-02-044-14/+14
* command: add on_unload hookwm42015-02-041-0/+10
* player: make --force-window create the window immediately on startwm42015-02-031-0/+1
* player: remove --fixed-vowm42015-02-033-7/+2
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-033-34/+37
* command: add property returning detected audio deviceStefano Pigozzi2015-02-031-1/+11
* command: add property returning detected hwdec APIwm42015-02-021-1/+32
* player: add external audio file auto-loadingwm42015-02-021-44/+58
* command: add properties returning the current VO and AO driverwm42015-02-021-2/+18
* client API: add mpv_wait_async_requests()wm42015-02-021-8/+12
* command: add dummy get implementation for tv-channel propertywm42015-02-021-0/+2
* player: dump audio jitter to stats filewm42015-02-011-4/+5
* command: send additional property change events in-between loadingwm42015-02-013-0/+3
* command: improve observability of some audio propertieswm42015-02-011-1/+2
* player: don't treat audio playback restart while paused specialwm42015-01-301-4/+1
* player: minor simplification in A/V-sync related codewm42015-01-302-10/+6
* Revert "player: allow seeking audio between video frames"wm42015-01-301-9/+1
* player: print desync message on negative A/V-sync toowm42015-01-301-1/+1
* player: rearrange some A/V-sync related codewm42015-01-301-6/+5
* player: use correct type for some relative timeswm42015-01-301-3/+3
* command: change sub-visibility OSD messagewm42015-01-291-1/+2
* player: move more code out of central playloop functionwm42015-01-291-58/+73
* player: remove redundant variablewm42015-01-295-12/+9
* player: allow seeking audio between video frameswm42015-01-281-1/+9
* player: enable hr-seek on audio after video endwm42015-01-281-1/+2
* player: demote matroska ordered chapter scanning messages to VerboseDiogo Franco (Kovensky)2015-01-281-1/+1
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILBen Boeckel2015-01-271-1/+1
* command: export more details about file seekabilitywm42015-01-261-0/+10
* player: fix framestep over timeline segment boundarieswm42015-01-261-0/+2
* options: list correct default value for --screenshot-templatewm42015-01-261-1/+1
* lua: do not use math.pow()wm42015-01-251-1/+1
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-1/+1
* ytdl: implement user-agent and cookie overrideswm42015-01-241-5/+34
* video: separate screenshot modeswm42015-01-231-24/+25
* input, player: new command for mouse eventxylosper2015-01-231-0/+19
* command: export file format as propertywm42015-01-231-0/+12
* player: some fixes for property notificationxylosper2015-01-232-4/+4
* video: handle hwdec screenshots differentlywm42015-01-221-0/+10
* client API: check locale, and reject anything other than "C" localewm42015-01-201-0/+16
* win32: remove check for SetPriorityClass()wm42015-01-201-3/+3
* audio: don't force any parameters if spdif is usedwm42015-01-201-5/+3
* demux_disc: pass seek flags to stream layerwm42015-01-191-3/+6
* client API: minor cleanupwm42015-01-191-17/+28
* client API: notify API user on event queue overflowwm42015-01-192-11/+23
* player: mention mpv encoding support for transcoding in desync. warningwm42015-01-191-1/+1
* video: fix waiting for last frame/format reconfigwm42015-01-191-1/+1
* x11: add --on-all-workspaces option and propertywm42015-01-161-0/+9
* command: unify handling of fullscreen and other VO flagswm42015-01-161-21/+12
* player: don't enable demuxer readahead before selecting trackswm42015-01-162-5/+6
* player: respect --untimed on last framewm42015-01-161-1/+3
* player: respect --untimed on video format changeswm42015-01-161-1/+1
* ytdl_hook: Check for empty playlistsChrisK22015-01-161-1/+7
* OSC: Reset all styles for idle messageChrisK22015-01-161-6/+6
* player: don't fall asleep on audio decoding errorswm42015-01-151-0/+2
* player: fix --stop-playback-on-init-failure on audio init failurewm42015-01-151-2/+1
* osc: fix disabling OSCwm42015-01-151-1/+5
* player: fallback to seek time for percent-pos propertywm42015-01-141-2/+2
* client API: fix log buffer overflow casewm42015-01-131-3/+3
* player: fix crash wtih --secondary-sidwm42015-01-131-2/+3
* tl_matroska: fix minor memory leak in error casewm42015-01-121-5/+7
* player: check sufficient track selection before destroying VOwm42015-01-121-9/+9
* win32: drop hacks for possibly broken static pthreads-win32 linkingwm42015-01-111-14/+0
* command: fix property naming conventionwm42015-01-101-2/+2
* command: change properties added in previous commitwm42015-01-101-10/+7
* command.c: new subproperties for video-params: bpp and depthxylosper2015-01-101-0/+12
* player: enable demuxer thread for external audio fileswm42015-01-101-0/+9
* player: change stream list terminal outputwm42015-01-091-2/+2
* tl_matroska: check chapter boundswm42015-01-091-2/+7
* video: fix timeline with some container formatswm42015-01-061-0/+2
* command: ignore chapter cycling if there's only 1 chapterwm42015-01-051-2/+5
* client API, vo_opengl_cb: properly uninit videowm42015-01-041-0/+1
* video: batch query_format callswm42015-01-032-3/+4
* ytdl: silence "succeeded" messagewm42015-01-031-1/+1
* vf_vapoursynth: pass through container FPS valuewm42015-01-031-10/+8
* x11: make display-names property observablewm42015-01-031-1/+1
* video: better pipelining with vf_vapoursynthwm42015-01-033-4/+26
* OSC: idlemessage: fix alignmentChrisK22015-01-021-3/+3
* OSC: add osc-message script command (wip)ChrisK22015-01-021-0/+5
* OSC: display "drop files here" message when idle + forced-windowChrisK22015-01-021-2/+52
* player: move terminal input init to a better placewm42015-01-021-3/+3
* player: print config.h contents in verbose modewm42015-01-021-6/+14
* command: make the "run" command work on Windows toowm42015-01-011-22/+35
* Update copyright yearwm42015-01-011-1/+1
* client API: add function to create new mpv_handles from existing oneswm42014-12-311-0/+14
* vo_opengl_cb: simplify API uninitializationwm42014-12-312-2/+13
* vo_opengl_cb: pass context directlywm42014-12-311-3/+1
* video: pass some VO params as structwm42014-12-312-6/+12
* command: make empty vf-metadata not an errorwm42014-12-301-11/+6
* options: expand ~ for the include optionStefano Pigozzi2014-12-301-1/+5
* command: add filtered-metadata propertywm42014-12-291-1/+12
* player: filter tags, add --display-tags optionwm42014-12-292-7/+8
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-294-15/+26
* command: stip path from playlist OSD displaywm42014-12-271-2/+8
* player: force stereo as default when encodingwm42014-12-271-0/+1
* player: fix random crashes on uninitializationwm42014-12-271-0/+1
* player: cosmetics: rename a functionwm42014-12-273-7/+7
* player: ordered chapters: cosmeticswm42014-12-261-54/+32
* player: ordered chapters: bullshit reductionwm42014-12-261-26/+5
* player: ordered chapters: filter missing chapterswm42014-12-261-0/+9
* command: overlay_add: more flexible treatment of offset parameterwm42014-12-261-8/+12
* win32: add mmap() emulationwm42014-12-261-9/+0
* player: hack against --keep-open misbehaving with broken fileswm42014-12-241-0/+2
* player: fix a typo in message outputwm42014-12-241-1/+1
* client API: fix compiler warning if openglcb API is disabledwm42014-12-221-1/+0
* vo_opengl_cb: free context on exitwm42014-12-221-0/+3
* client API: fix mpv_wakeup()wm42014-12-221-2/+2
* sub: reset sub decoder correctly when cycling subtitleswm42014-12-211-3/+1
* player: cosmetics: move code aroundwm42014-12-212-16/+15
* player: don't show "0%" percentage in infinite streamswm42014-12-202-4/+9
* player: print only changed tagswm42014-12-192-4/+24
* player: cosmetics: remove ancient commentwm42014-12-171-3/+0
* command: extend revert_seek commandwm42014-12-171-2/+10
* command: format ${avsync} like on terminal status linewm42014-12-161-0/+4
* client API: be more lenient about mpv_suspend/resume mismatcheswm42014-12-153-29/+53
* lua: cosmetics: fix some include directiveswm42014-12-151-3/+2
* scripting: fix/improve deprecation messagewm42014-12-151-3/+6
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-154-15/+32
* command, dvd: add property which returns list of DVD titleswm42014-12-131-0/+33
* options: add option for ignoring patch in resume mechanismwm42014-12-131-4/+8
* player: add a --keep-open=always modewm42014-12-121-1/+2
* command: add properties for current bitratewm42014-12-121-0/+23
* lua: don't ignore key press events for script key bindingswm42014-12-101-2/+2
* command: fix crash with some forms of script_bindingwm42014-12-101-1/+1
* player: update chapter marks when switching fileswm42014-12-101-0/+4
* command: add "idle" propertywm42014-12-101-2/+16
* player: change interaction between revert_seek and ab-loopswm42014-12-091-0/+1
* client API: expose OpenGL rendererwm42014-12-094-0/+69
* player: restore ab-loop settings with playback resumewm42014-12-091-0/+2
* build: fix --disable-libasswm42014-12-081-2/+2
* player: make chapter seek to end jump to last frame with --keep-openwm42014-12-083-2/+7
* options: add a 'once' idle modeStefano Pigozzi2014-12-071-1/+1
* sub: remove assertionwm42014-12-071-2/+1
* player: when seeking past EOF with --keep-open, seek to last framewm42014-12-073-7/+47
* osc: improve slimbox layout and minor code cleanupsChrisK22014-12-051-82/+92
* assdraw: Properly approximate circle for rounded boxChrisK22014-12-051-4/+5
* osc, dvd, bd: fix mouse state when changing menu modeswm42014-12-052-4/+9
* discnav: remove redundant callwm42014-12-041-2/+0
* dvd, bd: don't unnecessarily block on demuxer/stream all the timewm42014-12-041-1/+4
* dvd, bd, osc: disable OSC while a menu is activewm42014-12-041-0/+9
* lua: fully cleanup removed key bindingswm42014-12-031-0/+1
* client API: allow multiple mpv instances with terminal=yeswm42014-12-022-16/+21
* osc: always force mouse_move bindingwm42014-12-021-1/+1
* lua: fix broken error messagewm42014-12-021-1/+1
* player: don't signal an error if --stream-dump is usedwm42014-12-021-0/+1
* client API: print version on initializationwm42014-12-021-0/+2
* player: don't ignore relative seeks by 0 secondswm42014-11-291-4/+0
* command: avoid returning invalid FPS valueswm42014-11-291-3/+5
* player: reset frame step counter on seekswm42014-11-292-1/+1
* lua: add a function that formats Lua values as stringswm42014-11-291-16/+21
* player: simplify and fix ordered chapter EOF handlingwm42014-11-282-17/+11
* command: sub_add with "auto" should not always select a subtitle trackwm42014-11-271-1/+3
* audio: alternative fix for previous commitwm42014-11-271-4/+1
* audio: fix busy loop when seeking while pausedwm42014-11-271-2/+4
* ytdl: bump requrired youtube-dl version to 2014.11.26ChrisK22014-11-261-1/+1
* ytdl: Try to handle multi-arc videosChrisK22014-11-261-14/+37
* ytdl: When using DASH, print actual durationChrisK22014-11-261-1/+5
* client API: make sure youtube-dl is not used by defaultwm42014-11-251-0/+1
* audio: make mp_audio_config_to_str return a stack-allocated stringwm42014-11-251-3/+2
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-241-1/+1
* lua: remove redundant callwm42014-11-241-1/+0
* lua: always handle key repeat on the script sidewm42014-11-241-4/+5
* lua, ipc: remove leftoverswm42014-11-242-10/+0
* command: don't queue framestepswm42014-11-231-1/+14
* player: don't crash when using sub_seek without subtitleswm42014-11-231-2/+0
* input, lua: redo input handlingwm42014-11-234-43/+145
* client API: restrict client nameswm42014-11-232-20/+22
* input: set mouse area by default for all inputwm42014-11-231-1/+1
* lua: subprocess: move to osdep/subprocess-{win,posix}.cJames Ross-Gowan2014-11-221-478/+3
* lua: subprocess: use macros for SetHandleInformationJames Ross-Gowan2014-11-221-1/+2
* lua: subprocess: fix handle inheritance race conditionJames Ross-Gowan2014-11-221-11/+87
* lua: subprocess: fix Ctrl+C handling on WindowsJames Ross-Gowan2014-11-221-3/+11
* lua: subprocess: cancel pending I/O before returnJames Ross-Gowan2014-11-221-2/+7
* Remove some superfluous NULL checkswm42014-11-213-6/+2
* lua: add a way to add repeatable key bindingswm42014-11-211-3/+5
* command: dvd: better audio/video recovery on angle switchingwm42014-11-201-5/+2
* command: add drop_bufferswm42014-11-201-0/+10
* options: add --ytdl-format option for youtube-dl formatJaime Marquínez Ferrándiz2014-11-201-3/+12
* player: integrate ytdl_hook.luawm42014-11-192-0/+5
* lua: add youtube-dl hook scriptChrisK22014-11-191-0/+163
* command: add an ab_loop commandwm42014-11-181-0/+20
* command: improve A-B loop behaviorwm42014-11-183-3/+16
* lua: subprocess: support cancellation on WindowsJames Ross-Gowan2014-11-181-1/+9
* lua: subprocess: use overlapped I/O on WindowsJames Ross-Gowan2014-11-181-56/+133
* command: implement A-B loopswm42014-11-182-9/+65
* command: adjust previous commitwm42014-11-171-1/+3
* command: playlist property: return if an entry is currently playingwm42014-11-171-0/+2
* lua: subprocess: remove minor code duplicationwm42014-11-161-31/+22
* lua: subprocess: add Windows implementationJames Ross-Gowan2014-11-161-46/+257
* man: document osc seekbarstyle optionahoka2014-11-151-1/+1
* osc: add validation for string user optionsahoka2014-11-151-0/+16
* osc: add seekbarstyle optionahoka2014-11-151-0/+5
* sub: workaround braindead libass APIwm42014-11-153-10/+14
* command: list filters/VOs/AOs with option-infowm42014-11-141-0/+11
* command: export some option metadatawm42014-11-131-1/+33
* command: rename "option-flags" property to "option-info"wm42014-11-131-3/+3
* command: make sub-properties more flexiblewm42014-11-131-1/+1
* command: export mpv configure arguments as propertywm42014-11-131-0/+7
* player: simplify audio uninit on segment switcheswm42014-11-121-5/+4
* audio: fix some issues when reloading the AOwm42014-11-121-0/+3
* player: make the osd-msg prefix work for playlist_next/prevwm42014-11-114-1/+10
* audio: make decoders output refcounted frameswm42014-11-102-8/+8
* audio: change how filters are inserted on playback speed changeswm42014-11-101-42/+48
* player: don't try to use duration 0wm42014-11-101-1/+1
* dvd, bluray: reload demuxer on title changeswm42014-11-101-0/+1
* command: send property-change event on playlist changeAlessandro Ghedini2014-11-092-0/+6
* video/out: minor simplification to event query functionwm42014-11-091-1/+1
* audio/out: make ao_request_reload() idempotentwm42014-11-092-6/+6
* audio: handle reinit after AO reload slightly cleanerwm42014-11-091-8/+8
* player: improve audio time displaywm42014-11-081-1/+10
* command: silence a warning on win32wm42014-11-081-0/+2
* command: fix option-flags propertywm42014-11-081-1/+3
* command: export the flag whether an option was set on commandlinewm42014-11-071-0/+26
* client: remove redundant assignmentwm42014-11-071-1/+0
* client API: silence silly clang warningwm42014-11-071-2/+2
* command: add display-names propertyKevin Mitchell2014-11-071-0/+25
* command: use playback time as reference for sub_seekwm42014-11-051-2/+3
* player: fix --secondary-sidwm42014-11-041-1/+1
* command: add window-minimized property (X11 only)wm42014-11-023-0/+21
* command: make window-scale property observablewm42014-11-024-4/+19
* command: expose mpv version as propertywm42014-11-021-0/+8
* player: print anamorphic size only if video is anamorphicwm42014-11-021-2/+5
* player: always use demux_chapterwm42014-11-027-36/+24
* player: add --chapters-file optionwm42014-11-021-5/+25
* osd: properly wakeup when the OSD function disappearswm42014-11-011-3/+10
* player: update meaning of drop_frame_cntwm42014-11-014-9/+8
* player: show AV-desync message in all framedrop modeswm42014-11-011-2/+1
* sub: remove osd_get_sub()wm42014-11-013-5/+7
* sub: be more flexible about changes to how subtitles are renderedwm42014-10-311-20/+32
* player: change framedrop display in the status linewm42014-10-311-4/+5
* player: improve exit message in some scenarioswm42014-10-313-63/+58
* player: don't display zero duration for files with unknown durationwm42014-10-294-17/+22
* player: add an option to abort playback on partial init failureswm42014-10-283-3/+5
* player: handle DVB demuxer reloading correctlywm42014-10-281-2/+2
* client API: better error reportingwm42014-10-286-24/+52
* client API: add an enum for mpv_event_end_file.reasonwm42014-10-281-4/+3
* player: handle edition reloading slightly differentlywm42014-10-283-11/+11
* command: play the correct entry with loadfile ... append-playAlessandro Ghedini2014-10-271-1/+1
* player: don't spam video-reconfig eventwm42014-10-271-1/+1
* command: try 'icy-title' metadata for media-title as wellAlessandro Ghedini2014-10-271-0/+3
* command: add audio-device propertywm42014-10-271-0/+11
* audio: add command/function to reload audio outputwm42014-10-271-0/+16
* lua: subprocess: fix dumbwm42014-10-261-1/+1
* lua: subprocess: tunnel stderr through mp_logwm42014-10-261-20/+63
* lua: parse_json(): fix inverted condition for trail argumentwm42014-10-261-1/+1
* lua: subprocess: don't distinguish pipe errors/EOFwm42014-10-261-7/+4
* Drop libquvi supportwm42014-10-253-88/+2
* lua: fix some more lua_tostring() mistakeswm42014-10-251-1/+3
* lua: lua_tostring() on an error value can return NULLwm42014-10-241-2/+4
* command: finish hook execution if client failswm42014-10-243-6/+33
* command: add vo-configured propertywm42014-10-241-1/+10
* player: disable --force-window if VO failswm42014-10-241-1/+5
* video: send MPV_EVENT_VIDEO_RECONFIG on uninitwm42014-10-241-0/+1
* player: adjust uninit order of componentswm42014-10-241-6/+7
* command: fix debug outputwm42014-10-241-1/+1
* osc: make text squuezing layout dependentChrisK22014-10-241-31/+48
* osc: make tooltip_an default propertyChrisK22014-10-241-2/+3
* player: fix exiting if both audio and video fail initializingwm42014-10-234-8/+22
* lua: fix non-sensewm42014-10-231-1/+1
* client API: print properties set with -vwm42014-10-231-0/+7
* command: print executed commands with -vwm42014-10-231-0/+2
* command: add a "cached" mode to sub_addwm42014-10-231-1/+22
* osc.lua: add “bottombar” and “topbar” layoutsMartin Herkt2014-10-231-5/+281
* command: return error on invalid/absent IDs with ff-sid/ff-aidwm42014-10-231-2/+6
* player: show busy symbol on OSD if seeking takes too longwm42014-10-221-2/+7
* lua: don't let temporary values take the place of argumentswm42014-10-221-1/+13
* command: make reverse cycle_values match up with forward onewm42014-10-211-4/+3
* command: fix video-rotate update when pausedwm42014-10-211-11/+11
* lua: don't use "output" as identifierwm42014-10-211-4/+4
* command: add cursor-autohide propertywm42014-10-211-0/+14
* command: add playback-abort propertywm42014-10-211-0/+8
* command: add video-rotate propertywm42014-10-211-0/+12
* player: add stream selection by ffmpeg indexwm42014-10-213-11/+55
* sd_lavc: strictly letter-box PGS subtitleswm42014-10-211-1/+1
* command: add field-dominance propertyKevin Mitchell2014-10-211-0/+1
* lua: add convenience function for hookswm42014-10-211-0/+21
* command: extend sub_add commandwm42014-10-211-2/+10
* command: remove hook cancellation mechanismwm42014-10-203-15/+3
* command: allow sub_add at an earlier stagewm42014-10-201-1/+1
* osdep: limit thread names to 16 characterswm42014-10-201-1/+1
* Set thread name for debuggingwm42014-10-193-0/+9
* player: shutdown all clients before actual uninitwm42014-10-191-2/+2
* ipc: decouple from MPContextwm42014-10-192-10/+4
* fix build on OS X and BSDStefano Pigozzi2014-10-191-0/+1
* lua: fix lua_objlen -> lua_rawlen for lua 5.2Kevin Mitchell2014-10-181-1/+3
* lua: strictly free memory on errorswm42014-10-192-29/+30
* lua: expose JSON parserwm42014-10-191-0/+26
* lua: add an utility function for starting processeswm42014-10-191-2/+146
* command: add "estimated-vf-fps" change notifcationwm42014-10-191-1/+2
* lua: add a helper to auto-free temporary C memorywm42014-10-191-6/+32
* win32: get rid of mp_stat in the normal source codewm42014-10-172-2/+2
* input: implement JSON-based IPC protocolAlessandro Ghedini2014-10-172-0/+14
* options: don't load per-file config files by defaultwm42014-10-171-11/+11
* audio: don't go to sleep after audio reinitwm42014-10-171-0/+1
* player: quote %-starting stringsshdown2014-10-161-0/+2
* player: fix crash on early audio uninitwm42014-10-161-2/+2
* player: free subtitle renderer on exitwm42014-10-161-1/+1
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-165-12/+186
* command: allow setting per-file options at runtimewm42014-10-151-7/+24
* player: fix OSD cyclingwm42014-10-141-0/+2
* client API: allow returning float properties as integerswm42014-10-141-0/+4
* player: fix --frameswm42014-10-142-2/+4
* command: don't display non-sense if volume is unavailablewm42014-10-111-1/+1
* command: make volume/mute unavailable if audio is not initializedwm42014-10-111-6/+4
* client API: check result ptr in mpv_command_nodeJames Ross-Gowan2014-10-121-1/+1
* lua: add command_native() functionwm42014-10-111-0/+23
* client API: add mpv_command_node[_async]wm42014-10-111-3/+19
* input: use mpv_node parser for char** command parserswm42014-10-101-3/+2
* command: make audio device list available to the client APIwm42014-10-101-0/+32
* player: fix terminal status in idle modewm42014-10-101-0/+1
* player: don't mess up cursor visibility statewm42014-10-101-1/+1
* audio: change internal device listing APIwm42014-10-101-1/+1
* player: exit if audio init fails and there's no videowm42014-10-101-0/+2
* player: signal EOF when using --frameswm42014-10-102-2/+2
* player: minor simplificationwm42014-10-102-8/+2
* player: don't close audio device in gapless modewm42014-10-101-2/+1
* player: --save-position-on-quit should always work (2)wm42014-10-102-5/+5
* Revert "player: --save-position-on-quit should always work"wm42014-10-102-5/+1
* libmpv/cocoa: don't start the event monitorStefano Pigozzi2014-10-091-1/+2
* libmpv/cocoa: make global events work and get rid of is_cplayerStefano Pigozzi2014-10-093-6/+6
* client API: add an explanatory commentwm42014-10-091-1/+1
* audio: add device selection & listing with --audio-devicewm42014-10-091-0/+4
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-091-1/+1
* video: try harder to decode cover art picture only oncewm42014-10-091-2/+7
* player: don't reset buffering pausing state on seekswm42014-10-091-1/+0
* client API: introduce numeric log levelswm42014-10-081-0/+1
* player: minor cosmetic changewm42014-10-081-1/+1
* player: remove unnecessary codewm42014-10-071-3/+1
* command: add cache-buffering-state propertywm42014-10-073-1/+31
* client API: clarify pause/unpause events, modify core-idle propertywm42014-10-071-1/+2
* matroska: look for all known matroska file extensionswm42014-10-061-5/+18
* osd: don't let slow commands cut OSD messages shortwm42014-10-062-1/+9
* player: --save-position-on-quit should always workwm42014-10-062-1/+5
* player: open stream and demuxer asynchronouslywm42014-10-066-19/+146
* m_config: add function to copy all optionswm42014-10-061-0/+3
* player: move some libass setup code to sub.cwm42014-10-034-96/+100
* player: properly wakeup when delaying OSDwm42014-10-031-1/+3
* video: return responsibility of video redraw back to playloopwm42014-10-031-1/+2
* player: remove central uninit_player() function and flags messwm42014-10-039-227/+184
* command: don't show message on "osd" command by defaultwm42014-10-031-3/+2
* command: allow passing memory addresses to overlay_addwm42014-10-031-0/+6
* command: restructure overlay_add codewm42014-10-031-46/+63
* player: don't print audio/video init failure message twicewm42014-10-022-3/+4
* audio: enable pitch correction by default when playing fastwm42014-10-021-2/+37
* command: move setting playback speed to a separate functionwm42014-10-023-10/+19
* audio: refactor some aspects of filter chain setupwm42014-10-021-37/+37
* audio: remove --audiodropwm42014-09-302-16/+0
* lua: add mpv/lua directories to the lua pathOtto Modinos2014-09-281-0/+25
* client API, X11: change default keyboard input handling againwm42014-09-281-0/+1
* video: change automatic rotation and 3D filter insertionwm42014-09-271-6/+3
* input: separate creation and loading of configwm42014-09-271-1/+2
* build: add -Wno-format-zero-lengthwm42014-09-262-2/+2
* player: do not wrongly clear OSD bar stops, reindentwm42014-09-251-30/+30
* player: simplify OSD message handling codewm42014-09-252-103/+60
* player: move code to make playloop smallerwm42014-09-252-9/+9
* player: rate-limit OSD text updatewm42014-09-254-10/+18
* player: fix OSD redraw heuristic with audio-only modewm42014-09-251-1/+1
* sub: approximate subtitle display in no-video modewm42014-09-251-0/+3
* osc: update cache displayChrisK22014-09-251-3/+14
* player: change --keep-open semanticswm42014-09-241-1/+3
* player: show correct playback time with --keep-open --no-videowm42014-09-241-1/+2
* player: --loop-file takes precedence before --keep-openwm42014-09-241-2/+2
* audio: cleanup spdif format definitionswm42014-09-231-1/+1
* player: allow passing number of loops to --loop-filewm42014-09-221-0/+2
* command: no space before "%" in volume default OSD messagewm42014-09-221-1/+1
* video: filter new frames at a better time (2)wm42014-09-221-7/+9
* osd: fix --term-osd=nowm42014-09-221-1/+1
* command: improve "osd" commandwm42014-09-222-10/+9
* command: use show_property_osd() sub_stepwm42014-09-221-2/+1
* command: when changing a property, always show it on OSDwm42014-09-211-1/+4
* command: simplify OSD property display codewm42014-09-213-54/+42
* command: allow changing some OSD-related options even with no VOwm42014-09-211-2/+0
* command: remove unneeded ifdefswm42014-09-211-4/+4
* command: always show OSD message when changing volume etc.wm42014-09-211-15/+3
* options: remove --volstepwm42014-09-211-1/+1
* player: rename "Late:" field to "SD:"wm42014-09-201-1/+1
* video: actually count decoder-dropped frameswm42014-09-201-4/+7
* video: improve decoder-based framedropping modewm42014-09-201-6/+5
* player: make code more obviouswm42014-09-201-2/+2
* player: use backwards flag for seeking external trackswm42014-09-201-1/+1
* player: reset last_av_difference if not applicablewm42014-09-202-0/+2
* video: separate calling decoder/filterwm42014-09-181-14/+22
* video: check whether there are enough frames after filteringwm42014-09-181-6/+11
* video: filter new frames at a better timewm42014-09-181-24/+24
* player: allow overriding OSD message for all OSD levelswm42014-09-181-17/+26
* command: allow using ASS tags on OSD messageswm42014-09-181-0/+12
* command: add osd-sym-cc propertywm42014-09-183-11/+22
* player: don't let multiline filenames set options on resumewm42014-09-161-4/+7
* options.lua: call msg.debug after resolving 'identifier'Otto Modinos2014-09-161-2/+1
* command: avoid a double -> int castBen Boeckel2014-09-161-1/+1
* sanitizer: avoid divide-by-zero instancesBen Boeckel2014-09-141-5/+5
* player: shorten skip heuristic for playlist_prev to 1 secondwm42014-09-141-2/+2
* client API: use playback abort mechanismwm42014-09-131-0/+5
* stream: redo playback abort handlingwm42014-09-133-9/+9
* player: fix idle mode event handlingwm42014-09-131-8/+9
* input: remove central select() callwm42014-09-101-1/+0
* terminal-unix: move to threadwm42014-09-101-5/+0
* player: reset some VO state when video is terminatedwm42014-09-091-0/+3
* player: deal with some corner cases with playlist navigationwm42014-09-092-18/+23
* player: normalize playlist entries on addwm42014-09-091-4/+0
* player: some more input refactoringwm42014-09-074-56/+18
* lua: synchronously wait until scripts are loadedwm42014-09-063-5/+40
* player: minor refactoringwm42014-09-062-22/+31
* audio: fix initial sync with huge AO bufferwm42014-09-061-1/+1
* sub: fix possible deadlock with --no-sub-ass and similarwm42014-09-061-6/+1
* audio: correctly initialize output bufferwm42014-09-051-0/+6
* player: check for null in resume config searchJames Ross-Gowan2014-09-051-1/+2
* audio: fix random crashes on uninitwm42014-09-051-2/+1
* audio: fix obscure audio resync failure with timelineswm42014-09-052-3/+6
* cosmetics: remove a stray ';'wm42014-09-051-1/+1
* video: rename VOCTRL_GET_WINDOW_SIZEwm42014-09-051-2/+4
* player: add --media-title optionwm42014-09-021-0/+4
* player: properly resume playlists loaded at runtimewm42014-09-021-0/+3
* player: add --osd-playing-msg optionwm42014-09-021-5/+13
* player: simplistic HLS bitrate selectionwm42014-09-011-4/+11
* command: remove broken quvi-format propertywm42014-09-011-74/+0
* demux: get rid of old wrapperwm42014-09-011-1/+1
* command: disable some commands/properties properly in idle modewm42014-09-011-2/+21
* player: reset playback-related fields right on startwm42014-09-011-23/+17
* player: don't allow remote playlists to load local fileswm42014-09-011-3/+6
* client API: fix memory leak with rejected eventswm42014-08-311-35/+36
* player: always load playlistswm42014-08-311-11/+8
* audio: go to draining state instead of EOF if audio starts laterwm42014-08-311-2/+2
* lua: expose mp_getcwd through mp.utilsOtto Modinos2014-08-311-0/+14
* video: initial Matroska 3D supportwm42014-08-301-0/+12
* player: fix quit handling when seeking past EOF while pausedwm42014-08-291-6/+5
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-296-6/+6
* command: remove extra spaceRyan Jacobs2014-08-291-1/+1
* command: export demuxer cache info propertieswm42014-08-281-1/+35
* player: update cache state only if requestedwm42014-08-283-2/+44
* audio: restore old speed change behaviorwm42014-08-282-2/+2
* player: simplify chapter display name codeBen Boeckel2014-08-281-3/+2
* player: don't sort a NULL listBen Boeckel2014-08-281-1/+2
* player: dynamically change cache wait timeswm42014-08-272-1/+13
* player: slightly better cache underrun detectionwm42014-08-271-5/+2
* player: better cache status on status linewm42014-08-272-12/+23
* player: fix basic playbackwm42014-08-271-6/+6
* player: redo how stream caching and pausing on low cache workswm42014-08-271-21/+33
* player: fix weird behavior when framestepping over format changeswm42014-08-261-1/+1
* player: minor changeswm42014-08-253-16/+6
* command: change OSD formatting of "speed" propertywm42014-08-251-1/+1
* options: compatibility hack for --slave-brokenwm42014-08-251-0/+6
* player: restore silent seekingwm42014-08-231-1/+2
* audio: minor improvements to timeline switchingwm42014-08-234-13/+5
* osc: Use osd-font for playlist buttonsChrisK22014-08-221-2/+3
* player: some more debugging outputwm42014-08-221-0/+2
* player: fix recent speed change regressionwm42014-08-223-2/+6
* player: don't clobber playback position on video endwm42014-08-221-5/+3
* video: refactor queue handlingwm42014-08-222-76/+53
* video: get rid of video_next_pts fieldwm42014-08-226-24/+8
* video: move some code aroundwm42014-08-221-46/+45
* video: minor simplificationwm42014-08-221-21/+11
* osc: revert disabling use_suspendwm42014-08-211-2/+0
* terminal: some cleanupswm42014-08-212-8/+10
* osd+osc: Add left-arrow to osd-fontChrisK22014-08-211-2/+4
* video: don't assume query_format is thread-safewm42014-08-202-6/+3
* command: add estimated-frame-count & estimated-frame-number propertiesAndrey Morozov2014-08-191-0/+39
* command: drop " %" from "cache" property OSD-formattingwm42014-08-181-1/+1
* player: never print status messages before playback beginswm42014-08-182-2/+4
* player: remove unneeded callwm42014-08-183-6/+1
* player: cosmetics: make code more compactwm42014-08-161-5/+2
* audio: add a mode to insert silence on severe A/V desyncwm42014-08-152-4/+19
* video: add VO framedropping modewm42014-08-154-12/+30
* player: use virtual time for --audio-file with ordered chapterswm42014-08-155-10/+16
* lua: wake up the core when setting OSDwm42014-08-151-0/+1
* osc: Overhaul (wip)ChrisK22014-08-151-502/+848
* sub: add option to workaround broken mkv fileswm42014-08-141-1/+3
* sub: call sub_reset() on seeks onlywm42014-08-142-4/+0
* client API: directly lock playloopwm42014-08-141-4/+3
* lua: allow disabling suspendwm42014-08-141-2/+8
* video: reduce non-sense messages when playing coverartwm42014-08-131-11/+14
* video: don't run new frame processing on every iterationwm42014-08-131-19/+22
* video: move some more code aroundwm42014-08-131-38/+49
* video: move some code aroundwm42014-08-131-45/+40
* video: exit early when nothing to dowm42014-08-131-7/+7
* video: minor simplification of the old framedrop codewm42014-08-131-10/+6
* player: don't quit with --loop-filewm42014-08-131-0/+1
* video: fix and simplify video format changes and last frame displaywm42014-08-124-111/+91
* video: move display and timing to a separate threadwm42014-08-125-120/+32
* video: don't keep multiple pointers to hwdec info structwm42014-08-111-1/+1
* player: remove cache status from video OSDwm42014-08-111-3/+0
* video: fix dangling pointer issuewm42014-08-111-1/+1
* command: for OSD, format cache property as integerwm42014-08-111-0/+5
* command: fix dangling pointer issue in script key bindings codewm42014-08-111-1/+1
* player: don't delay OSD redraw when pausedwm42014-08-101-2/+4
* video: remove "hard" framedrop modewm42014-08-091-1/+1
* command: run OSD display code even if a property is unavailablewm42014-08-091-4/+2
* command: add a "seeking" propertywm42014-08-081-0/+10
* player: indicate on the status line whether a seek is activewm42014-08-081-1/+3
* audio: fix encoding modewm42014-08-071-1/+2
* player: remove unused declarationwm42014-08-071-1/+0
* client API: trigger MPV_EVENT_VIDEO_RECONFIG on vf recreationwm42014-08-061-0/+2
* audio: fix inverted conditionwm42014-08-061-6/+4
* cocoa: fix build by using the correct HAVE_* macroStefano Pigozzi2014-08-062-6/+6
* cocoa: move set_input_context to macosx_eventsFRAU KOUJIRO2014-08-061-0/+1
* sub: fix subtitle timing for TSwm42014-08-041-2/+6
* sub: don't read packets if video and audio are disabledwm42014-08-041-1/+1
* player: some further playloop cleanupswm42014-08-032-45/+45
* player: make quit exit immediatelywm42014-08-031-3/+3
* player: allow redrawing screen during seekswm42014-08-031-6/+12
* player: don't show the path part for external subtitle fileswm42014-08-021-1/+1
* client API: minor optimizations for property notificationwm42014-08-024-38/+91
* command: add a property that returns a list of all propertieswm42014-08-023-21/+25
* Remove the last remains of slave modewm42014-08-011-9/+2
* player: don't ignore first chapterwm42014-07-311-1/+1
* video: fix attached picture modewm42014-07-311-1/+3
* audio: simplify conditionwm42014-07-311-1/+1
* audio: fix A/V sync in encoding modewm42014-07-311-0/+5
* client API: don't send internal events to the clientswm42014-07-311-1/+2
* command: add cache-idle propertywm42014-07-311-1/+14
* client API: make "cache" property and similar observablewm42014-07-314-0/+17
* client API: fix deadlock when calling mpv_terminate_destroy before initwm42014-07-311-1/+1
* player: rename a variablewm42014-07-301-3/+3
* player: move video display code out of the playloopwm42014-07-304-332/+336
* player: split seek_reset()wm42014-07-306-56/+59
* video: actually flush filter chainwm42014-07-301-1/+4
* audio: better sync behavior on bogus EOFwm42014-07-301-1/+3
* audio: better initial sync for files where audio starts laterwm42014-07-301-5/+15
* audio: cosmetics: remove unused return valuewm42014-07-302-11/+9
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-304-20/+19
* player: let explicitly imprecise seeks cancel precise seekswm42014-07-291-0/+3
* osc: Do precise seeks on simple clicks on seekbarChrisK22014-07-291-11/+19
* audio: ignore (some) decoding errors on initializationwm42014-07-291-1/+4
* player: fix desync when seeking and switching external trackswm42014-07-296-32/+30
* player: remove a pointless fieldwm42014-07-292-5/+4
* player: disable hr-seek in .ts fileswm42014-07-291-0/+1
* player: allow precise seeking with percent seekswm42014-07-291-2/+1
* player: update playback position on seekwm42014-07-291-0/+2
* player: logically speed up seek logicwm42014-07-281-1/+1
* audio: change playback restart and resyncingwm42014-07-285-250/+288
* audio, client API: check mp_make_wakeup_pipe() return valuewm42014-07-251-3/+4
* command: fix and simplify overlay_addwm42014-07-251-50/+44
* command: append entries to the end of the playlist with loadlist appendAlessandro Ghedini2014-07-251-1/+1
* audio: cosmetics: collapse a functionwm42014-07-241-14/+6
* audio: fix race condition in EOF codewm42014-07-241-1/+1
* command: add append-play loadfile modewm42014-07-231-2/+2
* player: remove something DVD specificwm42014-07-221-8/+1
* sub: offset subtitle timing to video start PTSwm42014-07-221-1/+2
* video: fix corner case with accidental EOFwm42014-07-221-5/+5
* player: fix idle mode event handlingwm42014-07-221-2/+2
* osd: properly handle OSD bar timeoutwm42014-07-211-4/+10
* player: don't sleep after seekswm42014-07-211-0/+1
* audio: remove unused metadata fieldwm42014-07-211-1/+0
* player: simplify a conditionwm42014-07-201-7/+8
* player: simplify logic on video errorswm42014-07-201-1/+1
* audio: use symbolic constants instead of magic integerswm42014-07-201-4/+3
* player: readd code accidentally removed with commit 61efe87ewm42014-07-201-0/+5
* player: fix regression with ordered chapterswm42014-07-202-14/+18
* command: potentially fix dvd angle settingwm42014-07-201-5/+4
* player: don't wait forever with --cache-pause-below behaviorwm42014-07-201-0/+1
* video: use symbolic constants instead of magic integerswm42014-07-183-38/+43
* video: don't block when reading video packetswm42014-07-183-13/+35
* player: remove the last instances of pollingwm42014-07-183-38/+39
* demux: add a demuxer threadwm42014-07-166-102/+120
* ao_lavc: Fix design of audio pts handling.Rudolf Polzer2014-07-161-1/+1
* Revert "Remove DVD and Bluray support"wm42014-07-157-0/+495
* Remove DVD and Bluray supportwm42014-07-147-495/+0
* command: don't show VO information in colorspace propertieswm42014-07-131-3/+1
* Remove some mp_msg calls with no trailing \nwm42014-07-131-21/+21
* player: remove some inactive codewm42014-07-131-8/+1
* audio: drop buffered audio when switching tracks or filterswm42014-07-132-0/+2
* osc: improve previous commitChrisK22014-07-101-6/+3
* osc: round displayed cache valueChrisK22014-07-101-3/+3
* build: include <strings.h> for strcasecmp()wm42014-07-103-0/+3
* demux: remove accurate_seek fieldwm42014-07-081-5/+3
* osc: fix failure when using DVD menuswm42014-07-071-1/+1
* lua: redo error handling, print backtraceswm42014-07-071-82/+90
* Remove stream_pts stuffwm42014-07-062-19/+0
* demux: minor simplificationwm42014-07-061-1/+1
* player: don't use stream position as fallback for percent-poswm42014-07-051-3/+2
* dvd: move angle switching codewm42014-07-051-14/+28
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-053-114/+0
* discnav: fix a commentwm42014-07-051-1/+1
* demux: make start time a simple fieldwm42014-07-052-3/+3
* demux: make replaygain per-trackwm42014-07-051-1/+1
* client API: allow calling mpv_terminate_destroy(NULL)wm42014-07-041-0/+3
* command: include new "playback-time" property in update mechanismwm42014-07-031-1/+1
* command: remove some code duplication in cache propertieswm42014-07-021-75/+33
* command: cache can actually have full-size 0wm42014-07-021-4/+4
* command: change cache perentage to float, add cache-free and cache-usedAndrey Morozov2014-07-024-9/+104
* Audit and replace all ctype.h useswm42014-07-014-5/+2
* player: fix start position when specifying with percentTsukasa OMOTO2014-06-291-1/+1
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-291-3/+8
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-296-10/+27
* sub: fix undefined behavior with dvd://wm42014-06-281-1/+1
* scripting: shorten a linewm42014-06-261-2/+3
* config, player: avoid some temporary talloc contextswm42014-06-261-15/+10
* player: create config dir if it doesn't existwm42014-06-261-0/+2
* player: remove some minor code duplication in config loader codewm42014-06-263-21/+16
* Basic xdg directory implementationKenneth Zhou2014-06-263-19/+24
* command: fix tv-channel propertywm42014-06-251-0/+3
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-221-0/+29
* options: allow adding multiple files with --audio-filewm42014-06-181-2/+4
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-171-2/+2
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-1/+0
* encode: disable playback framedroppingwm42014-06-171-0/+1
* discnav: make OSD path explicitly thread-safewm42014-06-161-16/+31
* video/out: change aspects of OSD handlingwm42014-06-154-33/+12
* command: redo the property typewm42014-06-133-508/+601
* win32: implement --priority differentlywm42014-06-121-2/+2
* encode: don't load Lua scriptswm42014-06-121-0/+2
* encode: make option struct localwm42014-06-112-4/+6
* Add more constwm42014-06-117-15/+15
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variableswm42014-06-111-6/+4
* stream_dvb: remove global option variableswm42014-06-111-4/+0
* command: redo ancient TV/DVB/PVR commandswm42014-06-113-165/+111
* player: hide some messages in verbose modewm42014-06-091-3/+3
* client API: disable LIRC input by defaultwm42014-06-091-0/+1
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-093-1/+14
* player: show "neutral" position markers for OSD barswm42014-06-083-6/+21
* client API: minor documentation fixes/enhancementswm42014-06-081-2/+2
* client API: trigger wakeup when creating wakeup pipe/callbackwm42014-06-081-1/+5
* client API: restructure waiting, do log msg wakeup properlywm42014-06-071-42/+55
* client API: rename mpv_destroy() to mpv_detach_destroy()wm42014-06-072-5/+4
* client API: add API function that ensures total destructionwm42014-06-073-2/+37
* client API: change mpv_wait_event() timeout semanticswm42014-06-072-2/+5
* client API: enlarge the message buffer if log level is highwm42014-06-061-1/+2
* client API: call wakeup callback if there are new messageswm42014-06-061-13/+17
* client API: fix terminal usagewm42014-06-061-1/+4
* client API: don't update properties in uninitialized statewm42014-06-061-0/+2
* client API: don't use the mpv config files by defaultwm42014-06-061-0/+1
* client API: use shared code for creating the wakeup pipewm42014-06-061-12/+2
* client API: fix swapped pipe ends used with mpv_set_wakeup_callbackwm42014-06-061-2/+2
* lua: make warning about unknown scripts -v onlywm42014-06-041-1/+1
* command: format_bitrate: fix conversion to kbits and mbitsMarcoen Hirschberg2014-06-021-2/+2
* osc: keep track of the "fullscreen" state when it changesMarcoen Hirschberg2014-06-021-3/+6
* player: write file name to the watch later config fileAlessandro Ghedini2014-06-011-0/+2
* command: improve video-bitrate propertyAndrey Morozov2014-06-011-1/+4
* client API: report success status when running commandswm42014-06-013-29/+46
* command: property notification when changing af/vfwm42014-06-011-0/+1
* command: add const to mp_notify_propertywm42014-06-012-2/+2
* audio: change handling of an EOF corner casewm42014-05-301-7/+1
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-281-4/+4
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-281-1/+1
* osc: correct calculation of slider positionChrisK22014-05-281-1/+1
* osc: extend hitbox of seekbars to include gapChrisK22014-05-271-1/+1
* lua: slightly nicer diagnostics outputwm42014-05-271-1/+3
* lua: add missing include fileswm42014-05-261-0/+2
* lua: fix compilation with lua 5.2wm42014-05-261-8/+42
* command: add write_watch_later_config commandMartin2014-05-261-0/+5
* lua: add some filesystem utility functionswm42014-05-251-10/+72
* osc: fix chapter list displayChrisK22014-05-241-2/+2
* client API: fix mpv_observe_property with MP_FORMAT_NONEwm42014-05-241-2/+3
* stream: don't use end_poswm42014-05-243-13/+13
* stream: kill start_pos, remove --sb optionwm42014-05-245-24/+6
* player: don't init/uninit terminal at runtimewm42014-05-241-7/+1
* lua/osc: forgot some changed files in previous commitChrisK22014-05-233-97/+20
* lua/osc: small overhaulChrisK22014-05-231-0/+105
* player: give quit_watch_later an exit code argument like quitwm42014-05-221-6/+3
* tl_mpv_edl: correct misspelling on line 233Yomi02014-05-221-1/+1
* player: fix cover art sometimes "syncing" against audiowm42014-05-221-1/+3
* player: suggest --no-audio-display on cover artwm42014-05-221-0/+7
* video: fix display of cover art with vo_vdpauwm42014-05-221-2/+4
* edl: use start PTS of the source files as default start timewm42014-05-221-2/+8
* cache: redo options and default settingswm42014-05-204-29/+18
* client API: add mpv_load_config_file()wm42014-05-181-0/+15
* options: unify code for setting string and "raw" optionswm42014-05-182-47/+44
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-2/+2
* player: increase seek accuracy when refreshing display on filter changewm42014-05-181-1/+1
* command: add a disc-menu-active propertywm42014-05-183-0/+30
* client API: fix "missed" property notificationswm42014-05-181-19/+25
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-161-11/+0
* player: reorganize how lua scripts are loadedwm42014-05-138-130/+205
* player: disable hr-seek framedropping during backsteppingwm42014-05-121-2/+3
* player: don't assign "false" to pointerwm42014-05-111-1/+1
* input: remove pausing command prefixeswm42014-05-111-9/+0
* player: don't complain on too long filenameswm42014-05-101-2/+2
* command: add property that estimates current video FPSwm42014-05-081-0/+27
* options: add --hr-seek-framedrop optionwm42014-05-071-1/+2
* player: avoid reconfig during seekingwm42014-05-071-1/+2
* player: remove VO from seeking code pathwm42014-05-072-11/+26
* player: minor reshuffling of video codewm42014-05-071-28/+30
* player: limit max. fallback frame durationwm42014-05-071-1/+1
* player: handle video reconfig slightly different againwm42014-05-072-23/+29
* player: reset last_frame_duration on initwm42014-05-071-0/+1
* command: rename stream-length to file-size, format file sizeAndrey Morozov2014-05-061-13/+44
* command: remove ifdefs for deint filterswm42014-05-061-4/+0
* common: change mp_snprintf_append semanticswm42014-05-051-2/+2
* options: merge ---sub-auto-match with --sub-autowm42014-05-041-1/+1
* options: remove deprecated --identifyMartin Herkt2014-05-042-29/+0
* options: rename video-related options/propertiesMartin Herkt2014-05-041-1/+1
* options: rename audio-related options/propertiesMartin Herkt2014-05-041-2/+2
* options: rename subtitle-related optionsMartin Herkt2014-05-041-1/+1
* video: remove a corner case by introducing another onewm42014-05-031-3/+2
* video: fix video end conditionwm42014-05-031-5/+4
* video: rename a variablewm42014-05-031-2/+2
* client API: fix inverted conditionwm42014-05-021-1/+1
* video: removed unused stuffwm42014-05-021-1/+0
* player: remove extremely obscure undefined behaviorwm42014-05-021-1/+2
* client API, video: signal reconfig at the right timewm42014-05-021-4/+2
* lua: remove "lua/" prefix from script nameswm42014-05-021-1/+1
* video: change everythingwm42014-05-023-180/+224
* video: handle colorspace and aspect overrides separatelywm42014-05-023-5/+5
* command, vo_vdpau: respect vdpau deint sub-optionwm42014-05-021-2/+15
* command: redo deinterlace filter probingwm42014-05-021-18/+27
* command: make enabling deinterlacing with vdpau workwm42014-05-021-0/+3
* video: improve error messageswm42014-04-301-2/+1
* vf-metadata: fix handling of NULL metadataKevin Mitchell2014-04-291-11/+16
* video: remove redundant mp_image display_w/_h memberswm42014-04-291-4/+1
* video: don't drop last frame when deinterlacing with yadifwm42014-04-281-5/+7
* client API: add chapter change eventwm42014-04-276-0/+17
* stream: make mp_input_check_interrupt thread-safewm42014-04-251-0/+1
* stream: remove interrupt callback global variableswm42014-04-251-1/+8
* lua: fix stack going out of syncwm42014-04-241-0/+1
* dispatch: move into its own source filewm42014-04-233-2/+3
* video: add a "hwdec" property to enable or disable hw decoding at runtimewm42014-04-231-0/+33
* client API: make mpv_set_option set options nativelywm42014-04-221-1/+1
* command: export rotation parameterwm42014-04-221-0/+1
* video: auto-insert software rotation filterwm42014-04-211-5/+44
* encode: don't resume playback when encodingwm42014-04-191-0/+1
* encode: don't apply default config optionswm42014-04-192-5/+18
* Remove CPU detection and inline asm handlingwm42014-04-191-2/+0
* encode: disable keep-open when encodingJames Ross-Gowan2014-04-191-0/+1
* player: fix audio EOF check on --no-audiowm42014-04-181-1/+1
* player: add a --loop-file optionwm42014-04-172-0/+12
* player: unrangle one aspect of audio EOF handlingwm42014-04-171-9/+4
* audio: explicitly document audio EOF conditionwm42014-04-171-1/+1
* player: add a --dump-stats optionwm42014-04-172-1/+26
* player: remove audio waitingwm42014-04-151-16/+0
* client API: remove mpv_event_pause_reasonwm42014-04-146-47/+18
* command: add property to indicate when pausing due to --keep-openwm42014-04-144-2/+16
* command: add a property to indicate core pause statewm42014-04-141-2/+11
* command: vf-metadata: minor fixup of return statusKevin Mitchell2014-04-141-1/+1
* command: add vf-metadata propertyKevin Mitchell2014-04-131-1/+37
* player: remove ASX, SMIL and NSC playlist parserswm42014-04-133-3/+0
* player: hack to fix --msgmodule --term-osd-barwm42014-04-131-1/+1
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesDavid Weber2014-04-131-0/+33
* lua: make it easier to integrate with foreign event loopswm42014-04-121-6/+26
* lua: wrap mpv_get_wakeup_pipe()wm42014-04-121-0/+8
* client API: add mpv_get_wakeup_pipe convenience functionwm42014-04-121-0/+32
* client API: include the reason in MPV_EVENT_END_FILEwm42014-04-112-1/+15
* lua: add helper function for printing a tablewm42014-04-111-0/+49
* lua: add a minor helper functionwm42014-04-101-0/+13
* client: change equality rules for MPV_FORMAT_NONEwm42014-04-091-1/+1
* client: add a commentwm42014-04-091-0/+2
* cache: allow resizing at runtimewm42014-04-091-0/+29
* osc: fix playlist displayChrisK22014-04-091-2/+2
* client API: avoid redundant property change events if possiblewm42014-04-081-5/+50
* command: property set commands should send property change notificationswm42014-04-081-1/+21
* lua: add API for observing property changeswm42014-04-082-4/+38
* lua: add basic mpv_observe_property supportwm42014-04-061-0/+58
* client API: add a way to notify clients of property changeswm42014-04-064-1/+247
* client API: use a manual ringbufferwm42014-04-061-31/+31
* af: add replaygain_data field to af_stream and af_instanceAlessandro Ghedini2014-04-041-0/+1
* lua: give more control over timerswm42014-04-021-9/+30
* lua: add mp.unregister_event() functionwm42014-04-011-0/+26
* encode_lavc: copy metadata to output fileAlessandro Ghedini2014-03-301-0/+4
* command: allow changing filters before video chain initializationwm42014-03-302-6/+16
* command: change what the metadata property returnswm42014-03-301-8/+20
* command: minor simplificationwm42014-03-301-6/+3
* command: add helper function to split property pathswm42014-03-301-5/+8
* osc: make OSC more responsive when pausedChrisK22014-03-301-0/+1
* player: add missing "-" to options in workaround notice on A/V desynchronizationSebastian Morr2014-03-301-1/+1
* audio: remove sample rate limit checkswm42014-03-301-7/+1
* player: dvdnav: fix start time when entering and leaving menuwm42014-03-301-0/+4
* Merge remote-tracking branch 'mpv/pr/676'wm42014-03-303-20/+46
|\
| * player: rename dvdnav to discnavxylosper2014-03-303-11/+11
| * stream_bluray: implement navigation interface for Blu-ray streamxylosper2014-03-291-9/+35
* | video/out: remove legacy colorspace stuffwm42014-03-291-9/+9
|/
* player: fix unchecked access for chapter metadatawm42014-03-261-3/+1
* dvdnav: fix minor memory leakwm42014-03-251-0/+1
* dvdnav: check and update video resolution whenever renderingxylosper2014-03-251-14/+25
* dvdnav: make MP_NAV_EVENT_RESET_ALL handled properlyxylosper2014-03-251-1/+3
* dvdnav: prevent reallocation of fake highlight bufferxylosper2014-03-251-0/+2
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valuewm42014-03-254-16/+15
* player: handle chapter range like --start/--endwm42014-03-252-8/+8
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timeswm42014-03-253-4/+4
* player: remove weird separation between no chapters and 0 chapterswm42014-03-252-17/+11
* player: remove demuxer chapoter API wrapperswm42014-03-253-33/+34
* stream: remove old chapter handling codewm42014-03-251-8/+1
* player: remove confusing argc/argv adjustmentwm42014-03-231-5/+0
* command: make 'disc-title' property writablexylosper2014-03-181-2/+8
* osc: add enable/disable message, and map DEL to disabling the OSCwm42014-03-171-0/+14
* lua: rename mp.register_script_command() to mp.register_script_message()wm42014-03-171-13/+13
* command, lua: change script_message semanticswm42014-03-173-2/+22
* build: simplify libavfilter configure checkswm42014-03-161-1/+1
* demux_libass: change how external ASS subtitles are loadedwm42014-03-151-4/+0
* command: rename dvd- properties to disc-wm42014-03-151-7/+7
* command: prefix DVD title properties with "dvd-"wm42014-03-151-8/+8
* command: add new property 'title'xylosper2014-03-151-0/+20
* player/main: Fix Cygwin buildJames Ross-Gowan2014-03-131-12/+8
* command: fix wrong condition & remove redundant stream type checkingxylosper2014-03-131-14/+2
* command: set 'media-title' property for bluray disc with meta-dataxylosper2014-03-131-5/+15
* af: add metadata field to af_stream and af_instanceAlessandro Ghedini2014-03-131-0/+1
* Revert "player: simplify audio reset when seeking"wm42014-03-101-10/+15
* audio: don't downmix when doing digital passthroughwm42014-03-101-1/+2
* audio: make --channels option always force the output layoutwm42014-03-101-6/+1
* audio: don't write audio when pausedwm42014-03-091-0/+5
* audio: remove handling of partially written datawm42014-03-093-21/+1
* audio/out: make draining a separate operationwm42014-03-091-3/+2
* command: fix osd-height propertywm42014-03-091-1/+1
* audio/out: make ao struct opaquewm42014-03-095-51/+71
* encode: don't access ao->ptswm42014-03-071-0/+4
* lua: add license headerwm42014-03-071-0/+17
* player: reformat some codewm42014-03-031-22/+14
* player: make separation between user/automatic track selection strongerwm42014-03-033-8/+29
* command: fix null pointer dereference in idle modewm42014-03-021-2/+2
* player: cheap hack against idle event feedback loopwm42014-03-012-2/+7
* client API: fix playloop thread wakeupwm42014-03-011-0/+9
* lua: set a proper chunk name for builtin moduleswm42014-03-011-1/+2
* lua: fix add_key_binding()wm42014-03-011-2/+2
* lua: fix format string in luaL_error()wm42014-03-011-1/+1
* client API: fix timeout handlingwm42014-03-011-1/+4
* lua: fix use of renamed functionwm42014-03-011-3/+3
* lua: add option to disable auto-loading of lua scriptswm42014-02-281-0/+2
* config: don't load global config files with --config-dirwm42014-02-281-1/+2
* client API: add two properties, 'time-start' and 'seekable'xylosper2014-02-281-0/+21
* client APIs: fix some typosxylosper2014-02-281-1/+1
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKwm42014-02-283-2/+9
* client API: wait for remaining asynchronous requests before terminatingwm42014-02-281-0/+9
* command: use the step size for "add volume" commandswm42014-02-271-4/+1
* command: format volume property as integer for OSDwm42014-02-271-0/+6
* lua: add set_property_native functionwm42014-02-261-3/+132
* lua: mark table values returned by get_property_native with their typewm42014-02-262-1/+22
* lua: implement mp.get_opt() in Luawm42014-02-262-24/+9
* client API: don't send MPV_EVENT_IDLE when not entering idle modewm42014-02-261-2/+3
* 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
* client API: treat MPV_FORMAT_STRING differently in mpv_set_propertywm42014-02-261-19/+20
* 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-251-3/+1
* 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
* config: don't write default config filewm42014-02-251-13/+3
* client API: report pause/unpause reasonwm42014-02-246-31/+72
* client API: expose the internal clockwm42014-02-242-1/+8
* lua, osc: use properties for chapter/track listswm42014-02-242-82/+5
* command: make options property return the list of all optionswm42014-02-241-7/+16
* lua: add a bunch of functions to get/set properties by their native typewm42014-02-242-5/+152
* client API: implement setting options using their native type toowm42014-02-241-4/+13
* client API: add support for accessing properties by their native typewm42014-02-241-33/+158
* client API: adjust error stringswm42014-02-241-2/+2
* client API: change semantics for MPV_FORMAT_STRINGwm42014-02-241-5/+5
* command: use DVD volume ID for media-title propertyxylosper2014-02-231-0/+9
* command: provide per-file-options for loadfile commandxylosper2014-02-231-1/+9
* command: remove special casing for strings in input commandswm42014-02-231-4/+4
* command: don't use option name in propertieswm42014-02-231-19/+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-204-3/+26
* input: check for abort cmd in multi-commandswm42014-02-201-1/+1
* command: allow accessing metadata entries as listwm42014-02-191-0/+19
* command: move metadata entry access to metadata/by-key/wm42014-02-191-1/+4
* client API: add event for metadata changeswm42014-02-192-1/+3
* input, dvdnav: fix osc stealing input from dvdnavwm42014-02-191-1/+2
* command: export list of editions as propertieswm42014-02-191-0/+61
* command: export codec for each trackwm42014-02-191-0/+4
* player: fix start time if timeline is used (ordered chapters, EDL)wm42014-02-191-7/+5
* edl: extend with chapter timestampswm42014-02-191-0/+21
* edl: fix offset of user-visible chapterswm42014-02-191-1/+1
* client API: add events for video and audio reconfigwm42014-02-175-1/+12
* lua: add mechanism for script provided key bindingswm42014-02-172-2/+89
* client API: add a client message eventwm42014-02-173-0/+30
* lua: allow giving fallback values in get_property() callswm42014-02-171-2/+5
* lua: remove redundant inline documentationwm42014-02-171-4/+0
* command: export chapter list as propertieswm42014-02-161-4/+20
* command: export playlist as propertieswm42014-02-161-11/+17
* command: expose track list as propertieswm42014-02-161-3/+31
* command: export more video params as propertieswm42014-02-161-36/+51
* options: make --no-config block all auto-loaded configuration fileswm42014-02-141-1/+1
* lua: auto-load scripts from ~/.mpv/lua/wm42014-02-141-3/+48
* lua: make register_event() not overwrite previous event handlerwm42014-02-141-4/+11
* player: select subtitles added with sub_addwm42014-02-131-2/+5
* command: fix metadata propertywm42014-02-121-2/+2
* player: fix --force-window on OSXwm42014-02-112-4/+9
* 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
* build: add option to build a librarywm42014-02-103-10/+17
* lua: add a timer APIwm42014-02-101-10/+79
* lua: port to client APIwm42014-02-1010-224/+242
* Add a client APIwm42014-02-108-118/+1056
* timer: init only oncewm42014-02-101-4/+0
* options: add --no-terminal switchwm42014-02-104-17/+29
* player: fix an assert when reinitializing audio in some caseswm42014-02-091-0/+3
* player: handle seek delays differentlywm42014-02-075-25/+27
* demux: handle tag updates differentlywm42014-02-061-1/+1
* player: refresh OSD on track switchingwm42014-02-031-0/+2
* command: output more information in colorspace properties and simplifywm42014-02-031-39/+31
* w32: use safe DLL search paths everywhereJames Ross-Gowan2014-01-271-0/+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
* demux_mkv: nicer edition outputwm42014-01-231-3/+13
* lua: allow ~ path convention for --luawm42014-01-211-1/+3
* lua: add playback-start eventwm42014-01-203-0/+4
* player: fix initial osd progbar statewm42014-01-201-0/+1
* player: prevent null pointer deref on uninit after -Vwm42014-01-181-0/+2
* sub: uglify OSD code path with lockingwm42014-01-1810-107/+119
* sub: uglify sub decoder with lockingwm42014-01-171-1/+6
* player: remove OSD message IDswm42014-01-174-66/+39
* player: remove OSD stackwm42014-01-173-58/+15
* player: don't use OSD message stack for term OSD subswm42014-01-172-13/+17
* lua: add a --lua-opts option, which can be queried by scriptswm42014-01-161-0/+16
* lua: use core log level nameswm42014-01-162-12/+3
* lua: allow scripts to snoop messageswm42014-01-161-10/+60
* msg: move special declarations to msg_control.hwm42014-01-163-0/+4
* io/win32: move mp_attach_console to terminal-win.cMartin Herkt2014-01-161-1/+0
* player: handle the corner cases in --term-osd-bar correctlyJohannes Nixdorf2014-01-151-3/+3
* player: use more than 1/100 resolution for --term-osd-barJohannes Nixdorf2014-01-151-1/+2
* osc: check for availabillity of percent-pos instead of lengthChrisK22014-01-151-2/+2
* command: if playback position is unknown, make percent-pos unavailablewm42014-01-151-3/+8
* player: add --term-osd-bar, which shows a status bar on the terminalwm42014-01-151-0/+29
* player: don't print status in --idle modewm42014-01-141-1/+1
* player: avoid stalling when starting a network streamwm42014-01-141-2/+7
* player: redo terminal OSD and status line handlingwm42014-01-136-62/+63
* player: don't block terminal OSD while seekingwm42014-01-131-3/+6
* player: mention subtitles in av_desync_help_textwm42014-01-121-2/+2
* command: don't access VO for output parameterswm42014-01-091-12/+18
* player: strip 'file://' from filenames on playback startwm42014-01-081-1/+7
* screenshot: add format specifiers to get file directory pathwm42014-01-081-0/+21
* player: fix setting smaller timeout on Windows systemswm42014-01-081-1/+1
* audio: fix previous commitwm42014-01-061-1/+1
* Fix audio delay inversionMartin Herkt2014-01-062-4/+4
* sub: fix previous commitwm42014-01-061-2/+2
* Fix subtitle delay inversionMartin Herkt2014-01-061-1/+1
* player: always ise [statusline] for terminal OSDwm42014-01-051-3/+3
* player: print an error message if run command failswm42014-01-051-1/+5
* player: don't select subtitles added from quvi by defaultwm42014-01-052-5/+10
* demux_subreader: reject file if not opened by --subwm42014-01-041-0/+1
* dvdnav: set correct stride for fake highlightswm42014-01-031-1/+1
* Windows: use the GUI subsystem, attach to consoleMartin Herkt2014-01-021-0/+1
* player: load encoding-profiles.conf before the main configwm42014-01-011-7/+7
* player: fix DVD playbackwm42014-01-011-1/+1
* Update copyright yearwm42014-01-011-1/+1
* video: fix --brightness etc. optionswm42013-12-291-0/+14
* player: add two more font mimetypes recognized by Haaliwm42013-12-291-1/+3
* player: use arrays to list font mimetypes and font file extensionswm42013-12-291-9/+15
* Install encoding-profiles.conf by defaultwm42013-12-281-9/+26
* player: fix buggy error condition when loading mpv.confwm42013-12-281-1/+1
* options: simplify handling of some help optionswm42013-12-261-4/+0
* player: deselect secondary sub when switching to file with different trackswm42013-12-251-0/+2
* player: fix initial selection with --secondary-sidwm42013-12-251-3/+21
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-248-83/+166
* player: add infrastructure to select multiple tracks at oncewm42013-12-246-43/+64
* player: do initial seek for external tracks only oncewm42013-12-241-2/+12
* player: slightly simplify seeking in external fileswm42013-12-241-16/+9
* player: redo demuxer stream selectionwm42013-12-247-85/+79
* player: fix typo in previous commitwm42013-12-231-1/+1
* player: warn if Matroska font attachments have incorrect MIME typewm42013-12-231-2/+11
* player: simplify mp_load_per_file_configwm42013-12-221-8/+7
* player: move code aroundwm42013-12-222-42/+37
* player: remove code duplication for auto-loaded config profileswm42013-12-221-60/+14
* path: change mp_splitext() semanticswm42013-12-221-1/+1
* Don't include version.h from make options.cwm42013-12-221-2/+7
* msg: remove global statewm42013-12-211-1/+6
* player: use separate msg prefix for statuslinewm42013-12-213-3/+5
* msg: rename mp_msg_log -> mp_msgwm42013-12-213-15/+15
* msg: convert defines to enumwm42013-12-211-1/+1
* path lookup functions: mp_msg conversionswm42013-12-217-68/+70
* quvi: mp_msg conversionswm42013-12-211-3/+3
* stream: mp_msg conversionswm42013-12-214-6/+6
* demux: mp_msg conversionswm42013-12-215-9/+10
* playlist_parser: mp_msg conversionwm42013-12-211-1/+1
* x11: mp_msg conversion for fstype help outputwm42013-12-211-1/+1
* encode_lavc: mp_msg conversionswm42013-12-211-2/+3
* options: some more mp_msg conversionswm42013-12-211-1/+1
* av_log: mp_msg conversionwm42013-12-211-2/+2
* m_option, m_config: mp_msg conversionswm42013-12-213-15/+16
* m_property: mp_msg conversionswm42013-12-213-5/+6
* input: rework how input sources are addedwm42013-12-211-23/+10
* m_config: add custom context to includefunc callbackwm42013-12-211-2/+4
* sub/osd: mp_msg conversionswm42013-12-214-5/+9
* find_subfiles: mp_msg conversionswm42013-12-211-1/+1
* player/timeline: mp_msg conversionswm42013-12-213-39/+36
* codecs: mp_msg conversionwm42013-12-211-2/+3
* audio: mp_msg conversionswm42013-12-211-0/+2
* mixer: mp_msg conversionswm42013-12-211-1/+1
* lua: minor simplificationwm42013-12-211-2/+1
* player: use MSGL_SMODE for some slave-mode stuffwm42013-12-212-10/+10
* image_writer: mp_msg conversionswm42013-12-211-2/+2
* video/decode: mp_msg conversionswm42013-12-211-0/+2
* video/filter: mp_msg conversionswm42013-12-211-1/+1
* msg: change --msglevel, reduce legacy gluewm42013-12-201-0/+3
* terminal: abstract terminal color handlingwm42013-12-201-1/+1
* osc: use mp.send_commandvwm42013-12-201-18/+18
* input, lua: add functions to take pre-split input commandswm42013-12-201-0/+23
* Rename getch2....c/h to terminal....c/hwm42013-12-194-3/+7
* player: replace some overlooked mp_msgswm42013-12-198-42/+31
* command: remove radio commandswm42013-12-191-39/+0
* Remove the _ macrowm42013-12-183-40/+40
* command: better check whether file duration is availablewm42013-12-171-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1717-55/+55
* Move options/config related files from mpvcore/ to options/wm42013-12-1716-38/+38
* Move libquvi stuff to stream/resolve/wm42013-12-174-4/+2
* Move mpvcore/input/ to input/wm42013-12-177-7/+7
* Rename mp_lua.c/h to lua.c/hwm42013-12-174-3/+3
* Rename mp_core.h to core.hwm42013-12-1717-16/+16
* Move mpvcore/player/ to player/wm42013-12-1723-0/+13324