summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* osc: allow disabling special mouse wheel behaviorDudemanguy2023-12-211-16/+28
* options: add --secondary-sub-ass-overridedyphire2023-12-181-0/+1
* lua: don't return a second value from successful format_jsonGuido Cella2023-12-171-4/+4
* 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
* OSC: fix indentation and stray whitepaceHRXN2023-12-171-2/+2
* player: refactor secondary subtitle options and propertiesDudemanguy2023-12-163-39/+20
* console.lua: clear the suggestions when you move the cursorGuido Cella2023-12-151-0/+12
* console.lua: complete current-tracks sub-propertiesGuido Cella2023-12-151-6/+8
* console.lua: implement case-insensitive completionGuido Cella2023-12-151-16/+58
* options: add --secondary-sub-poskarelrooted2023-12-132-1/+14
* Revert "OSC: Remove merriment"Niklas Haas2023-12-131-0/+21
* OSC: Remove merrimentMia Herkt2023-12-131-21/+0
* sub: don't busy loop if the player is paused for cacheDudemanguy2023-12-121-1/+2
* 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
* console.lua: cycle through completionsGuido Cella2023-12-061-18/+55
* console: automatically determine the font_hw_ratioChristoph Heinrich2023-12-061-2/+77
* console.lua: simplify the condition to print to the terminalGuido Cella2023-12-061-8/+3
* playloop: use a 16:9 ratio with --force-windowGuido Cella2023-11-301-1/+5
* player/command: don't pass mp_image_params by valueKacper Michajłow2023-11-281-36/+36
* meson: generate .com in the same place as the .exe if possibleDudemanguy2023-11-271-3/+4
* options: add secondary-sub-delayRipose2023-11-262-6/+18
* player: remove shared-script-properties propertyDudemanguy2023-11-223-74/+0
* command: add missing null check to event handlersfan52023-11-201-1/+1
* various: add some missing error checksKacper Michajłow2023-11-181-1/+1
* vo: pass approximate frame duration in vo_frameKacper Michajłow2023-11-181-0/+1
* player/video: account for repeats in ideal_frame_vsync_durationKacper Michajłow2023-11-181-0/+4
* loadfile: remove some dead codeDudemanguy2023-11-181-4/+1
* command: notify media-title on force-media-title changeChristoph Heinrich2023-11-151-0/+2
* player: don't remove all selected sub tracks in mp_dselect_trackkarelrooted2023-11-141-0/+2
* stats.lua: fix incorrect storage aspect ratio valuenanahi2023-11-141-1/+7
* command: export storage aspect ratio (sar) propertiesnanahi2023-11-141-0/+3
* player/video: fix calculation of ideal_frame_vsync_durationKacper Michajłow2023-11-121-1/+1
* vo: add frame vsync and vsync durationKacper Michajłow2023-11-111-2/+4
* console: fix crash for long suggestion stringsChristoph Heinrich2023-11-111-1/+2
* player/command: make show-progress work regardless of osd prefixDudemanguy2023-11-091-0/+4
* player/loadfile: remove blank line on exitKacper Michajłow2023-11-081-1/+0
* Revert "player: cut off status line on terminal width"Kacper Michajłow2023-11-081-5/+0
* Revert "player: don't print status line again when quitting"Kacper Michajłow2023-11-081-5/+2
* stats.lua: disable ASS formatting when printing to terminalKacper Michajłow2023-11-081-1/+1
* vo: replace VOCTRL_HDR_METADATA with direct VO params readKacper Michajłow2023-11-082-8/+20
* stats.lua: remove unused variableGuido Cella2023-11-071-3/+0
* console.lua: don't print the console log to the OSD when switching VOGuido Cella2023-11-071-1/+8
* player/command: handle force window on runtime vo changesDudemanguy2023-11-071-0/+1
* stats: don't overwrite color and alpha of `osd-back-color`Christoph Heinrich2023-11-071-4/+6
* console: don't overwrite color and alpha of `osd-back-color`Christoph Heinrich2023-11-071-2/+3
* player/command: fix typo in sig-peak value computationKacper Michajłow2023-11-071-1/+1
* console: wrap rows at the topChristoph Heinrich2023-11-071-8/+6
* console: optimize table generationChristoph Heinrich2023-11-071-20/+32
* console: enable completions without a prefixChristoph Heinrich2023-11-071-4/+4
* console.lua: complete raw propertiesGuido Cella2023-11-071-1/+1
* console: avoid redundant completion appendageChristoph Heinrich2023-11-071-2/+36
* sub: adjust offsets when sub seeking/steppingDudemanguy2023-11-061-6/+6
* ytdl_hook: fix mixed thumbnail.preference availabilityChristoph Heinrich2023-11-061-1/+1
* video: reset `display_sync_error` when resetting statellyyr2023-11-061-0/+1
* 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-052-6/+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-052-6/+25
* 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-052-2/+0
* mp_thread: prefer tracking threads with idKacper Michajłow2023-11-053-10/+9
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-056-140/+137
* sub: redecode cached packets on UPDATE_SUB_HARD or UPDATE_SUB_FILTDudemanguy2023-11-051-5/+4
* lua: remove a ton of unneeded parenthesesDudemanguy2023-11-025-147/+146
* console.lua: complete file pathsGuido Cella2023-11-021-0/+44
* console.lua: complete list option verbsGuido Cella2023-11-021-0/+18
* console.lua: inline mp.optionsGuido Cella2023-11-021-2/+1
* console.lua: complete list optionsGuido Cella2023-11-021-0/+22
* console.lua: complete profilesGuido Cella2023-11-021-0/+12
* console.lua: complete commands after helpGuido Cella2023-11-021-1/+9
* console: complete infinite cycle-values argumentsChristoph Heinrich2023-11-011-24/+4
* player/main: set main thread name as mpvKacper Michajłow2023-11-011-1/+1
* player/video: loosen logic checks for adjust_syncDudemanguy2023-10-301-2/+2
* player/video: don't reset ao on video chain reinitDudemanguy2023-10-301-8/+4
* ytdl_hook: reverse thumbnail orderChristoph Heinrich2023-10-301-1/+2
* ytdl_hook: support the preference field of thumbnailsChristoph Heinrich2023-10-301-1/+4
* ytdl_hook: add thumbnail optionChristoph Heinrich2023-10-301-12/+6
* ytdl_hook: support thumbnailsEva2023-10-301-3/+36
* scripting: add 'script' to messagesKacper Michajłow2023-10-271-2/+2
* scripting: rename backend names for concise namingKacper Michajłow2023-10-273-5/+4
* mp_threads: rename threads for consistent naming across all of themKacper Michajłow2023-10-273-4/+6
* player/lua: use mp_msg_find_level in check_loglevelKacper Michajłow2023-10-271-4/+3
* player/audio: fix incorrect check on adding delayDudemanguy2023-10-261-1/+1
* javascript: use --js-memory-report option instead of MPV_LEAK_REPORTDudemanguy2023-10-261-2/+1
* options: rename --watch-later-directory to --watch-later-dirDudemanguy2023-10-251-1/+1
* options: rename --screenshot-directory to --screenshot-dirDudemanguy2023-10-251-1/+1
* player: don't calculate av delay if there's no audio or videoDudemanguy2023-10-252-2/+3
* console.lua: complete choice and flag optionsGuido Cella2023-10-251-4/+46
* console.lua: remove unused capture from completion patternsGuido Cella2023-10-251-12/+12
* console.lua: use string.match()Guido Cella2023-10-251-3/+3
* console.lua: generate completion lists lazilyGuido Cella2023-10-251-25/+37
* console.lua: remove repetition from build_completers()Guido Cella2023-10-251-11/+16
* console.lua: remove unnecessary copyGuido Cella2023-10-251-4/+1
* sub: update subtitles if current track is an imageDudemanguy2023-10-231-1/+1
* m_option: initialize m_option_value union properlyKacper Michajłow2023-10-232-6/+8
* meson: make libplacebo a required dependencyllyyr2023-10-231-4/+0
* stats.lua: disable tonemapping plot by defaultDudemanguy2023-10-221-1/+1
* ytdl_hook: remove extra playlist insertDudemanguy2023-10-211-1/+0
* ytdl_hook: parse the separate cookies fieldUmar Getagazov2023-10-211-1/+104
* various: sort some standard headersNRK2023-10-202-7/+6
* osdep: remove atomic.hNRK2023-10-202-2/+2
* osdep: drop atomic fallbackNRK2023-10-201-4/+0
* stats.lua: hide images' FPSGuido Cella2023-10-191-1/+3
* player/command: truncate anything < 1e-4 in pretty printerKacper Michajłow2023-10-181-2/+2
* timer: remove microsecond timer functionsDudemanguy2023-10-161-1/+1
* client: change underlying mpv_wait_event timer to nanosecondsDudemanguy2023-10-161-2/+2
* dispatch: change mp_dispatch_queue_process timer to nanosecondsDudemanguy2023-10-161-1/+1
* command: unbreak runtime play-dir changesDudemanguy2023-10-161-3/+5
* stats.lua: remove compatibility aliases of propertiesllyyr2023-10-151-17/+3
* stats.lua: fix page 2 alignment of "Total"Christoph Heinrich2023-10-151-3/+3
* stats.lua: add chroma-locationKacper Michajłow2023-10-141-0/+3
* stats.lua: change "Pixel Format" to "Format"Kacper Michajłow2023-10-141-1/+1
* stats.lua: fix missing newline when print_perfdata_passes is enabledKacper Michajłow2023-10-141-4/+4
* stats.lua: sort filter parameters to ensure consistent outputKacper Michajłow2023-10-141-2/+2
* player/command: change how floating point number are printedKacper Michajłow2023-10-141-2/+7
* stats.lua: don't print custom pixel format, when hwdecKacper Michajłow2023-10-141-5/+2
* stats.lua: remove leading zeros from pass timingsKacper Michajłow2023-10-141-2/+2
* stats.lua: add frame infoKacper Michajłow2023-10-141-0/+23
* stats.lua: simplify fps displayKacper Michajłow2023-10-141-15/+26
* stats.lua: adjust spacing between values a littleKacper Michajłow2023-10-141-23/+43
* stats.lua: show HDR meta if not equal to 203Kacper Michajłow2023-10-141-4/+7
* stats.lua: separate video parameters from video outKacper Michajłow2023-10-141-42/+85
* 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
* console.lua: print the log and input line to the terminalGuido Cella2023-10-111-0/+33
* ytdl_hook.lua: set metadata with single tracksGuido Cella2023-10-111-3/+4
* defaults.lua: add a disabled parameter to timer constructorsMike Will2023-10-111-4/+6
* libmpv: add mpv_time_ns()Dudemanguy2023-10-101-0/+5
* vo: use nanoseconds for frame duration and ptsDudemanguy2023-10-101-2/+2
* player: store last_time timestamp in nanosecondsDudemanguy2023-10-102-3/+3
* vo: remove vo_get_estimated_vsync_interval conversion to secondsDudemanguy2023-10-101-1/+1
* console.lua: exit with with Ctrl+[Guido Cella2023-10-101-0/+1
* command: add playlist-next-playlist and playlist-prev-playlistGuido Cella2023-10-091-0/+43
* core: remove duplicate init_{audio,video}_decoder declarationsDudemanguy2023-10-081-2/+0
* core: remove declarations of unused functionslcksk2023-10-081-4/+0
* console: support utf8 for table formattingChristoph Heinrich2023-10-071-3/+18
* console: cull lines outside of visible areaChristoph Heinrich2023-10-071-18/+25
* console: show completion suggestions as tableChristoph Heinrich2023-10-071-8/+77
* console: show suggestions for completionChristoph Heinrich2023-10-071-17/+34
* console: refactor text styles for log levelsChristoph Heinrich2023-10-071-9/+22
* player/video: mention --profile=fast and --hwdec in AV desync messageKacper Michajłow2023-10-071-0/+1
* Revert "video: remove another redundant wakeup"Kacper Michajłow2023-10-071-3/+1
* vo_gpu_next: improve updating overlaysDudemanguy2023-10-051-2/+0
* player: remove unused mutate argument in mp_next_fileDudemanguy2023-10-053-7/+6
* loadfile: fix an old wonky playlist heuristicDudemanguy2023-10-051-12/+14
* af/vf-command: add ability to target a specific lavfi filterAshyni2023-10-051-6/+17
* external_files: remove duplicate from cover art whitelistGuido Cella2023-10-041-1/+0
* external_files: base cover-art-whitelist on cover-art-auto-extsGuido Cella2023-10-011-41/+10
* Revert "demux: improve stream selection state"Dudemanguy2023-09-303-13/+4
* vo: change vsync base to nanosecondsKacper Michajłow2023-09-291-1/+1
* win32/pthread: define _POSIX_TIMERS to notify they are not supportedKacper Michajłow2023-09-293-2/+3
* timer: rename mp_add_timeout to reflect what it actually doesKacper Michajłow2023-09-292-2/+2
* timer: rename mp_time_us_to_timespec to reflect what it actually doesKacper Michajłow2023-09-291-1/+1
* playloop: make chapter property more accurate when seeking chaptersMike Will2023-09-294-11/+17
* playloop: don't refresh seek on external sub streamsDudemanguy2023-09-281-1/+1
* demux: improve stream selection stateDudemanguy2023-09-273-4/+13
* osc: move the idle logo behind other overlaysChristoph Heinrich2023-09-271-4/+4
* command: only warn shared-script-properties onceDudemanguy2023-09-271-2/+6
* command: deprecate shared-script-propertiesDudemanguy2023-09-271-0/+2
* osc: remove shared-script-properties usageDudemanguy2023-09-271-5/+0
* console.lua: complete properties after cycle-valuesGuido Cella2023-09-271-0/+2
* osc.lua: fix calculation for slider's min-max averageMike Will2023-09-251-1/+1
* options: remove deprecated --record-file optionDudemanguy2023-09-214-113/+0
* command: stop restarting playback when writing to playlist-posDudemanguy2023-09-211-5/+2
* command: remove some old deprecated properitiesDudemanguy2023-09-211-20/+7
* various: add missing include in header fllesllyyr2023-09-211-0/+1
* mp_image: add force_window fieldDudemanguy2023-09-211-0/+1
* options: make video-crop validation more strictKacper Michajłow2023-09-202-4/+2
* player/video: don't try to restore old crop when invalid were providedKacper Michajłow2023-09-201-29/+20
* cplugin: