| Commit message (Expand) | Author | Age | Files | Lines |
* | client API: change semantics for MPV_FORMAT_STRING | wm4 | 2014-02-24 | 1 | -5/+5 |
* | command: use DVD volume ID for media-title property | xylosper | 2014-02-23 | 1 | -0/+9 |
* | command: provide per-file-options for loadfile command | xylosper | 2014-02-23 | 1 | -1/+9 |
* | command: remove special casing for strings in input commands | wm4 | 2014-02-23 | 1 | -4/+4 |
* | command: don't use option name in properties | wm4 | 2014-02-23 | 1 | -19/+11 |
* | lua: fix behavior if no script command handler is registered | wm4 | 2014-02-23 | 1 | -1/+3 |
* | options: handle escape sequences in e.g. --playing-msg differently | wm4 | 2014-02-20 | 4 | -3/+26 |
* | input: check for abort cmd in multi-commands | wm4 | 2014-02-20 | 1 | -1/+1 |
* | command: allow accessing metadata entries as list | wm4 | 2014-02-19 | 1 | -0/+19 |
* | command: move metadata entry access to metadata/by-key/ | wm4 | 2014-02-19 | 1 | -1/+4 |
* | client API: add event for metadata changes | wm4 | 2014-02-19 | 2 | -1/+3 |
* | input, dvdnav: fix osc stealing input from dvdnav | wm4 | 2014-02-19 | 1 | -1/+2 |
* | command: export list of editions as properties | wm4 | 2014-02-19 | 1 | -0/+61 |
* | command: export codec for each track | wm4 | 2014-02-19 | 1 | -0/+4 |
* | player: fix start time if timeline is used (ordered chapters, EDL) | wm4 | 2014-02-19 | 1 | -7/+5 |
* | edl: extend with chapter timestamps | wm4 | 2014-02-19 | 1 | -0/+21 |
* | edl: fix offset of user-visible chapters | wm4 | 2014-02-19 | 1 | -1/+1 |
* | client API: add events for video and audio reconfig | wm4 | 2014-02-17 | 5 | -1/+12 |
* | lua: add mechanism for script provided key bindings | wm4 | 2014-02-17 | 2 | -2/+89 |
* | client API: add a client message event | wm4 | 2014-02-17 | 3 | -0/+30 |
* | lua: allow giving fallback values in get_property() calls | wm4 | 2014-02-17 | 1 | -2/+5 |
* | lua: remove redundant inline documentation | wm4 | 2014-02-17 | 1 | -4/+0 |
* | command: export chapter list as properties | wm4 | 2014-02-16 | 1 | -4/+20 |
* | command: export playlist as properties | wm4 | 2014-02-16 | 1 | -11/+17 |
* | command: expose track list as properties | wm4 | 2014-02-16 | 1 | -3/+31 |
* | command: export more video params as properties | wm4 | 2014-02-16 | 1 | -36/+51 |
* | options: make --no-config block all auto-loaded configuration files | wm4 | 2014-02-14 | 1 | -1/+1 |
* | lua: auto-load scripts from ~/.mpv/lua/ | wm4 | 2014-02-14 | 1 | -3/+48 |
* | lua: make register_event() not overwrite previous event handler | wm4 | 2014-02-14 | 1 | -4/+11 |
* | player: select subtitles added with sub_add | wm4 | 2014-02-13 | 1 | -2/+5 |
* | command: fix metadata property | wm4 | 2014-02-12 | 1 | -2/+2 |
* | player: fix --force-window on OSX | wm4 | 2014-02-11 | 2 | -4/+9 |
* | lua: some minor API changes | wm4 | 2014-02-11 | 2 | -14/+20 |
* | lua: add set_property function | wm4 | 2014-02-11 | 1 | -0/+10 |
* | lua: change error behavior | wm4 | 2014-02-11 | 1 | -13/+11 |
* | lua: rename some API functions | wm4 | 2014-02-11 | 2 | -76/+76 |
* | build: add option to build a library | wm4 | 2014-02-10 | 3 | -10/+17 |
* | lua: add a timer API | wm4 | 2014-02-10 | 1 | -10/+79 |
* | lua: port to client API | wm4 | 2014-02-10 | 10 | -224/+242 |
* | Add a client API | wm4 | 2014-02-10 | 8 | -118/+1056 |
* | timer: init only once | wm4 | 2014-02-10 | 1 | -4/+0 |
* | options: add --no-terminal switch | wm4 | 2014-02-10 | 4 | -17/+29 |
* | player: fix an assert when reinitializing audio in some cases | wm4 | 2014-02-09 | 1 | -0/+3 |
* | player: handle seek delays differently | wm4 | 2014-02-07 | 5 | -25/+27 |
* | demux: handle tag updates differently | wm4 | 2014-02-06 | 1 | -1/+1 |
* | player: refresh OSD on track switching | wm4 | 2014-02-03 | 1 | -0/+2 |
* | command: output more information in colorspace properties and simplify | wm4 | 2014-02-03 | 1 | -39/+31 |
* | w32: use safe DLL search paths everywhere | James Ross-Gowan | 2014-01-27 | 1 | -0/+21 |
* | w32: enable heap corruption detection | James Ross-Gowan | 2014-01-27 | 1 | -0/+3 |
* | w32: don't disable the error reporting dialog | James Ross-Gowan | 2014-01-27 | 1 | -1/+1 |
* | demux_mkv: nicer edition output | wm4 | 2014-01-23 | 1 | -3/+13 |
* | lua: allow ~ path convention for --lua | wm4 | 2014-01-21 | 1 | -1/+3 |
* | lua: add playback-start event | wm4 | 2014-01-20 | 3 | -0/+4 |
* | player: fix initial osd progbar state | wm4 | 2014-01-20 | 1 | -0/+1 |
* | player: prevent null pointer deref on uninit after -V | wm4 | 2014-01-18 | 1 | -0/+2 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 10 | -107/+119 |
* | sub: uglify sub decoder with locking | wm4 | 2014-01-17 | 1 | -1/+6 |
* | player: remove OSD message IDs | wm4 | 2014-01-17 | 4 | -66/+39 |
* | player: remove OSD stack | wm4 | 2014-01-17 | 3 | -58/+15 |
* | player: don't use OSD message stack for term OSD subs | wm4 | 2014-01-17 | 2 | -13/+17 |
* | lua: add a --lua-opts option, which can be queried by scripts | wm4 | 2014-01-16 | 1 | -0/+16 |
* | lua: use core log level names | wm4 | 2014-01-16 | 2 | -12/+3 |
* | lua: allow scripts to snoop messages | wm4 | 2014-01-16 | 1 | -10/+60 |
* | msg: move special declarations to msg_control.h | wm4 | 2014-01-16 | 3 | -0/+4 |
* | io/win32: move mp_attach_console to terminal-win.c | Martin Herkt | 2014-01-16 | 1 | -1/+0 |
* | player: handle the corner cases in --term-osd-bar correctly | Johannes Nixdorf | 2014-01-15 | 1 | -3/+3 |
* | player: use more than 1/100 resolution for --term-osd-bar | Johannes Nixdorf | 2014-01-15 | 1 | -1/+2 |
* | osc: check for availabillity of percent-pos instead of length | ChrisK2 | 2014-01-15 | 1 | -2/+2 |
* | command: if playback position is unknown, make percent-pos unavailable | wm4 | 2014-01-15 | 1 | -3/+8 |
* | player: add --term-osd-bar, which shows a status bar on the terminal | wm4 | 2014-01-15 | 1 | -0/+29 |
* | player: don't print status in --idle mode | wm4 | 2014-01-14 | 1 | -1/+1 |
* | player: avoid stalling when starting a network stream | wm4 | 2014-01-14 | 1 | -2/+7 |
* | player: redo terminal OSD and status line handling | wm4 | 2014-01-13 | 6 | -62/+63 |
* | player: don't block terminal OSD while seeking | wm4 | 2014-01-13 | 1 | -3/+6 |
* | player: mention subtitles in av_desync_help_text | wm4 | 2014-01-12 | 1 | -2/+2 |
* | command: don't access VO for output parameters | wm4 | 2014-01-09 | 1 | -12/+18 |
* | player: strip 'file://' from filenames on playback start | wm4 | 2014-01-08 | 1 | -1/+7 |
* | screenshot: add format specifiers to get file directory path | wm4 | 2014-01-08 | 1 | -0/+21 |
* | player: fix setting smaller timeout on Windows systems | wm4 | 2014-01-08 | 1 | -1/+1 |
* | audio: fix previous commit | wm4 | 2014-01-06 | 1 | -1/+1 |
* | Fix audio delay inversion | Martin Herkt | 2014-01-06 | 2 | -4/+4 |
* | sub: fix previous commit | wm4 | 2014-01-06 | 1 | -2/+2 |
* | Fix subtitle delay inversion | Martin Herkt | 2014-01-06 | 1 | -1/+1 |
* | player: always ise [statusline] for terminal OSD | wm4 | 2014-01-05 | 1 | -3/+3 |
* | player: print an error message if run command fails | wm4 | 2014-01-05 | 1 | -1/+5 |
* | player: don't select subtitles added from quvi by default | wm4 | 2014-01-05 | 2 | -5/+10 |
* | demux_subreader: reject file if not opened by --sub | wm4 | 2014-01-04 | 1 | -0/+1 |
* | dvdnav: set correct stride for fake highlights | wm4 | 2014-01-03 | 1 | -1/+1 |
* | Windows: use the GUI subsystem, attach to console | Martin Herkt | 2014-01-02 | 1 | -0/+1 |
* | player: load encoding-profiles.conf before the main config | wm4 | 2014-01-01 | 1 | -7/+7 |
* | player: fix DVD playback | wm4 | 2014-01-01 | 1 | -1/+1 |
* | Update copyright year | wm4 | 2014-01-01 | 1 | -1/+1 |
* | video: fix --brightness etc. options | wm4 | 2013-12-29 | 1 | -0/+14 |
* | player: add two more font mimetypes recognized by Haali | wm4 | 2013-12-29 | 1 | -1/+3 |
* | player: use arrays to list font mimetypes and font file extensions | wm4 | 2013-12-29 | 1 | -9/+15 |
* | Install encoding-profiles.conf by default | wm4 | 2013-12-28 | 1 | -9/+26 |
* | player: fix buggy error condition when loading mpv.conf | wm4 | 2013-12-28 | 1 | -1/+1 |
* | options: simplify handling of some help options | wm4 | 2013-12-26 | 1 | -4/+0 |
* | player: deselect secondary sub when switching to file with different tracks | wm4 | 2013-12-25 | 1 | -0/+2 |
* | player: fix initial selection with --secondary-sid | wm4 | 2013-12-25 | 1 | -3/+21 |
* | player: add --secondary-sid for displaying a second subtitle stream | wm4 | 2013-12-24 | 8 | -83/+166 |
* | player: add infrastructure to select multiple tracks at once | wm4 | 2013-12-24 | 6 | -43/+64 |
* | player: do initial seek for external tracks only once | wm4 | 2013-12-24 | 1 | -2/+12 |
* | player: slightly simplify seeking in external files | wm4 | 2013-12-24 | 1 | -16/+9 |
* | player: redo demuxer stream selection | wm4 | 2013-12-24 | 7 | -85/+79 |
* | player: fix typo in previous commit | wm4 | 2013-12-23 | 1 | -1/+1 |
* | player: warn if Matroska font attachments have incorrect MIME type | wm4 | 2013-12-23 | 1 | -2/+11 |
* | player: simplify mp_load_per_file_config | wm4 | 2013-12-22 | 1 | -8/+7 |
* | player: move code around | wm4 | 2013-12-22 | 2 | -42/+37 |
* | player: remove code duplication for auto-loaded config profiles | wm4 | 2013-12-22 | 1 | -60/+14 |
* | path: change mp_splitext() semantics | wm4 | 2013-12-22 | 1 | -1/+1 |
* | Don't include version.h from make options.c | wm4 | 2013-12-22 | 1 | -2/+7 |
* | msg: remove global state | wm4 | 2013-12-21 | 1 | -1/+6 |
* | player: use separate msg prefix for statusline | wm4 | 2013-12-21 | 3 | -3/+5 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 3 | -15/+15 |
* | msg: convert defines to enum | wm4 | 2013-12-21 | 1 | -1/+1 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 7 | -68/+70 |
* | quvi: mp_msg conversions | wm4 | 2013-12-21 | 1 | -3/+3 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 4 | -6/+6 |
* | demux: mp_msg conversions | wm4 | 2013-12-21 | 5 | -9/+10 |
* | playlist_parser: mp_msg conversion | wm4 | 2013-12-21 | 1 | -1/+1 |
* | x11: mp_msg conversion for fstype help output | wm4 | 2013-12-21 | 1 | -1/+1 |
* | encode_lavc: mp_msg conversions | wm4 | 2013-12-21 | 1 | -2/+3 |
* | options: some more mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | av_log: mp_msg conversion | wm4 | 2013-12-21 | 1 | -2/+2 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 3 | -15/+16 |
* | m_property: mp_msg conversions | wm4 | 2013-12-21 | 3 | -5/+6 |
* | input: rework how input sources are added | wm4 | 2013-12-21 | 1 | -23/+10 |
* | m_config: add custom context to includefunc callback | wm4 | 2013-12-21 | 1 | -2/+4 |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 | 4 | -5/+9 |
* | find_subfiles: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | player/timeline: mp_msg conversions | wm4 | 2013-12-21 | 3 | -39/+36 |
* | codecs: mp_msg conversion | wm4 | 2013-12-21 | 1 | -2/+3 |
* | audio: mp_msg conversions | wm4 | 2013-12-21 | 1 | -0/+2 |
* | mixer: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | lua: minor simplification | wm4 | 2013-12-21 | 1 | -2/+1 |
* | player: use MSGL_SMODE for some slave-mode stuff | wm4 | 2013-12-21 | 2 | -10/+10 |
* | image_writer: mp_msg conversions | wm4 | 2013-12-21 | 1 | -2/+2 |
* | video/decode: mp_msg conversions | wm4 | 2013-12-21 | 1 | -0/+2 |
* | video/filter: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | msg: change --msglevel, reduce legacy glue | wm4 | 2013-12-20 | 1 | -0/+3 |
* | terminal: abstract terminal color handling | wm4 | 2013-12-20 | 1 | -1/+1 |
* | osc: use mp.send_commandv | wm4 | 2013-12-20 | 1 | -18/+18 |
* | input, lua: add functions to take pre-split input commands | wm4 | 2013-12-20 | 1 | -0/+23 |
* | Rename getch2....c/h to terminal....c/h | wm4 | 2013-12-19 | 4 | -3/+7 |
* | player: replace some overlooked mp_msgs | wm4 | 2013-12-19 | 8 | -42/+31 |
* | command: remove radio commands | wm4 | 2013-12-19 | 1 | -39/+0 |
* | Remove the _ macro | wm4 | 2013-12-18 | 3 | -40/+40 |
* | command: better check whether file duration is available | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 17 | -55/+55 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 16 | -38/+38 |
* | Move libquvi stuff to stream/resolve/ | wm4 | 2013-12-17 | 4 | -4/+2 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 7 | -7/+7 |
* | Rename mp_lua.c/h to lua.c/h | wm4 | 2013-12-17 | 4 | -3/+3 |
* | Rename mp_core.h to core.h | wm4 | 2013-12-17 | 17 | -16/+16 |
* | Move mpvcore/player/ to player/ | wm4 | 2013-12-17 | 23 | -0/+13324 |