summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* 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: allow loading mpv_* symbols dynamicallyKacper Michajłow2023-09-201-0/+75
* scripting: dll cpluginschuck-2023-09-201-0/+7
* demux: add crop to mp_codec_paramsKacper Michajłow2023-09-171-0/+5
* osc: add scrolling to audio/sub buttonsllyyr2023-09-171-0/+8
* player: redo --subs-fallback-forcedDudemanguy2023-09-091-8/+18
* player/video: apply crop for all frames in vo_frameKacper Michajłow2023-09-091-32/+39
* screenshot: support crop with --screenshot-swKacper Michajłow2023-09-091-0/+13
* video: allow overriding container crop if it is presentKacper Michajłow2023-09-082-8/+16
* stats.lua: don't display full frame cropKacper Michajłow2023-09-081-5/+23
* player/command: mark video-params/crop- unavailable if emptyKacper Michajłow2023-09-081-4/+5
* osc: add scrolling to the seekbarNRK2023-09-021-0/+4
* loadfile: fix forced subtitles not respecting slangDudemanguy2023-09-011-2/+7
* osc: remove toggle for forced only subpicturesllyyr2023-08-311-39/+0
* stats.lua: display --video-crop values when usedKacper Michajłow2023-08-311-0/+4
* player/command: add video-params/crop-[w,h,x,y]Kacper Michajłow2023-08-311-0/+4
* vo: add --video-cropKacper Michajłow2023-08-312-1/+35
* player/video: don't copy mp_image_params when not neededKacper Michajłow2023-08-311-7/+7
* player/command: remove video-aspect propertyKacper Michajłow2023-08-311-63/+1
* stats.lua: enable --tone-mapping-visualize while stats shownNiklas Haas2023-08-301-0/+10
* stats.lua: display hdr metadata and peak detectionKacper Michajłow2023-08-291-6/+67
* command: add hdr-metadata propertyKacper Michajłow2023-08-291-0/+35
* loadfile: fix --no-subs-with-matching-audio with --slangDudemanguy2023-08-291-2/+4
* osc: replace sub-forced-only with sub-forced-events-onlyDudemanguy2023-08-291-2/+2
* command: remove sub-forced-only-cur propertyDudemanguy2023-08-291-9/+1
* player: rename --sub-forced-only to --sub-forced-events-onlyDudemanguy2023-08-292-3/+3
* player: remove auto choice from sub-forced-onlyDudemanguy2023-08-293-16/+2
* stats.lua: add hints about scrollingKacper Michajłow2023-08-281-3/+6
* stats.lua: refactor video params displayKacper Michajłow2023-08-281-10/+20
* stats.lua: remove dummy new lines from headersKacper Michajłow2023-08-281-3/+3
* stats.lua: display actual output video size after anamorphic correctionKacper Michajłow2023-08-281-5/+7
* player: add always to --subs-fallback-forcedDudemanguy2023-08-281-2/+4
* player: add --subs-match-os-language optionDudemanguy2023-08-281-11/+21
* loadfile: simplify default track selection a bitDudemanguy2023-08-281-36/+22
* player: remove special auto option from alang/slang/vlangDudemanguy2023-08-281-7/+2
* playlist: remove unused code to track redirectsGuido Cella2023-08-281-3/+1
* player: always write redirect entries for resuming playbackGuido Cella2023-08-281-36/+64
* osc: fix margin for forced-only subs toggle in bar layoutllyyr2023-08-271-1/+2
* osc: o