aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* client API: remove mpv_event_pause_reasonGravatar wm42014-04-14
* command: add property to indicate when pausing due to --keep-openGravatar wm42014-04-14
* command: add a property to indicate core pause stateGravatar wm42014-04-14
* command: vf-metadata: minor fixup of return statusGravatar Kevin Mitchell2014-04-14
* command: add vf-metadata propertyGravatar Kevin Mitchell2014-04-13
* player: remove ASX, SMIL and NSC playlist parsersGravatar wm42014-04-13
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesGravatar David Weber2014-04-13
* cache: allow resizing at runtimeGravatar wm42014-04-09
* command: property set commands should send property change notificationsGravatar wm42014-04-08
* client API: add a way to notify clients of property changesGravatar wm42014-04-06
* command: change what the metadata property returnsGravatar wm42014-03-30
* command: minor simplificationGravatar wm42014-03-30
* command: add helper function to split property pathsGravatar wm42014-03-30
* Merge remote-tracking branch 'mpv/pr/676'Gravatar wm42014-03-30
|\
| * player: rename dvdnav to discnavGravatar xylosper2014-03-30
* | video/out: remove legacy colorspace stuffGravatar wm42014-03-29
|/
* player: fix unchecked access for chapter metadataGravatar wm42014-03-26
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timesGravatar wm42014-03-25
* command: make 'disc-title' property writableGravatar xylosper2014-03-18
* command, lua: change script_message semanticsGravatar wm42014-03-17
* command: rename dvd- properties to disc-Gravatar wm42014-03-15
* command: prefix DVD title properties with "dvd-"Gravatar wm42014-03-15
* command: add new property 'title'Gravatar xylosper2014-03-15
* command: fix wrong condition & remove redundant stream type checkingGravatar xylosper2014-03-13
* command: set 'media-title' property for bluray disc with meta-dataGravatar xylosper2014-03-13
* command: fix osd-height propertyGravatar wm42014-03-09
* player: make separation between user/automatic track selection strongerGravatar wm42014-03-03
* command: fix null pointer dereference in idle modeGravatar wm42014-03-02
* client API: add two properties, 'time-start' and 'seekable'Gravatar xylosper2014-02-28
* command: use the step size for "add volume" commandsGravatar wm42014-02-27
* command: format volume property as integer for OSDGravatar wm42014-02-27
* options: allow changing options at runtimeGravatar wm42014-02-25
* client API: report pause/unpause reasonGravatar wm42014-02-24
* command: make options property return the list of all optionsGravatar wm42014-02-24
* command: use DVD volume ID for media-title propertyGravatar xylosper2014-02-23
* command: provide per-file-options for loadfile commandGravatar xylosper2014-02-23
* command: remove special casing for strings in input commandsGravatar wm42014-02-23
* command: don't use option name in propertiesGravatar wm42014-02-23
* options: handle escape sequences in e.g. --playing-msg differentlyGravatar 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
* command: export list of editions as propertiesGravatar wm42014-02-19
* command: export codec for each trackGravatar wm42014-02-19
* client API: add a client message eventGravatar 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
* player: select subtitles added with sub_addGravatar wm42014-02-13
* command: fix metadata propertyGravatar wm42014-02-12