summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* player: add a --loop-file optionwm42014-04-171-0/+1
* client API: remove mpv_event_pause_reasonwm42014-04-141-5/+5
* command: add property to indicate when pausing due to --keep-openwm42014-04-141-2/+11
* 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-131-1/+0
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesDavid Weber2014-04-131-0/+33
* cache: allow resizing at runtimewm42014-04-091-0/+29
* command: property set commands should send property change notificationswm42014-04-081-1/+21
* client API: add a way to notify clients of property changeswm42014-04-061-0/+31
* 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
* Merge remote-tracking branch 'mpv/pr/676'wm42014-03-301-1/+1
|\
| * player: rename dvdnav to discnavxylosper2014-03-301-1/+1
* | video/out: remove legacy colorspace stuffwm42014-03-291-9/+9
|/
* player: fix unchecked access for chapter metadatawm42014-03-261-3/+1
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timeswm42014-03-251-1/+1
* command: make 'disc-title' property writablexylosper2014-03-181-2/+8
* command, lua: change script_message semanticswm42014-03-171-1/+9
* 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
* 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
* command: fix osd-height propertywm42014-03-091-1/+1
* player: make separation between user/automatic track selection strongerwm42014-03-031-1/+5
* command: fix null pointer dereference in idle modewm42014-03-021-2/+2
* client API: add two properties, 'time-start' and 'seekable'xylosper2014-02-281-0/+21
* 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
* options: allow changing options at runtimewm42014-02-251-3/+1
* client API: report pause/unpause reasonwm42014-02-241-5/+5
* command: make options property return the list of all optionswm42014-02-241-7/+16
* 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
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-201-0/+21
* 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
* command: export list of editions as propertieswm42014-02-191-0/+61
* command: export codec for each trackwm42014-02-191-0/+4
* client API: add a client message eventwm42014-02-171-0/+16
* 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
* player: select subtitles added with sub_addwm42014-02-131-2/+5
* command: fix metadata propertywm42014-02-121-2/+2
* lua: port to client APIwm42014-02-101-45/+12
* Add a client APIwm42014-02-101-16/+13
* player: handle seek delays differentlywm42014-02-071-7/+7
* command: output more information in colorspace properties and simplifywm42014-02-031-39/+31
* lua: add playback-start eventwm42014-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-181-24/+34
* player: remove OSD message IDswm42014-01-171-33/+25
* player: remove OSD stackwm42014-01-171-2/+0
* msg: move special declarations to msg_control.hwm42014-01-161-0/+2
* command: if playback position is unknown, make percent-pos unavailablewm42014-01-151-3/+8
* player: redo terminal OSD and status line handlingwm42014-01-131-1/+1
* command: don't access VO for output parameterswm42014-01-091-12/+18
* audio: fix previous commitwm42014-01-061-1/+1
* sub: fix previous commitwm42014-01-061-2/+2
* player: print an error message if run command failswm42014-01-051-1/+5
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-14/+35
* player: add infrastructure to select multiple tracks at oncewm42013-12-241-1/+1
* player: redo demuxer stream selectionwm42013-12-241-3/+2
* path lookup functions: mp_msg conversionswm42013-12-211-1/+1
* playlist_parser: mp_msg conversionwm42013-12-211-1/+1
* m_option, m_config: mp_msg conversionswm42013-12-211-1/+2
* m_property: mp_msg conversionswm42013-12-211-3/+3
* player: replace some overlooked mp_msgswm42013-12-191-19/+11
* command: remove radio commandswm42013-12-191-39/+0
* Remove the _ macrowm42013-12-181-36/+36
* command: better check whether file duration is availablewm42013-12-171-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-3/+3
* Move options/config related files from mpvcore/ to options/wm42013-12-171-4/+4
* Move libquvi stuff to stream/resolve/wm42013-12-171-1/+1
* Move mpvcore/input/ to input/wm42013-12-171-1/+1
* Rename mp_lua.c/h to lua.c/hwm42013-12-171-1/+1
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+3243