summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* player: handle edition reloading slightly differentlywm42014-10-281-1/+1
* command: play the correct entry with loadfile ... append-playAlessandro Ghedini2014-10-271-1/+1
* command: try 'icy-title' metadata for media-title as wellAlessandro Ghedini2014-10-271-0/+3
* command: add audio-device propertywm42014-10-271-0/+11
* audio: add command/function to reload audio outputwm42014-10-271-0/+16
* Drop libquvi supportwm42014-10-251-3/+0
* command: finish hook execution if client failswm42014-10-241-5/+22
* command: add vo-configured propertywm42014-10-241-1/+10
* command: fix debug outputwm42014-10-241-1/+1
* command: print executed commands with -vwm42014-10-231-0/+2
* command: add a "cached" mode to sub_addwm42014-10-231-1/+22
* command: return error on invalid/absent IDs with ff-sid/ff-aidwm42014-10-231-2/+6
* command: make reverse cycle_values match up with forward onewm42014-10-211-4/+3
* command: fix video-rotate update when pausedwm42014-10-211-11/+11
* command: add cursor-autohide propertywm42014-10-211-0/+14
* command: add playback-abort propertywm42014-10-211-0/+8
* command: add video-rotate propertywm42014-10-211-0/+12
* player: add stream selection by ffmpeg indexwm42014-10-211-0/+36
* command: add field-dominance propertyKevin Mitchell2014-10-211-0/+1
* command: extend sub_add commandwm42014-10-211-2/+10
* command: remove hook cancellation mechanismwm42014-10-201-11/+1
* command: allow sub_add at an earlier stagewm42014-10-201-1/+1
* command: add "estimated-vf-fps" change notifcationwm42014-10-191-1/+2
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-161-0/+138
* command: allow setting per-file options at runtimewm42014-10-151-7/+24
* command: don't display non-sense if volume is unavailablewm42014-10-111-1/+1
* command: make volume/mute unavailable if audio is not initializedwm42014-10-111-6/+4
* command: make audio device list available to the client APIwm42014-10-101-0/+32
* player: minor simplificationwm42014-10-101-1/+1
* player: --save-position-on-quit should always work (2)wm42014-10-101-2/+5
* command: add cache-buffering-state propertywm42014-10-071-0/+11
* client API: clarify pause/unpause events, modify core-idle propertywm42014-10-071-1/+2
* player: remove central uninit_player() function and flags messwm42014-10-031-2/+2
* command: don't show message on "osd" command by defaultwm42014-10-031-3/+2
* command: allow passing memory addresses to overlay_addwm42014-10-031-0/+6
* command: restructure overlay_add codewm42014-10-031-46/+63
* command: move setting playback speed to a separate functionwm42014-10-021-10/+5
* build: add -Wno-format-zero-lengthwm42014-09-261-1/+1
* 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