summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "player: do not exit when a seek gets queued"Dudemanguy13 days1-7/+2
* player: add option-info/<name>/expects-fileGuido Cella2024-05-121-0/+1
* command: add dolby-vision-profile and dolby-vision-level to track-listKacper Michajłow2024-05-101-0/+4
* misc/language: move mp_guess_lang_from_filename() hereGuido Cella2024-05-101-1/+2
* various: fix indentationnanahi2024-05-071-3/+3
* various: move unistd.h inclusion to common.hKacper Michajłow2024-05-061-1/+0
* command: add normalize-path commandGuido Cella2024-05-051-0/+14
* command: return lavfi filters in option-info/[av]f/choicesGuido Cella2024-05-051-0/+6
* demux: keep track of ts information per stream typeAman Karmani2024-05-051-10/+29
* command: add touch-pos propertynanahi2024-05-031-1/+28
* player/command: mark sub-text-ass as deprecatedKacper Michajłow2024-04-271-2/+1
* player/command: add sub-text/ass-full sub-propertyrcombs2024-04-271-0/+2
* player/command: move sub-text-ass to a sub-propertyrcombs2024-04-271-0/+12
* video/out/gpu/context: convert --gpu-context to use obj_settings_listnanahi2024-04-181-1/+1
* command: use property_time() for sub-start and sub-endrcombs2024-04-181-2/+2
* player/command: add track-list/N/decoderKacper Michajłow2024-04-181-6/+4
* player/command: remove codec-info and use track-list directlyKacper Michajłow2024-04-161-41/+7
* player/command: add video-codec-info and audio-codec-infoKacper Michajłow2024-04-151-41/+35
* command: don't use OSD_ASS_0 when converting lists to stringsnanahi2024-04-101-4/+7
* vo: add win32 context menu supportShuanglei Tao2024-04-061-0/+51
* player/command: optimize duplicated property search in command_initKacper Michajłow2024-03-251-1/+12
* player/command: fix udata talloc parentShuanglei Tao2024-03-231-2/+2
* options: add --input-commands optionDudemanguy2024-03-211-0/+28
* m_property: add `>` for fixed precision floating-point expansionKacper Michajłow2024-03-211-13/+11
* command: add escape-assGuido Cella2024-03-211-0/+15
* player/command: add term-size/[w,h] propertyChristoph Heinrich2024-03-211-0/+19
* demux: add a format-name propertyDudemanguy2024-03-171-0/+1
* vo: add video-target-params propertyKacper Michajłow2024-03-071-1/+18
* player/command: fix video-params/[average-bpp, alpha] when hw decodingKacper Michajłow2024-03-071-2/+3
* mp_image: add imgfmt_name to mp_image_paramsKacper Michajłow2024-03-071-10/+14
* Revert "player: reset av state on speed changes"Dudemanguy2024-03-031-1/+0
* command: add begin-vo-dragging commandnanahi2024-03-011-0/+12
* Revert "player: add ao-volume option, to set the system volume at startup"Dudemanguy2024-03-011-6/+9
* player: reset av state on speed changesDudemanguy2024-02-261-0/+1
* input/player: add loadfile/loadlist insert-at commandDavid Vaughan2024-02-261-22/+78
* player: change insert_next to insert_atDavid Vaughan2024-02-261-5/+4
* player: add loadlist insert-next commandsDavid Vaughan2024-02-261-5/+15
* player: add loadfile insert-next commandsDavid Vaughan2024-02-261-5/+16
* player: add ao-volume option, to set the system volume at startupLeonardo Boss2024-02-251-9/+6
* player/command: handle runtime toggling of hidpi-window-scaleDudemanguy2024-02-241-0/+23
* command: fix sub-seek while paused without a videoGuido Cella2024-02-231-0/+8
* command: don't add SUB_SEEK_OFFSET twice with sub-seekGuido Cella2024-02-231-4/+0
* vo: remove VOCTRL_SET_EQUALIZER and simplify into UPDATE_VIDEODudemanguy2024-02-171-1/+1
* command: add window-id to MPV_EVENT_VIDEO_RECONFIG property changeDudemanguy2024-02-171-2/+2
* player/command: add deinterlace-active propertyDudemanguy2024-02-071-1/+15
* player: ensure runtime updates of certain rendering optionsDudemanguy2024-02-051-0/+7
* command: add load-input-confGuido Cella2024-02-041-0/+11
* command: add load-config-fileGuido Cella2024-02-041-0/+20
* player/command: don't reselect demux stream on only UPDATE_OSDDudemanguy2024-01-221-3/+4
* csputils: replace mp_chroma_location with pl_chroma_locationKacper Michajłow2024-01-221-1/+1
* csputils: replace mp_alpha_type with pl_alpha_modeKacper Michajłow2024-01-221-6/+6
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-221-5/+5
* command: do a normal seek instead of a refresh seek when switching vojmir12024-01-221-1/+1
* command: restore lang after track reloadGuido Cella2024-01-201-0/+4
* command: minor m_property_strdup_ro style changesnanahi2024-01-201-6/+5
* command: export current-gpu-context propertynanahi2024-01-201-0/+8
* player/command: reselect track after UPDATE_SUB_HARDDudemanguy2024-01-201-0/+2
* command: add osd display for volume-gainnanahi2024-01-201-0/+3
* audio: add --volume-gain options to control volume in decibelsnanahi2024-01-201-2/+25
* command: fix bitrate unit capitalizationnanahi2024-01-181-1/+1
* command: allow changing --gpu-api and --gpu-context at runtimeGuido Cella2024-01-011-1/+4
* msg: keep status line on the end of fileKacper Michajłow2023-12-271-1/+4
* options: add --secondary-sub-ass-overridedyphire2023-12-181-0/+1
* command: support passing scale to `keypress`sfan52023-12-171-2/+4
* input: add value argument for mp_input_put_key_artificialsfan52023-12-171-5/+5
* player: refactor secondary subtitle options and propertiesDudemanguy2023-12-161-37/+18
* options: add --secondary-sub-poskarelrooted2023-12-131-0/+14
* player/command: make new overlay-add arguments actually optionalsfan52023-12-081-2/+2
* player/command: add ability to scale overlayGraham Booker2023-12-081-3/+13
* player/command: don't pass mp_image_params by valueKacper Michajłow2023-11-281-36/+36
* options: add secondary-sub-delayRipose2023-11-261-5/+12
* player: remove shared-script-properties propertyDudemanguy2023-11-221-28/+0
* command: add missing null check to event handlersfan52023-11-201-1/+1
* command: notify media-title on force-media-title changeChristoph Heinrich2023-11-151-0/+2
* command: export storage aspect ratio (sar) propertiesnanahi2023-11-141-0/+3
* player/command: make show-progress work regardless of osd prefixDudemanguy2023-11-091-0/+4
* vo: replace VOCTRL_HDR_METADATA with direct VO params readKacper Michajłow2023-11-081-7/+6
* player/command: handle force window on runtime vo changesDudemanguy2023-11-071-0/+1
* player/command: fix typo in sig-peak value computationKacper Michajłow2023-11-071-1/+1
* sub: adjust offsets when sub seeking/steppingDudemanguy2023-11-061-6/+6
* player/command: add video-params and siblings to MPV_EVENT_TICKKacper Michajłow2023-11-051-1/+1
* ALL: use pl_hdr_metadata and nuke sig_peakKacper Michajłow2023-11-051-1/+1
* player/command: remove hdr-metadata propertyKacper Michajłow2023-11-051-37/+0
* csputils: add pl_hdr_metadata to mp_colorspace and deprecate sig_peakKacper Michajłow2023-11-051-1/+22
* player/command: use pl_hdr_metadata_containsKacper Michajłow2023-11-051-5/+3
* csputils: change mp_hdr_metadata to pl_hdr_metadataKacper Michajłow2023-11-051-1/+1
* mp_thread: add win32 implementationKacper Michajłow2023-11-051-1/+0
* mp_thread: prefer tracking threads with idKacper Michajłow2023-11-051-3/+3
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-5/+6
* sub: redecode cached packets on UPDATE_SUB_HARD or UPDATE_SUB_FILTDudemanguy2023-11-051-5/+4
* m_option: initialize m_option_value union properlyKacper Michajłow2023-10-231-4/+4
* player/command: truncate anything < 1e-4 in pretty printerKacper Michajłow2023-10-181-2/+2
* command: unbreak runtime play-dir changesDudemanguy2023-10-161-3/+5
* player/command: change how floating point number are printedKacper Michajłow2023-10-141-2/+7
* command: fix fps property nameKacper Michajłow2023-10-141-1/+1
* command: early exit in some properties to avoid going through VOCTRLKacper Michajłow2023-10-141-18/+39
* command: fix segfault with playlist-{next,prev}-playlistGuido Cella2023-10-131-0/+1
* vo: remove vo_get_estimated_vsync_interval conversion to secondsDudemanguy2023-10-101-1/+1
* command: add playlist-next-playlist and playlist-prev-playlistGuido Cella2023-10-091-0/+43
* vo_gpu_next: improve updating overlaysDudemanguy2023-10-051-2/+0
* player: remove unused mutate argument in mp_next_fileDudemanguy2023-10-051-1/+1
* af/vf-command: add ability to target a specific lavfi filterAshyni2023-10-051-6/+17
* win32/pthread: define _POSIX_TIMERS to notify they are not supportedKacper Michajłow2023-09-291-1/+1
* playloop: make chapter property more accurate when seeking chaptersMike Will2023-09-291-4/+4
* command: only warn shared-script-properties onceDudemanguy2023-09-271-2/+6
* command: deprecate shared-script-propertiesDudemanguy2023-09-271-0/+2
* options: remove deprecated --record-file optionDudemanguy2023-09-211-3/+0
* command: stop restarting playback when writing to playlist-posDudemanguy2023-09-211-5/+2
* command: remove some old deprecated properitiesDudemanguy2023-09-211-20/+7
* options: make video-crop validation more strictKacper Michajłow2023-09-201-2/+1
* demux: add crop to mp_codec_paramsKacper Michajłow2023-09-171-0/+5
* video: allow overriding container crop if it is presentKacper Michajłow2023-09-081-2/+6
* player/command: mark video-params/crop- unavailable if emptyKacper Michajłow2023-09-081-4/+5
* player/command: add video-params/crop-[w,h,x,y]Kacper Michajłow2023-08-311-0/+4
* vo: add --video-cropKacper Michajłow2023-08-311-1/+7
* player/command: remove video-aspect propertyKacper Michajłow2023-08-311-63/+1
* command: add hdr-metadata propertyKacper Michajłow2023-08-291-0/+35
* command: remove sub-forced-only-cur propertyDudemanguy2023-08-291-9/+1
* player: rename --sub-forced-only to --sub-forced-events-onlyDudemanguy2023-08-291-2/+2
* player: remove auto choice from sub-forced-onlyDudemanguy2023-08-291-5/+0
* command: add `sub-ass-extradata` propertyllyyr2023-08-271-0/+24
* player: make all autoload extensions configurableDudemanguy2023-08-261-0/+4
* player: add playlist-path propertiesDudemanguy2023-08-131-5/+18
* player: make sub-pos a float valueDudemanguy2023-08-131-1/+1
* player/command: add video-params/aspect-nameKacper Michajłow2023-08-131-1/+45
* command: don't print "unknown" on video tracksDudemanguy2023-08-111-1/+4
* command: show "no" for hwdec-current if hwdec failedDudemanguy2023-08-111-1/+1
* command: fix some fringe play-dir behaviorDudemanguy2023-08-111-0/+6
* command: fix stack smashing when displaying aspect-ratiollyyr2023-08-111-11/+7
* Revert "audio: add AOCONTROL_UPDATE_MEDIA_ROLE"Thomas Weißschuh2023-07-301-3/+0
* command: add sub-forced-only-cur proprcombs2023-06-251-0/+13
* command: report auto-forced-only flag in track descrcombs2023-06-251-0/+1
* player: set playlist title to media title if not set alreadyChristoph Heinrich2023-03-241-11/+28
* Revert "player: set playlist title to media title if not set already"Christoph Heinrich2023-03-241-17/+14
* player/command: fix mem leak in user-data property; closes #11436rcombs2023-03-131-0/+5
* command: expose hls-bitrate and program-id as track-list subpropertiesrcombs2023-03-031-0/+4
* command: add platform propertyDudemanguy2023-02-271-0/+7
* player: set playlist title to media title if not set alreadyChristoph Heinrich2023-02-261-14/+17
* options: transition properties from flag to boolChristoph Heinrich2023-02-211-32/+32
* options: transition commands from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-16/+16
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-201-1/+0
* player/command: add user-data propertyrcombs2023-01-281-0/+171
* player/command: add "del" commandrcombs2023-01-281-0/+24
* audio: simplify implementation of property ao-volumeThomas Weißschuh2023-01-251-7/+4
* various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriatesfan52023-01-121-1/+1
* player: add window-id propertyNRK2022-12-051-0/+12
* audio: try to use playback AO as hotplug AO firstThomas Weißschuh2022-09-111-2/+2
* audio: add AOCONTROL_UPDATE_MEDIA_ROLEThomas Weißschuh2022-09-101-0/+3
* vo_gpu_next: refactor subtitle renderingNiklas Haas2022-02-211-0/+2
* Revert "options: add --sub-visibility=<primary-only|secondary-only>"Avi Halachmi (:avih)2022-01-191-7/+5
* options: add --sub-visibility=<primary-only|secondary-only>Ripose2022-01-191-5/+7
* sub: rename SUBBITMAP_RGBA to SUBBITMAP_BGRANiklas Haas2022-01-111-1/+1
* player: make deprecated track/chapter/metadata events internalsfan52021-12-151-5/+5
* libmpv: remove opengl_cb API and other deprecated symbolssfan52021-12-151-3/+0
* options: const annotate all m_opt_choice_alternatives accessorsEmil Velikov2021-11-151-1/+1
* options: const annotate m_obj_list accessorsEmil Velikov2021-11-151-1/+1
* osdep: rename MP_UNREACHABLENiklas Haas2021-11-031-1/+1
* osdep: add MP_UNREACHABLENiklas Haas2021-11-031-1/+1
* command: with lavfi-complex, make current-tracks return the first oneGuido Cella2021-10-151-0/+10
* player: add track-list/N/image sub-propertyGuido Cella2021-10-141-0/+1
* Revert "player: add track-list/N/image sub-property"Jan Ekström2021-10-021-1/+0
* player: add track-list/N/image sub-propertyGuido Cella2021-10-021-0/+1
* command: cycle: respect the prefix "repeatable"Avi Halachmi (:avih)2021-08-191-1/+3
* command: check for monitor par in window-scaleDudemanguy2021-08-091-0/+6
* command: check for rotation in window-scaleDudemanguy2021-08-091-0/+3
* command: merge window-scale code togetherDudemanguy2021-08-091-13/+3
* command: make current-window-scale writeable, 2nd attemptDudemanguy2021-08-071-0/+9
* Revert "command: make current-window-scale writeable"Avi Halachmi (:avih)2021-08-071-34/+25
* command: make current-window-scale writeableDudemanguy2021-08-051-25/+34
*