summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* command: fix property notification for cache-buffering-statewm42016-03-021-1/+1
* command: add encoder-list propertywm42016-03-011-1/+14
* command: export canonical ffmpeg version identifierwm42016-02-291-0/+11
* command: export list of all decoderswm42016-02-291-0/+32
* command: export more information under track-listwm42016-02-291-3/+21
* player: remove unused MPContext.stream fieldwm42016-02-231-1/+1
* player: remove old timeline/ordered chapters supportwm42016-02-151-18/+18
* player: force refresh seek when changing audio filterswm42016-02-091-3/+0
* input: ignore --input-cursor for events injected by input commandswm42016-02-041-6/+6
* sub: implement "sub-seek 0"wm42016-02-041-1/+1
* command: fix track cycling logicwm42016-02-031-9/+4
* command: show original aspect in video-aspect property toowm42016-02-021-16/+19
* player: refactor: reduce some dependencies on current_trackwm42016-02-011-7/+3
* vd_lavc: allow switching between hw/sw decoding any timewm42016-01-291-2/+1
* command: always allow setting volume/mute propertieswm42016-01-261-5/+17
* command: add af-command commandwm42016-01-221-0/+6
* command: add vf-command commandwm42016-01-221-0/+6
* player: refactor: eliminate MPContext.d_audiowm42016-01-221-5/+7
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-221-4/+4
* command: fix NULL pointer deref in "video-codec" propertywm42016-01-181-1/+1
* player: refactor: eliminate MPContext.d_videowm42016-01-171-43/+43
* player: refactor: eliminate MPContext.d_subwm42016-01-171-1/+2
* command: modify OSD message when forcing original video aspect ratiowm42016-01-161-0/+7
* video: refactor: disentangle decoding/filtering some morewm42016-01-161-1/+1
* osd: make osd-width/height properties watchablewm42016-01-151-1/+1
* video: fix interactively changing aspect ratiowm42016-01-141-1/+1
* player: prefer "service_name" as media title.Oliver Freyermuth2016-01-141-0/+3
* player: implement SWITCH for dvb-channel-name property, add binding.Oliver Freyermuth2016-01-141-0/+8
* player: remove unused last_dvb_step member.Oliver Freyermuth2016-01-141-2/+0
* player, stream_dvb: implement dvb-channel-name property.Oliver Freyermuth2016-01-141-0/+22
* video: decouple filtering/decoding slightly morewm42016-01-141-25/+24
* video: refactor: handle video format fixups closer to decoderwm42016-01-141-3/+3
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-12/+11
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* command: replace ROUND() with lrint()wm42015-12-261-5/+4
* command: change heuristic for files with 1 chapterwm42015-12-251-2/+3
* command: fix eof-reached property change notification in corner caseswm42015-12-241-2/+2
* input: add key name to script-binding command responsewm42015-12-231-2/+2
* vf_yadif: change defaultswm42015-12-211-1/+1
* video: switch from using display aspect to sample aspectwm42015-12-191-10/+12
* command, vo: add estimated-display-fps propertywm42015-11-251-1/+30
* command: export some per-video-frame informationwm42015-11-221-0/+25
* player: remove OSD subtitle render pathwm42015-11-171-4/+3
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-161-1/+1
* player: handle rebasing start time differentlywm42015-11-161-7/+3
* command: add vsync-ratio propertywm42015-11-131-2/+25
* player: refactor display-sync frame duration calculationswm42015-11-131-3/+3
* command: rename vo-missed-frame-count propertywm42015-11-131-5/+5
* command: make display-fps property writablewm42015-11-091-7/+9
* command: add mistimed-frame-count propertywm42015-10-301-3/+12
* command: make bitrate properties work correctly for external trackswm42015-10-231-2/+7
* command: do not return 0 for bitrates if unknownwm42015-10-231-0/+2
* command: make time properties unavailable if timestamp is unknownwm42015-10-161-0/+6
* player: fix inverted conditionwm42015-10-131-1/+1
* player: make stop command actually stopwm42015-10-061-1/+1
* video: remove user-controllable PTS sorting (--pts-association-mode)wm42015-10-061-2/+0
* video: replace vf_format outputlevels option with global optionwm42015-09-291-5/+5
* af_lavfi: implement af-metadata propertywm42015-09-111-10/+21
* command: make "add <property> 0" not change the valuewm42015-09-101-4/+2
* command: make the playback-time property writablewm42015-08-211-0/+5
* demux: remove redundant demux_chapter.name fieldwm42015-08-121-5/+1
* player: add display sync modewm42015-08-101-4/+32
* player: separate controls for user and video controlled speedwm42015-08-101-5/+18
* player: redo estimated-vf-fps calculationwm42015-08-101-7/+3
* command: improve A-B loop OSD messageswm42015-08-101-2/+2
* lua: implement input_enable_section/input_disable_section via commandswm42015-08-061-2/+1
* command: add a command for defining input bindingswm42015-08-061-0/+5
* command: always make video-aspect property accessiblewm42015-08-041-14/+14
* command: fix video-aspect property update notificationwm42015-08-041-1/+1
* command: make auto-deinterlacing output at field ratewm42015-08-041-1/+1
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-031-24/+0
* command: let track properties return option value in idle modewm42015-07-291-1/+5
* command: add property indicating per-file optionswm42015-07-231-0/+1
* video: always re-probe auto deint filter on filter reconfigwm42015-07-211-8/+14
* command: add track-list/N/audio-channels propertydeuiore2015-07-181-0/+8
* player: parse and expose m3u playlist titleswm42015-07-101-2/+3
* player: refactor chapter seek codewm42015-07-101-1/+6
* player: never overwrite stop_play fieldwm42015-07-081-7/+11
* command: allow changing deinterlace property any timewm42015-07-081-1/+1
* command: make deinterlace property use interlaced-only yadif modewm42015-07-071-1/+1
* player: simplify reload logicwm42015-07-021-4/+4
* x11: Handle external fullscreen togglesEduardo Sánchez Muñoz2015-06-281-1/+1
* demux: export forced flagwm42015-06-271-0/+1
* audio: output human-readable channel layouts toowm42015-06-251-0/+1
* command: export stereo 3D tagswm42015-06-231-0/+4
* command: do not exit playback if the B point of A-B loop is past EOFwm42015-06-161-18/+21
* command: add keypress, keydown, and keyup commands.torque2015-06-111-0/+30
* command: fix audio-out-detected-device propertywm42015-06-091-2/+3
* command: remove unnecessary event IDswm42015-06-091-2/+0
* command: make property event mask matching more restrictivewm42015-06-091-1/+2
* player: print track list when switching trackswm42015-06-031-0/+4
* player: print a message along with track listwm42015-06-031-4/+4
* player: don't print stream list when adding external tracks during loadwm42015-06-031-5/+7
* command: remove deprecated get_property commandwm42015-05-271-34/+0
* command: better choice when to allow playback-related commandswm42015-05-261-16/+16
* command: fix track property when no file is loadedwm42015-05-261-2/+8
* player: fix crashes when adding external tracks before loading main filewm42015-05-261-20/+13
* command: change the hwdec propertieswm42015-05-251-30/+43
* video: do not use MP_NOPTS_VALUE for A/V differencewm42015-05-241-2/+0
* player: add function to compute past frame durationswm42015-05-241-17/+6
* command: add protocol-list propertywm42015-05-231-0/+16
* command: allow changing track properties while no file is loadedwm42015-05-221-16/+20
* player: use an array for stream ID options and suchwm42015-05-221-4/+2
* command: deprecate audio-sampleratewm42015-05-221-43/+2
* command: add audio-params and audio-out-params propertieswm42015-05-221-1/+40
* command: rename audio-format propertywm42015-05-221-4/+6
* command: deprecate the "length" propertywm42015-05-221-4/+4
* command: add a new property deprecation mechanismwm42015-05-221-0/+29
* audio: change range of volume option/propertywm42015-05-221-2/+2
* command: explicitly show mouse cursor when unfullscreeningwm42015-05-211-2/+6
* command: refactor if/else statements to switchRobin2015-05-201-11/+19
* command: change OSD symbol for absolute perc. seekrrooij2015-05-191-2/+4
* command: use consistent comment stylerrooij2015-05-191-1/+1
* input: add relative percentage seekrrooij2015-05-191-0/+5
* command: add playlist_shuffle commandwm42015-05-171-0/+5
* command: let sub_reload remove the old track firstwm42015-04-281-8/+10
* player: log track list when adding or removing external fileswm42015-04-281-0/+5
* command: demuxer-cache-time propertyxylosper2015-04-211-1/+21
* client API: add a screenshot_raw commandwm42015-04-201-0/+39
* client API: add glue for making full use of mpv_command_node()wm42015-04-201-2/+2
* player: change video-bitrate and audio-bitrate propertieswm42015-04-201-47/+28
* command: disc-mouse-on-button propertyxylosper2015-04-211-0/+9
* subprocess: move implementation for deatched subprocesseswm42015-04-151-34/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* command: new subproperty for video-params: gammaNiklas Haas2015-04-041-0/+5
* command: remove unused functionwm42015-04-011-14/+0
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-120/+21
* command: add property returning current working directorywm42015-03-241-0/+20
* command: use mp_set_playlist_entrySai Ke WANG2015-03-221-3/+1
* osd: simplify an aspect of change detection handlingwm42015-03-181-1/+1
* command: don't drop audio buffers when switching filterswm42015-03-161-1/+0
* command: make "media-title" observablewm42015-03-151-1/+1
* command: fix display-fps property (again)wm42015-03-131-3/+3
* command: display-fps is the display FPS as assumed by the VOwm42015-03-121-4/+4
* command: allow changing some VO options even if VO wasn't created yetwm42015-03-111-4/+4
* command: add display-fps propertywm42015-03-101-1/+17
* player: use symbolic constant for seek precisionwm42015-03-041-14/+16
* input: use flag option type for some input commandswm42015-03-041-4/+11
* client API: make some more properties observablewm42015-02-271-1/+2
* command: add rescan_external_fileswm42015-02-161-0/+18
* command: nicer OSD message when setting audio-devicewm42015-02-161-0/+14
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-161-1/+2
* player: fix audio-device-list updateswm42015-02-141-0/+5
* ao_coreaudio: add support for hotplug notificationsStefano Pigozzi2015-02-141-4/+9
* command: mark get_property as deprecatedwm42015-02-131-0/+4
* audio: add device change notification for hotpluggingwm42015-02-121-8/+13
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-031-23/+30
* command: add property returning detected audio deviceStefano Pigozzi2015-02-031-1/+11
* command: add property returning detected hwdec APIwm42015-02-021-1/+32
* command: add properties returning the current VO and AO driverwm42015-02-021-2/+18
* command: add dummy get implementation for tv-channel propertywm42015-02-021-0/+2
* command: send additional property change events in-between loadingwm42015-02-011-0/+1
* command: improve observability of some audio propertieswm42015-02-011-1/+2
* command: change sub-visibility OSD messagewm42015-01-291-1/+2
* player: remove redundant variablewm42015-01-291-2/+2
* command: export more details about file seekabilitywm42015-01-261-0/+10
* input, player: new command for mouse eventxylosper2015-01-231-0/+19
* command: export file format as propertywm42015-01-231-0/+12
* player: some fixes for property notificationxylosper2015-01-231-3/+3
* x11: add --on-all-workspaces option and propertywm42015-01-161-0/+9
* command: unify handling of fullscreen and other VO flagswm42015-01-161-21/+12
* command: fix property naming conventionwm42015-01-101-2/+2
* command: change properties added in previous commitwm42015-01-101-10/+7
* command.c: new subproperties for video-params: bpp and depthxylosper2015-01-101-0/+12
* command: ignore chapter cycling if there's only 1 chapterwm42015-01-051-2/+5
* x11: make display-names property observablewm42015-01-031-1/+1
* command: make the "run" command work on Windows toowm42015-01-011-22/+35
* command: make empty vf-metadata not an errorwm42014-12-301-11/+6
* command: add filtered-metadata propertywm42014-12-291-1/+12
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-291-5/+5
* command: stip path from playlist OSD displaywm42014-12-271-2/+8
* player: cosmetics: rename a functionwm4