| Commit message (Expand) | Author | Age | Files | Lines |
* | dvdnav: fix minor memory leak | wm4 | 2014-03-25 | 1 | -0/+1 |
* | dvdnav: check and update video resolution whenever rendering | xylosper | 2014-03-25 | 1 | -14/+25 |
* | dvdnav: make MP_NAV_EVENT_RESET_ALL handled properly | xylosper | 2014-03-25 | 1 | -1/+3 |
* | dvdnav: prevent reallocation of fake highlight buffer | xylosper | 2014-03-25 | 1 | -0/+2 |
* | player: use MP_NOPTS_VALUE as rel_time_to_abs() error value | wm4 | 2014-03-25 | 4 | -16/+15 |
* | player: handle chapter range like --start/--end | wm4 | 2014-03-25 | 2 | -8/+8 |
* | player: let chapter_start_time() return MP_NOPTS_VALUE for unknown times | wm4 | 2014-03-25 | 3 | -4/+4 |
* | player: remove weird separation between no chapters and 0 chapters | wm4 | 2014-03-25 | 2 | -17/+11 |
* | player: remove demuxer chapoter API wrappers | wm4 | 2014-03-25 | 3 | -33/+34 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 | 1 | -8/+1 |
* | player: remove confusing argc/argv adjustment | wm4 | 2014-03-23 | 1 | -5/+0 |
* | command: make 'disc-title' property writable | xylosper | 2014-03-18 | 1 | -2/+8 |
* | osc: add enable/disable message, and map DEL to disabling the OSC | wm4 | 2014-03-17 | 1 | -0/+14 |
* | lua: rename mp.register_script_command() to mp.register_script_message() | wm4 | 2014-03-17 | 1 | -13/+13 |
* | command, lua: change script_message semantics | wm4 | 2014-03-17 | 3 | -2/+22 |
* | build: simplify libavfilter configure checks | wm4 | 2014-03-16 | 1 | -1/+1 |
* | demux_libass: change how external ASS subtitles are loaded | wm4 | 2014-03-15 | 1 | -4/+0 |
* | command: rename dvd- properties to disc- | wm4 | 2014-03-15 | 1 | -7/+7 |
* | command: prefix DVD title properties with "dvd-" | wm4 | 2014-03-15 | 1 | -8/+8 |
* | command: add new property 'title' | xylosper | 2014-03-15 | 1 | -0/+20 |
* | player/main: Fix Cygwin build | James Ross-Gowan | 2014-03-13 | 1 | -12/+8 |
* | command: fix wrong condition & remove redundant stream type checking | xylosper | 2014-03-13 | 1 | -14/+2 |
* | command: set 'media-title' property for bluray disc with meta-data | xylosper | 2014-03-13 | 1 | -5/+15 |
* | af: add metadata field to af_stream and af_instance | Alessandro Ghedini | 2014-03-13 | 1 | -0/+1 |
* | Revert "player: simplify audio reset when seeking" | wm4 | 2014-03-10 | 1 | -10/+15 |
* | audio: don't downmix when doing digital passthrough | wm4 | 2014-03-10 | 1 | -1/+2 |
* | audio: make --channels option always force the output layout | wm4 | 2014-03-10 | 1 | -6/+1 |
* | audio: don't write audio when paused | wm4 | 2014-03-09 | 1 | -0/+5 |
* | audio: remove handling of partially written data | wm4 | 2014-03-09 | 3 | -21/+1 |
* | audio/out: make draining a separate operation | wm4 | 2014-03-09 | 1 | -3/+2 |
* | command: fix osd-height property | wm4 | 2014-03-09 | 1 | -1/+1 |
* | audio/out: make ao struct opaque | wm4 | 2014-03-09 | 5 | -51/+71 |
* | encode: don't access ao->pts | wm4 | 2014-03-07 | 1 | -0/+4 |
* | lua: add license header | wm4 | 2014-03-07 | 1 | -0/+17 |
* | player: reformat some code | wm4 | 2014-03-03 | 1 | -22/+14 |
* | player: make separation between user/automatic track selection stronger | wm4 | 2014-03-03 | 3 | -8/+29 |
* | command: fix null pointer dereference in idle mode | wm4 | 2014-03-02 | 1 | -2/+2 |
* | player: cheap hack against idle event feedback loop | wm4 | 2014-03-01 | 2 | -2/+7 |
* | client API: fix playloop thread wakeup | wm4 | 2014-03-01 | 1 | -0/+9 |
* | lua: set a proper chunk name for builtin modules | wm4 | 2014-03-01 | 1 | -1/+2 |
* | lua: fix add_key_binding() | wm4 | 2014-03-01 | 1 | -2/+2 |
* | lua: fix format string in luaL_error() | wm4 | 2014-03-01 | 1 | -1/+1 |
* | client API: fix timeout handling | wm4 | 2014-03-01 | 1 | -1/+4 |
* | lua: fix use of renamed function | wm4 | 2014-03-01 | 1 | -3/+3 |
* | lua: add option to disable auto-loading of lua scripts | wm4 | 2014-02-28 | 1 | -0/+2 |
* | config: don't load global config files with --config-dir | wm4 | 2014-02-28 | 1 | -1/+2 |
* | client API: add two properties, 'time-start' and 'seekable' | xylosper | 2014-02-28 | 1 | -0/+21 |
* | client APIs: fix some typos | xylosper | 2014-02-28 | 1 | -1/+1 |
* | client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEK | wm4 | 2014-02-28 | 3 | -2/+9 |
* | client API: wait for remaining asynchronous requests before terminating | wm4 | 2014-02-28 | 1 | -0/+9 |
* | command: use the step size for "add volume" commands | wm4 | 2014-02-27 | 1 | -4/+1 |
* | command: format volume property as integer for OSD | wm4 | 2014-02-27 | 1 | -0/+6 |
* | lua: add set_property_native function | wm4 | 2014-02-26 | 1 | -3/+132 |
* | lua: mark table values returned by get_property_native with their type | wm4 | 2014-02-26 | 2 | -1/+22 |
* | lua: implement mp.get_opt() in Lua | wm4 | 2014-02-26 | 2 | -24/+9 |
* | client API: don't send MPV_EVENT_IDLE when not entering idle mode | wm4 | 2014-02-26 | 1 | -2/+3 |
* | client API: don't explode when destroying uninitialized mpv_handle | wm4 | 2014-02-26 | 1 | -1/+2 |
* | client API: accept NULL as mpv_destroy() argument | wm4 | 2014-02-26 | 1 | -0/+3 |
* | client API: treat MPV_FORMAT_STRING differently in mpv_set_property | wm4 | 2014-02-26 | 1 | -19/+20 |
* | client API: fix broken property/option functions | xylosper | 2014-02-26 | 1 | -3/+4 |
* | osd: override user bindings for OSC input | wm4 | 2014-02-26 | 3 | -5/+5 |
* | options: allow changing options at runtime | wm4 | 2014-02-25 | 1 | -3/+1 |
* | config: when writing resume config, read options, not properties | wm4 | 2014-02-25 | 1 | -33/+33 |
* | config: don't save options to resume-config that didn't change | wm4 | 2014-02-25 | 3 | -5/+31 |
* | config: don't write default config file | wm4 | 2014-02-25 | 1 | -13/+3 |
* | client API: report pause/unpause reason | wm4 | 2014-02-24 | 6 | -31/+72 |
* | client API: expose the internal clock | wm4 | 2014-02-24 | 2 | -1/+8 |
* | lua, osc: use properties for chapter/track lists | wm4 | 2014-02-24 | 2 | -82/+5 |
* | command: make options property return the list of all options | wm4 | 2014-02-24 | 1 | -7/+16 |
* | lua: add a bunch of functions to get/set properties by their native type | wm4 | 2014-02-24 | 2 | -5/+152 |
* | client API: implement setting options using their native type too | wm4 | 2014-02-24 | 1 | -4/+13 |
* | client API: add support for accessing properties by their native type | wm4 | 2014-02-24 | 1 | -33/+158 |
* | client API: adjust error strings | wm4 | 2014-02-24 | 1 | -2/+2 |
* | 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 |