summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DOCS: reorder --volume-max documentation to where --volume isnanahi2024-01-201-4/+4
* DOCS: add documentation for --volume-gain optionsnanahi2024-01-202-0/+8
* command: add osd display for volume-gainnanahi2024-01-201-0/+3
* audio: add --volume-gain options to control volume in decibelsnanahi2024-01-204-2/+36
* sub: fix sub-seek and sub-step -1 with unknown duration subsGuido Cella2024-01-201-6/+1
* demux_lavf: detect ico as imagesGuido Cella2024-01-191-0/+1
* wayland_common: guard against negative configure sizesnanahi2024-01-191-0/+5
* command: fix bitrate unit capitalizationnanahi2024-01-181-1/+1
* stats.lua: make capitalization consistent across pagesllyyr2024-01-171-11/+11
* win32: change to alphanumeric mode on the first keypressnanahi2024-01-151-0/+10
* win32: default to alphanumeric input when the IME is first initializednanahi2024-01-151-0/+30
* win32: move IME candidate window to video windownanahi2024-01-153-0/+11
* win32: handle WM_UNICHARnanahi2024-01-151-3/+10
* win32: re-enable IMEnanahi2024-01-151-12/+11
* filter_sdh: optimize get_char_bytesDudemanguy2024-01-151-5/+5
* terminal: don't print escape sequence if not ttyKacper Michajłow2024-01-152-3/+7
* terminal-unix: don't install handler before pipeNRK2024-01-151-4/+5
* terminal-unix: move all processing out of sighandlerNRK2024-01-151-23/+16
* console.lua: style log lines in the terminalGuido Cella2024-01-144-33/+50
* terminal-unix: don't set `SA_RESETHAND` for SIGTERM/SIGQUITllyyr2024-01-141-2/+2
* Revert "github/workflows: don't install angleproject on msys2"Kacper Michajłow2024-01-142-0/+3
* github/workflows: disable MSYS 32-bit buildsKacper Michajłow2024-01-141-2/+0
* wayland: accept active modifiers even if they aren't physically heldllyyr2024-01-131-1/+1
* wayland: don't ignore key modifiers if they were consumedllyyr2024-01-131-1/+1
* DOCS/mpv: the playback position is not remembered after poweroffGuido Cella2024-01-131-4/+4
* player: add forced choice to subs-with-matching-audioDudemanguy2024-01-135-10/+17
* scripting: add mp.inputGuido Cella2024-01-138-42/+378
* filter_sdh: fix incorrect placement of null terminatorDudemanguy2024-01-121-1/+1
* filter_sdh: sanitize get_char_bytes heuristic to avoid overflowDudemanguy2024-01-121-4/+4
* ao_null: fix reset() implementationsfan52024-01-121-1/+2
* github/workflows: don't install angleproject on msys2llyyr2024-01-122-3/+0
* demux_lavf: remove `fix_editlists` hack for mp4llyyr2024-01-111-8/+1
* f_lavfi: provide color_space and color_range params for lavfillyyr2024-01-111-0/+4
* x11_common: prefer Xft.dpi for HiDPI scalingnanahi2024-01-101-1/+41
* x11_common: allow DPI scale in unit of 0.5nanahi2024-01-102-16/+25
* msg: return zero length if bstr_split_utf8 failsKacper Michajłow2024-01-101-1/+1
* vo_gpu_next: respect d3d11 swapchain output format preferencenanahi2024-01-064-0/+20
* README: specify the meaning of "not too ancient Linux"nanahi2024-01-061-1/+2
* README: recommend --profile=fast for crappy GPUsnanahi2024-01-061-1/+2
* DOCS/options: note that --geometry doesn't fully work on waylandDudemanguy2024-01-041-0/+5
* console.lua: expand ~/ in file completionGuido Cella2024-01-041-0/+10
* msg: improve term_disp_width to support unicodeKacper Michajłow2024-01-041-13/+12
* ci/build-freebsd: use march=native for QEMU hosted buildKacper Michajłow2024-01-041-1/+1
* player/video: set video_out to NULL before broadcasting eventsKacper Michajłow2024-01-041-1/+1
* command: allow changing --gpu-api and --gpu-context at runtimeGuido Cella2024-01-011-1/+4
* DOCS/ao: change wrong note on which driver is preferredGuido Cella2024-01-011-3/+2
* console.lua: hide the cursor when unfocusedGuido Cella2024-01-011-1/+3
* console.lua: don't reinsert completion_append after cyclingGuido Cella2024-01-011-8/+10
* DOCS/man: remove "Linux desktop issues" sectionnanahi2023-12-292-24/+5
* vo_sdl: support the focused propertyGuido Cella2023-12-291-0/+7
* DOCS/man: use the correct directive type for "Warning" admonitionsnanahi2023-12-282-9/+9
* win32: add support for --input-cursor-passthrough optionnanahi2023-12-282-1/+21
* screenshot: remove artificial limit on the number of screenshots takennanahi2023-12-281-1/+1
* DOCS/options: fix documentation for --force-window window sizenanahi2023-12-281-1/+1
* various: use correct PATH_MAX for win32sfan52023-12-276-15/+35
* osdep: clarify and rename a constant on win32sfan52023-12-271-3/+5
* various: fix capitalization of 'GitHub'Ikko Eltociear Ashimine2023-12-273-6/+6
* msg: reduce nesting in mp_msg_flush_status_lineKacper Michajłow2023-12-271-18/+22
* msg: keep status line on the end of fileKacper Michajłow2023-12-273-4/+14
* console.lua: refactor find_common_prefixGuido Cella2023-12-261-16/+7
* mac: add support for --input-cursor-passthrough optionder richter2023-12-253-1/+6
* DOCS/options: fix --image-display-duration's documentationGuido Cella2023-12-251-6/+6
* DOCS/interface-changes: add --secondary-sub-ass-overrideJohhanSam2023-12-241-0/+1
* common/av_log: do not assume AVClass.item_name is always setKacper Michajłow2023-12-241-1/+6
* mac: add support for --auto-window-resize optionder richter2023-12-233-3/+4
* mac: update geometry/autofit opts on runtimeder richter2023-12-232-8/+14
* win32: opt in to the windows segment heapAndarwinux2023-12-221-0/+1
* win32: support long file pathsstax762023-12-211-0/+1
* osc: allow disabling special mouse wheel behaviorDudemanguy2023-12-212-16/+35
* terminal-unix: enable the cursor after ctrl+zGuido Cella2023-12-181-0/+2
* options: add --secondary-sub-ass-overridedyphire2023-12-188-28/+45
* lua: don't return a second value from successful format_jsonGuido Cella2023-12-171-4/+4
* command: support passing scale to `keypress`sfan52023-12-172-5/+9
* input: add value argument for mp_input_put_key_artificialsfan52023-12-173-8/+11
* OSC: fix indentation and stray whitepaceHRXN2023-12-171-2/+2
* sd_ass: remove unneeded ontop variableDudemanguy2023-12-161-6/+1
* player: refactor secondary subtitle options and propertiesDudemanguy2023-12-169-62/+69
* DOCS/options: fix documentation for replaygain-clipDudemanguy2023-12-161-2/+2
* demux_mkv: add HDMV Text subtitles to subtitle codec listDudemanguy2023-12-161-0/+1
* demux_mkv: check that subtitle type is set before accessing itDudemanguy2023-12-161-1/+1
* hwdec_drmprime: try and declare support for weird forked ffmpeg formatsPhilip Langdale2023-12-151-0/+21
* hwtransfer: actually treat hardware formats as supported input formatsPhilip Langdale2023-12-151-3/+5
* w32_common: remove executable bit from fileDudemanguy2023-12-151-0/+0
* mac: add support for drag-and-drop optionder richter2023-12-154-3/+17
* 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-152-16/+63
* mac: add support for window-id propertyder richter2023-12-151-0/+7
* demux/codec_tags: add jxl/jpegxl extension mapping to image codecsLeo Izen2023-12-141-0/+1
* options: add --secondary-sub-poskarelrooted2023-12-1310-16/+32
* Revert "OSC: Remove merriment"Niklas Haas2023-12-132-0/+26
* OSC: Remove merrimentMia Herkt2023-12-132-26/+0
* playlist: correctly populate playlist-path with the --playlist optionDudemanguy2023-12-132-1/+1
* github/issue_template: unify spellingsnanahi2023-12-121-1/+1
* github/issue_template: request uploading attachments to githubnanahi2023-12-127-30/+30
* github/issue_template: unify requested information across templatesnanahi2023-12-125-8/+25
* sub: don't busy loop if the player is paused for cacheDudemanguy2023-12-121-1/+2
* etc/mpv.desktop: add audio/vnd.wave and video/vnd.aviVonfry2023-12-121-1/+1
* w32_common: rename some camelCase struct member names to snake_casenanahi2023-12-101-9/+9
* win32: temporarily disable aero shake while dragging hack is activenanahi2023-12-101-0/+10
* win32: stop fullscreen window from moving while dragging hack is activenanahi2023-12-101-3/+17
* x11_common: fix compose key handlingnanahi2023-12-101-1/+3
* filter_sdh: add full width parentheses to the enclosures stringDudemanguy2023-12-083-9/+12
* filter_sdh: add --sub-filter-sdh-enclosures optionDudemanguy2023-12-085-12/+80
* filter_sdh: combine skip_bracketed and skip_parenthesizedDudemanguy2023-12-081-67/+28
* player/command: make new overlay-add arguments actually optionalsfan52023-12-081-2/+2
* player/command: add ability to scale overlayGraham Booker2023-12-083-5/+20
* console.lua: cycle through completionsGuido Cella2023-12-062-19/+60
* console: automatically determine the font_hw_ratioChristoph Heinrich2023-12-062-3/+79
* DOCS/interface-changes: document renaming of MP_KEY_BACKnanahi2023-12-061-0/+1
* win32: properly handle WM_XBUTTONUP and WM_XBUTTONDOWNnanahi2023-12-062-2/+4
* input: add missing forward media keynanahi2023-12-064-7/+11
* console.lua: simplify the condition to print to the terminalGuido Cella2023-12-061-8/+3
* m_option: respect pathlist seperator when printingllyyr2023-12-041-1/+2
* mpv.desktop: add keywordsMateusz Łukasik2023-12-041-0/+1
* image_writer: default to lossless AVIF screenshotsKacper Michajłow2023-12-043-5/+5
* image_writer: add missing mp_image_params in convert_imageKacper Michajłow2023-12-041-0/+2
* image_writer: print screenshot format in verbose logKacper Michajłow2023-12-041-2/+2
* image_writer: use common format selection for AVIF screenshotsKacper Michajłow2023-12-043-5/+5
* Revert "github/workflows: install xxhash on msys2"Kacper Michajłow2023-12-041-1/+0
* Revert "ci/mingw: use vulkan-loader v1.3.266"Kacper Michajłow2023-12-041-2/+2
* meson: use subprocess-dummy.c fallback when fork func doesn't existkarelrooted2023-12-031-1/+5
* ao_wasapi: clean GUID definitionsKacper Michajłow2023-12-031-28/+41
* ao_wasapi: fix MP3 GUIDKacper Michajłow2023-12-031-1/+1
* input: fix double click handlingnanahi2023-12-031-0/+1
* mac: report modifier keys on precise scrollingder richter2023-12-022-3/+24
* mac: fix initial window size and position when already maximizedder richter2023-12-021-1/+2
* github/workflows: install xxhash on msys2Dudemanguy2023-11-301-0/+1
* playloop: use a 16:9 ratio with --force-windowGuido Cella2023-11-301-1/+5
* ci: remove dvbin from freebsd runsfan52023-11-291-1/+2
* meson: enable dvbin by default againsfan52023-11-291-1/+1
* meson: fix check for dvbin availabilitysfan52023-11-291-2/+3
* ci/tumbleweed: don't enable shadercDudemanguy2023-11-281-1/+0
* build: only directly link shaderc and spirv-cross on windowsDudemanguy2023-11-281-2/+2
* vo_gpu: fix ra_fbo stack-use-after-scopeDudemanguy2023-11-281-9/+6
* common/av_log: use bstr for log callbackKacper Michajłow2023-11-281-10/+14
* vo_kitty: init all fields of struct sigaction before using itKacper Michajłow2023-11-281-2/+3
* ra_pl: add missing initializerKacper Michajłow2023-11-281-1/+1
* ao_sndio: remove duplicated conditionKacper Michajłow2023-11-281-1/+1
* vo: don't pass VADRMPRIMESurfaceDescriptor by valueKacper Michajłow2023-11-282-9/+9
* wayland: simplify reading dataKacper Michajłow2023-11-281-15/+10
* mp_image: remove local params copy from mp_image_setfmtKacper Michajłow2023-11-281-3/+1
* ta: inline OOM checksKacper Michajłow2023-11-282-24/+20
* player/command: don't pass mp_image_params by valueKacper Michajłow2023-11-281-36/+36
* vo_gpu: don't pass gl_user_shader_hook by valueKacper Michajłow2023-11-283-12/+10
* vo_gpu: don't pass mp_pass_perf by valueKacper Michajłow2023-11-281-8/+14
* vo_gpu: don't pass ra_fbo by valueKacper Michajłow2023-11-2810-39/+39
* Reapply "osdep/meson: add libplacebo include dir to swift compile"Dudemanguy2023-11-271-1/+3
* Revert "osdep/meson: add libplacebo include dir to swift compile"Dudemanguy2023-11-271-3/+1
* ci: remove leftover libplacebo subproject optionsDudemanguy2023-11-273-3/+0
* meson: move mpv.com target after mpv.exe to avoid meson version warningKacper Michajłow2023-11-271-7/+7
* ci/msys2: remove libplacebo.wrapnanahi2023-11-271-12/+0
* ci: update mpv.com path againDudemanguy2023-11-272-2/+1
* meson: generate .com in the same place as the .exe if possibleDudemanguy2023-11-272-3/+11
* DOCS/options: clarify --spirv-compilersfan52023-11-271-3/+3
* build: restrict git describe to top level source directoryJan Palus2023-11-271-1/+4
* options: add --osd-bar-border-sizeGuido Cella2023-11-275-6/+11
* DOCS/mpv: quotes in mpv.conf don't escape backslashGuido Cella2023-11-271-2/+3
* options: add secondary-sub-delayRipose2023-11-267-12/+33
* vaapi: bump vaapi info callback to verbose messagesKacper Michajłow2023-11-261-1/+1
* vaapi: add missing NULL checkKacper Michajłow2023-11-261-1/+2
* DOCS/options: remove the mention of cocoa and its removed backendder richter2023-11-251-8/+6
* mac: fix a race condition when updating the window titleder richter2023-11-251-3/+2
* mac: fix libmpv usage without embeddingder richter2023-11-254-20/+9
* mac: cleanup some unused and unneeded codeder richter2023-11-252-8/+1
* osdep/io: add PRINTF_ATTRIBUTE for printf overridesKacper Michajłow2023-11-251-2/+4
* meson: add missing _GNU_SOURCE in checkKacper Michajłow2023-11-251-0/+1
* meson: adjust win32 definesKacper Michajłow2023-11-255-3/+12
* meson: don't define __USE_MINGW_ANSI_STDIOKacper Michajłow2023-11-251-1/+1
* sdl_gamepad: add version check for SDL_HINT_JOYSTICK_THREADnanahi2023-11-241-0/+2
* ci/build-macos: enable Werror to catch issues quickerKacper Michajłow2023-11-241-0/+2
* osdep/macosx: add default switch cases to suppress WswitchKacper Michajłow2023-11-242-0/+4
* ao_coreaudio_chmap: suppress vla warningKacper Michajłow2023-11-241-2/+2
* various: replace some OOM handlingsfan52023-11-244-9/+6
* ao/coreaudio_exclusive: fix segfault when changing formatsleetoburrito2023-11-231-1/+1
* meson: also expose present_sync for VT-only after a96d04f19d73Jan Beich2023-11-221-1/+1
* player: remove shared-script-properties propertyDudemanguy2023-11-225-98/+2
* vo: add params mutexKacper Michajłow2023-11-223