aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* command: don't use option name in propertiesGravatar wm42014-02-23
* lua: fix behavior if no script command handler is registeredGravatar wm42014-02-23
* options: handle escape sequences in e.g. --playing-msg differentlyGravatar wm42014-02-20
* input: check for abort cmd in multi-commandsGravatar wm42014-02-20
* command: allow accessing metadata entries as listGravatar wm42014-02-19
* command: move metadata entry access to metadata/by-key/Gravatar wm42014-02-19
* client API: add event for metadata changesGravatar wm42014-02-19
* input, dvdnav: fix osc stealing input from dvdnavGravatar wm42014-02-19
* command: export list of editions as propertiesGravatar wm42014-02-19
* command: export codec for each trackGravatar wm42014-02-19
* player: fix start time if timeline is used (ordered chapters, EDL)Gravatar wm42014-02-19
* edl: extend with chapter timestampsGravatar wm42014-02-19
* edl: fix offset of user-visible chaptersGravatar wm42014-02-19
* client API: add events for video and audio reconfigGravatar wm42014-02-17
* lua: add mechanism for script provided key bindingsGravatar wm42014-02-17
* client API: add a client message eventGravatar wm42014-02-17
* lua: allow giving fallback values in get_property() callsGravatar wm42014-02-17
* lua: remove redundant inline documentationGravatar wm42014-02-17
* command: export chapter list as propertiesGravatar wm42014-02-16
* command: export playlist as propertiesGravatar wm42014-02-16
* command: expose track list as propertiesGravatar wm42014-02-16
* command: export more video params as propertiesGravatar wm42014-02-16
* options: make --no-config block all auto-loaded configuration filesGravatar wm42014-02-14
* lua: auto-load scripts from ~/.mpv/lua/Gravatar wm42014-02-14
* lua: make register_event() not overwrite previous event handlerGravatar wm42014-02-14
* player: select subtitles added with sub_addGravatar wm42014-02-13
* command: fix metadata propertyGravatar wm42014-02-12
* player: fix --force-window on OSXGravatar wm42014-02-11
* lua: some minor API changesGravatar wm42014-02-11
* lua: add set_property functionGravatar wm42014-02-11
* lua: change error behaviorGravatar wm42014-02-11
* lua: rename some API functionsGravatar wm42014-02-11
* build: add option to build a libraryGravatar wm42014-02-10
* lua: add a timer APIGravatar wm42014-02-10
* lua: port to client APIGravatar wm42014-02-10
* Add a client APIGravatar wm42014-02-10
* timer: init only onceGravatar wm42014-02-10
* options: add --no-terminal switchGravatar wm42014-02-10
* player: fix an assert when reinitializing audio in some casesGravatar wm42014-02-09
* player: handle seek delays differentlyGravatar wm42014-02-07
* demux: handle tag updates differentlyGravatar wm42014-02-06
* player: refresh OSD on track switchingGravatar wm42014-02-03
* command: output more information in colorspace properties and simplifyGravatar wm42014-02-03
* w32: use safe DLL search paths everywhereGravatar James Ross-Gowan2014-01-27
* w32: enable heap corruption detectionGravatar James Ross-Gowan2014-01-27
* w32: don't disable the error reporting dialogGravatar James Ross-Gowan2014-01-27
* demux_mkv: nicer edition outputGravatar wm42014-01-23
* lua: allow ~ path convention for --luaGravatar wm42014-01-21
* lua: add playback-start eventGravatar wm42014-01-20
* player: fix initial osd progbar stateGravatar wm42014-01-20