summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+19
* vaapi: add support for vaapi-win32Kacper Michajłow2023-11-224-5/+65
* vaapi: pass module into create()Kacper Michajłow2023-11-221-7/+8
* d3d11: expose mp_get_dxgi_adapter and mp_dxgi_validate_adapterKacper Michajłow2023-11-223-41/+45
* d3d11: rename d3d11 adapter to DXGI adapterKacper Michajłow2023-11-223-22/+22
* Update VERSIONsfan52023-11-211-1/+1
* Release 0.37.0v0.37.0release/0.37sfan52023-11-213-168/+161
* vo_gpu_next: reduce number of requested frames from VOKacper Michajłow2023-11-211-2/+2
* mac: title bar fix 1px none covered video at topder richter2023-11-201-1/+1
* mac: add rotation menubar entriesder richter2023-11-201-0/+22
* mac: fix reporting of left wheel and right wheel scrollingder richter2023-11-201-2/+2
* command: add missing null check to event handlersfan52023-11-201-1/+1
* DOCS/options: admonish users for touching --3dlut-sizeNiklas Haas2023-11-201-2/+5
* vo_gpu_next: bump ICC cache size limit to 20 MBNiklas Haas2023-11-201-1/+1
* DOCS/options: reword cache optionsNiklas Haas2023-11-201-11/+11
* vo_gpu_next: don't re-save unmodified cacheNiklas Haas2023-11-201-0/+18
* vo_gpu_next: dramatically simplify cache codeNiklas Haas2023-11-201-111/+64
* vo_direct3d: remove redundant conditionKacper Michajłow2023-11-181-2/+1
* opengl/context: remove duplicated conditionsKacper Michajłow2023-11-181-5/+1
* ra_d3d11: fix off by one checkKacper Michajłow2023-11-181-2/+2
* vo: add missing return variable assignmentKacper Michajłow2023-11-182-2/+2
* win32: don't jump over variable init with gotoKacper Michajłow2023-11-182-2/+4
* various: add some missing error checksKacper Michajłow2023-11-187-5/+20
* demux: add missing NULL checkKacper Michajłow2023-11-181-0/+1
* common/msg: remove redundant checkKacper Michajłow2023-11-181-1/+1
* ao_wasapi: add missing comma in strings arrayKacper Michajłow2023-11-181-1/+1
* vo_gpu_next: disable drift compensation for screenshotsKacper Michajłow2023-11-181-1/+6
* vo_gpu_next: add validation for invalid pl_queue usageKacper Michajłow2023-11-181-1/+22
* vo_gpu_next: set frame duration if provided by VOKacper Michajłow2023-11-181-0/+1
* vo_gpu_next: interpolate only if display_synced or a still frameKacper Michajłow2023-11-181-3/+4
* vo_gpu_next: request more frames to account for anti aliasingKacper Michajłow2023-11-181-4/+8
* vo_gpu_next: make the first frame check less ominousKacper Michajłow2023-11-181-7/+10
* vo_gpu_next: remove incorrect interpolation disablingKacper Michajłow2023-11-181-1/+0
* vo_gpu_next: fix pl_queue refill on resetKacper Michajłow2023-11-181-2/+4
* vo: pass approximate frame duration in vo_frameKacper Michajłow2023-11-182-0/+3
* vo: avoid overshooting the expected end of the frame during pauseKacper Michajłow2023-11-181-2/+7
* player/video: account for repeats in ideal_frame_vsync_durationKacper Michajłow2023-11-181-0/+4
* vo_sdl: fix broken mouse wheel multipliernanahi2023-11-181-2/+2
* DOCS: properly document --force-window-position for sdl vonanahi2023-11-181-1/+1
* loadfile: remove some dead codeDudemanguy2023-11-181-4/+1
* hwdec_vulkan: use VK_NULL_HANDLE when counting the number of imagesDudemanguy2023-11-181-2/+2
* test: update ffmpeg format refsDudemanguy2023-11-185-2/+102
* vo_gpu_next: set max cache size back down to 10 MiBDudemanguy2023-11-181-2/+2
* hwdec: support videotoolbox with libplaceborcombs2023-11-168-149/+568
* osxbundle: sign bundle with ad-hoc pseudo identityder richter2023-11-151-0/+6
* osxbundle: remove mpv-bundle symlink to allow code signingDaniel Brookman2023-11-153-12/+7
* osxbundle: resolve relative linked dependency pathsder richter2023-11-151-12/+63
* zsh-completion: complete options after --helpGuido Cella2023-11-151-0/+8
* command: notify media-title on force-media-title changeChristoph Heinrich2023-11-151-0/+2
* audio: fix UB when casting INFINITY to integerKacper Michajłow2023-11-151-3/+3
* vo: delay vsync samples by at least 10 refreshesKacper Michajłow2023-11-141-1/+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-142-0/+9
* vo_gpu_next: guard from cache save conflictKacper Michajłow2023-11-141-3/+8
* demux_playlist: simplify ini parsingDudemanguy2023-11-141-7/+8
* DOCS/options: update watch-later-options docsKacper Michajłow2023-11-122-5/+9
* options: add more properties to default watch-later-optionsKacper Michajłow2023-11-122-0/+13
* options: remove not relevant props from default watch-later-optionsKacper Michajłow2023-11-122-5/+2
* vo_gpu_next: disable libplacebo drift_compensationKacper Michajłow2023-11-121-0/+7
* player/video: fix calculation of ideal_frame_vsync_durationKacper Michajłow2023-11-121-1/+1
* m_option: remove leftovers of del actionGuido Cella2023-11-121-8/+2
* vo_gpu_next: update overlays for blend subtitles on frame redrawsDudemanguy2023-11-121-8/+5
* DOCS/options: osd-shadow is ignored with osd-back-colorGuido Cella2023-11-121-6/+5
* demux: always update the cache on initDudemanguy2023-11-121-1/+1
* vo_gpu_next: fix interpolationKacper Michajłow2023-11-111-6/+5
* vo: add frame vsync and vsync durationKacper Michajłow2023-11-113-2/+9
* vo_gpu_next: improve PTS clampingDudemanguy2023-11-111-3/+8
* vo_gpu_next: add some additional sanity checking for interpolationDudemanguy2023-11-111-3/+5
* wayland: fix shift+tab keyboard inputChristoph Heinrich2023-11-111-4/+4
* console: fix crash for long suggestion stringsChristoph Heinrich2023-11-111-1/+2
* osdep/w32_keyboard: remove duplicated MP_KEY_BACK mappingKacper Michajłow2023-11-111-1/+0
* wayland: obey initial size hints set by the compositorDudemanguy2023-11-102-11/+19
* cocoa: remove OpenGL cocoa backendder richter2023-11-1014-2330/+4
* mac: change display name retrieval to localizedName NSScreen propertyder richter2023-11-103-33/+4
* mac: fix build on older swift versionsder richter2023-11-101-5/+5
* TOOLS/macos-sdk-version: remove legacy sdk version retrievalder richter2023-11-102-29/+12
* vo_gpu_next: overwrite cache files atomicallysfan52023-11-101-2/+7
* osdep/io: implement rename() wrappersfan52023-11-102-0/+16
* vo_gpu_next: refactor cache saving codesfan52023-11-101-33/+33
* DOSC/input: clarify a couple of commands where no-osd has no effectDudemanguy2023-11-091-2/+2
* player/command: make show-progress work regardless of osd prefixDudemanguy2023-11-091-0/+4
* vo: don't sleep 1ms always when requested time is in the pastKacper Michajłow2023-11-095-6/+16
* vo: replace some magic numbers with timer macrosDudemanguy2023-11-091-5/+5
* demux/lavf: don't use deprecated side dataKacper Michajłow2023-11-091-5/+26
* editorconfig: add max lineNRK2023-11-091-0/+5
* mac: remove runtime checks and compatibility for macOS older than 10.15der richter2023-11-0917-214/+47
* meson: remove several macos-10-* build optionsDudemanguy2023-11-095-54/+4
* player/loadfile: remove blank line on exitKacper Michajłow2023-11-081-1/+0
* msg: ensure status line is always visibleKacper Michajłow2023-11-081-1/+27
* msg: factor out print codeKacper Michajłow2023-11-081-52/+61
* msg: convert dump_stats to bstrKacper Michajłow2023-11-081-5/+3
* msg: use bstr for partial msgKacper Michajłow2023-11-081-11/+6
* msg: check isatty separately per each streamKacper Michajłow2023-11-081-12/+29
* 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
* msg: refactor how terminal messages are printedKacper Michajłow2023-11-081-99/+156
* stats.lua: disable ASS formatting when printing to terminalKacper Michajłow2023-11-081-1/+1
* msg: don't mix partial log messages, with unrelated log levelsKacper Michajłow2023-11-081-9/+11
* vo: replace VOCTRL_HDR_METADATA with direct VO params readKacper Michajłow2023-11-085-28/+36
* audio: avoid unnecessary silence padding in read_buffer()Thomas Weißschuh2023-11-081-11/+14
* ao_audiotrack: switch to ao_read_data_nonblocking()Thomas Weißschuh2023-11-081-1/