summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* command: avoid returning invalid FPS valueswm42014-11-291-3/+5
* command: sub_add with "auto" should not always select a subtitle trackwm42014-11-271-1/+3
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-241-1/+1
* command: don't queue framestepswm42014-11-231-1/+14
* input, lua: redo input handlingwm42014-11-231-9/+21
* Remove some superfluous NULL checkswm42014-11-211-2/+1
* command: dvd: better audio/video recovery on angle switchingwm42014-11-201-5/+2
* command: add drop_bufferswm42014-11-201-0/+10
* command: add an ab_loop commandwm42014-11-181-0/+20
* command: improve A-B loop behaviorwm42014-11-181-2/+14
* command: implement A-B loopswm42014-11-181-2/+48
* command: adjust previous commitwm42014-11-171-1/+3
* command: playlist property: return if an entry is currently playingwm42014-11-171-0/+2
* command: list filters/VOs/AOs with option-infowm42014-11-141-0/+11
* command: export some option metadatawm42014-11-131-1/+33
* command: rename "option-flags" property to "option-info"wm42014-11-131-3/+3
* command: make sub-properties more flexiblewm42014-11-131-1/+1
* command: export mpv configure arguments as propertywm42014-11-131-0/+7
* player: make the osd-msg prefix work for playlist_next/prevwm42014-11-111-0/+2
* audio: make decoders output refcounted frameswm42014-11-101-2/+2
* dvd, bluray: reload demuxer on title changeswm42014-11-101-0/+1
* command: send property-change event on playlist changeAlessandro Ghedini2014-11-091-0/+5
* audio/out: make ao_request_reload() idempotentwm42014-11-091-6/+1
* command: silence a warning on win32wm42014-11-081-0/+2
* command: fix option-flags propertywm42014-11-081-1/+3
* command: export the flag whether an option was set on commandlinewm42014-11-071-0/+26
* command: add display-names propertyKevin Mitchell2014-11-071-0/+25
* command: use playback time as reference for sub_seekwm42014-11-051-2/+3
* command: add window-minimized property (X11 only)wm42014-11-021-0/+18
* command: make window-scale property observablewm42014-11-021-0/+1
* command: expose mpv version as propertywm42014-11-021-0/+8
* player: always use demux_chapterwm42014-11-021-3/+4
* player: update meaning of drop_frame_cntwm42014-11-011-1/+1
* sub: remove osd_get_sub()wm42014-11-011-1/+1
* player: don't display zero duration for files with unknown durationwm42014-10-291-6/+8
* 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 pathswm4