summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* command: remove worthless error handling codewm42017-01-091-6/+5
* player: remove dysfunctional edition switching OSD codewm42017-01-051-1/+0
* Remove compatibility thingswm42016-12-071-4/+0
* options: some simplificationswm42016-11-291-2/+1
* command: warn against deprecated properties in all caseswm42016-11-231-13/+9
* command: redefine some deprecated propertieswm42016-11-221-37/+0
* player: removing last playlist entry while looping should not stopwm42016-11-181-1/+1
* command: if window-scale can't be set properly, set it as optionwm42016-10-251-13/+8
* command: silence deprecation warnings with --reset-on-next-file=allwm42016-10-221-2/+11
* command: fix reset-on-next-file=all and tv-freq optionwm42016-10-221-1/+2
* options: handle --audio-device changes like the other optionswm42016-10-051-4/+1
* audio: move some fallback handling to common AO reload functionwm42016-10-051-15/+2
* command: flush and uninitialize audio output first on option changeswm42016-10-051-1/+3
* command: include deprecated/aliased options in property bridgewm42016-10-041-18/+28
* player: fix previous commitwm42016-10-031-2/+7
* command: allow absolute seeks relative to end of streamPhilip Sequeira2016-10-021-0/+9
* player: make --stop-screensaver runtime-changeablewm42016-10-021-0/+3
* player: enable reading from stdin after loading input.confwm42016-09-291-1/+1
* win32: make --priority runtime-settableJames Ross-Gowan2016-09-281-0/+16
* command: fix inverted condition in sub-reload commandwm42016-09-261-1/+1
* command: some minor corrections to previous commitwm42016-09-241-20/+19
* command: make it possible to set chapters via lua pluginsMaurycy Skier2016-09-241-1/+70
* m_config, command: remove some minor code duplicationwm42016-09-231-3/+2
* command: make most options observablewm42016-09-231-0/+6
* command: fix potential UBwm42016-09-231-5/+5
* player: make audio-channels etc. runtime settablewm42016-09-221-0/+7
* command: add a load-script commandwm42016-09-221-0/+7
* command: fix missing update notifications in some caseswm42016-09-221-0/+1
* player: some M_SETOPT_RUNTIME cleanupswm42016-09-221-19/+6
* options: make input options generally runtime-settablewm42016-09-211-0/+21
* command: make bitrate properties observablewm42016-09-211-1/+2
* command: add a video-dec-params propertywm42016-09-201-1/+16
* command: change update handling of some video-related propertieswm42016-09-201-24/+9
* player: kill associated OSD and key bindings when removing a scriptwm42016-09-201-1/+2
* player: make --osc/--ytdl settable during playbackwm42016-09-201-0/+3
* options, command: simplify some option updateswm42016-09-191-47/+13
* player: make --terminal freetly settable at runtimewm42016-09-191-1/+1
* options: slightly better option update mechanismwm42016-09-191-9/+12
* command: add audio-pts property to get the audio ptsHector Martin2016-09-191-1/+14
* player: more option/property consistency fixeswm42016-09-181-29/+32
* command: fix window-scale option/property inconsistencieswm42016-09-181-7/+4
* options: rename/deprecate --playlist-poswm42016-09-181-2/+1
* command: minor fixes to video-aspect propertywm42016-09-181-8/+2
* command: fix --quiet, --really-quiet optionswm42016-09-181-0/+2
* command: add an apply-profile commandwm42016-09-171-0/+8
* options: take care of propertly updating options on runtime changeswm42016-09-171-3/+71
* command: make window-scale redirect to option if no window createdwm42016-09-171-1/+1
* player: fix a missed wakeupwm42016-09-161-0/+1
* player: litter code with explicit wakeup callswm42016-09-161-1/+19
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-161-7/+15
* osd: slightly simplify update logicwm42016-09-151-2/+2
* player: Improve OSD formatting of sub-speed optionVladimir Panteleev2016-09-131-0/+4
* player: Apply new sub-speed values during playbackVladimir Panteleev2016-09-131-0/+21
* command: don't log "ignore" command with -v verbositywm42016-09-111-1/+2
* command: do not call mp_switch_track() before proper initializationwm42016-09-101-7/+17
* vo: don't access global options unsynchronizedwm42016-09-081-0/+11
* command: try selecting the next track if track switching failswm42016-09-031-3/+4
* command: remove vo-cmdlinewm42016-09-021-13/+0
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-021-0/+9
* command: deprecate "cache" property, replace with "cache-percent"wm42016-09-021-2/+4
* command: fix or document some property/option consistency issueswm42016-09-011-15/+12
* command: remove 2 deprecated propertieswm42016-09-011-50/+0
* command: rename/deprecate some conflicting property nameswm42016-09-011-3/+7
* command: add options to property listwm42016-09-011-36/+93
* vo: change messy handling of fullscreen and other flagswm42016-08-301-10/+5
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-301-8/+8
* command: cosmetics: fix some minor whitespace mistakeswm42016-08-301-2/+2
* command: export profile list as a propertywm42016-08-281-0/+17
* command: add property for current subtitle textwm42016-08-271-1/+21
* player: don't directly access demuxer->streamwm42016-08-261-4/+2
* command: prevent O(n^2) behaviour for playlist propertyJames Ross-Gowan2016-08-201-3/+25
* player: make looping slightly more seamlesswm42016-08-181-37/+5
* player: allow passing flags to queue_seek()wm42016-08-151-12/+14
* command: add replaygain information properties to track-listwm42016-08-131-0/+12
* command: add a property that returns filename without extensionwm42016-08-111-1/+13
* audio: refactor mixer code and delete mixer.cwm42016-07-171-24/+11
* Use - as command-name separator everywhereTimotej Lazar2016-07-141-5/+5
* command: add properties for HDR metadataNiklas Haas2016-07-131-0/+2
* audio: show an osd bar when changing ao-volumeUros Vampl2016-07-101-1/+17
* audio: drop --softvol=no and --softvol=autowm42016-07-091-40/+68
* command: don't delay progress updates to next video framewm42016-07-081-0/+1
* player: rewrite deinterlace filter auto-insertionwm42016-07-051-82/+0
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-4/+4
* command: pack sub image data in overlay-add commandwm42016-07-011-33/+98
* command: improve playlist* properties change notificationswm42016-06-201-6/+9
* player: do not update OSD all the time when pausedwm42016-06-111-0/+3
* vo_opengl: refactor performance data propertiesNiklas Haas2016-06-081-43/+34
* vo_opengl: expose performance timers as propertiesNiklas Haas2016-06-071-0/+43
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-1/+2
* vf_d3d11vpp: add a D3D11 video processor filterwm42016-05-281-0/+3
* command: add playlist-pos-1 propertywm42016-05-261-6/+20
* video: add --hwdec=auto-copy modewm42016-05-111-2/+0
* video: refactor how VO exports hwdec device handleswm42016-05-091-7/+10
* win32: make taskbar progress indication optionalmaniak13492016-05-081-0/+19
* command: use NBSP for spacing after current marker for OSD listswm42016-05-041-2/+2
* command: change some hwdec propertieswm42016-05-041-0/+47
* command: slightly nicer OSD list formattingwm42016-05-031-19/+17
* osd: make osd_ass_0/1 defineswm42016-05-031-2/+2
* command: don't seek immediately when setting a-b loop when pausedwm42016-04-281-5/+5
* player: fix memleak when using video-frame-infotrUSTssc2016-04-241-0/+1
* command: if only ab-loop-b is set, loop from start of filewm42016-04-211-4/+8
* player: simplify an aspect of buffering determinationwm42016-04-191-2/+2
* player: loop on end of file if ab-loop-b is unsetwm42016-04-181-5/+6
* command: log property set callswm42016-04-151-0/+17
* command: allow setting panscan etc. properties if no video is activewm42016-04-151-4/+1
* command: add keepaspect propertywm42016-04-081-0/+1
* cache: use a single STREAM_CTRL for various cache infowm42016-03-291-27/+21
* command: add video-stereo-mode propertywm42016-03-281-0/+1
* command: change "cache-speed" OSD formattingwm42016-03-221-4/+9
* command: add cache-speed propertywm42016-03-201-1/+17
* command: dump tracklist if sub-add is run with the "cached" flagwm42016-03-141-0/+2
* demux: replace demux_pause/demux_unpause with demux_run_on_threadwm42016-03-091-7/+17
* command: change stream-pos semanticswm42016-03-091-12/+2
* osd: cleanup: make OSDTYPE_ constants private to OSD codewm42016-03-081-3/+3
* 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
*