summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* command: no space before "%" in volume default OSD messagewm42014-09-221-1/+1
* command: improve "osd" commandwm42014-09-221-9/+9
* command: use show_property_osd() sub_stepwm42014-09-221-2/+1
* command: when changing a property, always show it on OSDwm42014-09-211-1/+4
* command: simplify OSD property display codewm42014-09-211-45/+38
* command: allow changing some OSD-related options even with no VOwm42014-09-211-2/+0
* command: remove unneeded ifdefswm42014-09-211-4/+4
* command: always show OSD message when changing volume etc.wm42014-09-211-15/+3
* options: remove --volstepwm42014-09-211-1/+1
* command: allow using ASS tags on OSD messageswm42014-09-181-0/+12
* command: add osd-sym-cc propertywm42014-09-181-0/+11
* command: avoid a double -> int castBen Boeckel2014-09-161-1/+1
* video: rename VOCTRL_GET_WINDOW_SIZEwm42014-09-051-2/+4
* player: add --media-title optionwm42014-09-021-0/+4
* command: remove broken quvi-format propertywm42014-09-011-74/+0
* demux: get rid of old wrapperwm42014-09-011-1/+1
* command: disable some commands/properties properly in idle modewm42014-09-011-2/+21
* command: remove extra spaceRyan Jacobs2014-08-291-1/+1
* command: export demuxer cache info propertieswm42014-08-281-1/+35
* audio: restore old speed change behaviorwm42014-08-281-0/+2
* command: change OSD formatting of "speed" propertywm42014-08-251-1/+1
* video: get rid of video_next_pts fieldwm42014-08-221-1/+1
* command: add estimated-frame-count & estimated-frame-number propertiesAndrey Morozov2014-08-191-0/+39
* command: drop " %" from "cache" property OSD-formattingwm42014-08-181-1/+1
* video: add VO framedropping modewm42014-08-151-0/+11
* command: for OSD, format cache property as integerwm42014-08-111-0/+5
* command: fix dangling pointer issue in script key bindings codewm42014-08-111-1/+1
* command: run OSD display code even if a property is unavailablewm42014-08-091-4/+2
* command: add a "seeking" propertywm42014-08-081-0/+10
* client API: minor optimizations for property notificationwm42014-08-021-5/+42
* command: add a property that returns a list of all propertieswm42014-08-021-5/+25
* client API: don't send internal events to the clientswm42014-07-311-1/+2
* command: add cache-idle propertywm42014-07-311-1/+14
* client API: make "cache" property and similar observablewm42014-07-311-0/+1
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-301-1/+3
* command: fix and simplify overlay_addwm42014-07-251-50/+44
* command: append entries to the end of the playlist with loadlist appendAlessandro Ghedini2014-07-251-1/+1
* command: add append-play loadfile modewm42014-07-231-2/+2
* command: potentially fix dvd angle settingwm42014-07-201-5/+4
* demux: add a demuxer threadwm42014-07-161-50/+41
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+133
* Remove DVD and Bluray supportwm42014-07-141-133/+0
* command: don't show VO information in colorspace propertieswm42014-07-131-3/+1
* audio: drop buffered audio when switching tracks or filterswm42014-07-131-0/+1
* Remove stream_pts stuffwm42014-07-061-17/+0
* dvd: move angle switching codewm42014-07-051-14/+28
* command: include new "playback-time" property in update mechanismwm42014-07-031-1/+1
* command: remove some code duplication in cache propertieswm42014-07-021-75/+33
* command: cache can actually have full-size 0wm42014-07-021-4/+4
* command: change cache perentage to float, add cache-free and cache-usedAndrey Morozov2014-07-021-2/+97
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-291-3/+13
* command: fix tv-channel propertywm42014-06-251-0/+3
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-221-0/+29
* command: redo the property typewm42014-06-131-506/+599
* Add more constwm42014-06-111-5/+5
* command: redo ancient TV/DVB/PVR commandswm42014-06-111-153/+107
* player: show "neutral" position markers for OSD barswm42014-06-081-2/+12
* command: format_bitrate: fix conversion to kbits and mbitsMarcoen Hirschberg2014-06-021-2/+2
* command: improve video-bitrate propertyAndrey Morozov2014-06-011-1/+4
* client API: report success status when running commandswm42014-06-011-26/+42
* command: property notification when changing af/vfwm42014-06-011-0/+1
* command: add const to mp_notify_propertywm42014-06-011-1/+1
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-281-4/+4
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-281-1/+1
* command: add write_watch_later_config commandMartin2014-05-261-0/+5
* stream: don't use end_poswm42014-05-241-7/+4
* stream: kill start_pos, remove --sb optionwm42014-05-241-13/+1
* player: give quit_watch_later an exit code argument like quitwm42014-05-221-6/+3
* options: unify code for setting string and "raw" optionswm42014-05-181-6/+5
* command: add a disc-menu-active propertywm42014-05-181-0/+11
* player: reorganize how lua scripts are loadedwm42014-05-131-1/+0
* input: remove pausing command prefixeswm42014-05-111-9/+0
* command: add property that estimates current video FPSwm42014-05-081-0/+27
* command: rename stream-length to file-size, format file sizeAndrey Morozov2014-05-061-13/+44
* command: remove ifdefs for deint filterswm42014-05-061-4/+0
* common: change mp_snprintf_append semanticswm42014-05-051-2/+2
* options: rename video-related options/propertiesMartin Herkt2014-05-041-1/+1
* options: rename audio-related options/propertiesMartin Herkt2014-05-041-2/+2
* video: handle colorspace and aspect overrides separatelywm42014-05-021-3/+3
* command, vo_vdpau: respect vdpau deint sub-optionwm42014-05-021-2/+15
* command: redo deinterlace filter probingwm42014-05-021-18/+27
* command: make enabling deinterlacing with vdpau workwm42014-05-021-0/+3
* vf-metadata: fix handling of NULL metadataKevin Mitchell2014-04-291-11/+16
* client API: add chapter change eventwm42014-04-271-0/+1
* video: add a "hwdec" property to enable or disable hw decoding at runtimewm42014-04-231-0/+33
* command: export rotation parameterwm42014-04-221-0/+1
* 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