Commit Graph

  • 6e54aa328d builtin.conf: enable antiringing in high quality profile Kacper Michajłow 2024-09-15 19:27:57 +02:00
  • 7858e1fdaf command: remember the language when reloading tracks Guido Cella 2025-09-20 18:55:51 +02:00
  • 2c893e8f30 command: set the language of added tracks from the filename Guido Cella 2025-08-15 14:29:16 +02:00
  • 1da08fa332 DOCS/man/options: document that --script is not limited to Lua Guido Cella 2026-01-21 12:26:16 +01:00
  • 2aa727bc3d mp.input: send buffer ids with logs to avoid race conditions CogentRedTester 2026-01-17 16:08:06 +10:30
  • 3ed9b798bb mp.input: avoid rare race condition when supplying completions CogentRedTester 2026-01-12 19:08:10 +10:30
  • 5d469e6bf5 mp.input: remove race conditions when calling input.terminate() CogentRedTester 2026-01-12 18:56:44 +10:30
  • 17551b2d43 mp.input: use unique event handlers for input.get requests CogentRedTester 2026-01-11 11:12:27 +10:30
  • 49b6d80e87 player/loadfile: possibly do a reset of sd_ass when turning on video Dudemanguy 2026-01-17 11:18:10 -06:00
  • fdb996adbc sd_ass: clear num_packets_animated on every reset Dudemanguy 2026-01-17 10:49:09 -06:00
  • 313beaf241 player: make effective image_display_duration playback_speed aware Mohammad AlSaleh 2025-09-06 14:37:41 +03:00
  • 833e2f254e select.lua: link to mpv's IRC channel in the menu Guido Cella 2026-01-21 09:43:23 +01:00
  • 491802918e f_auto_filters: rework --deinterlace=auto option llyyr 2024-09-13 22:30:45 +05:30
  • f4db102a2e osdep/language-win: remove use of GetSystemPreferredUILanguages Kacper Michajłow 2026-01-21 02:37:03 +01:00
  • 868b9aa3ca DOCS/man/libmpv: fix typo Eugene Noble 2025-09-11 21:11:35 +01:00
  • d6e7fb0597 options/options: add several audio extentions nanahi 2026-01-20 01:33:11 -05:00
  • be5ed3bfd1 vo: wake up core when VO requests redraw nanahi 2026-01-20 00:51:32 -05:00
  • b7e8fe949d wayland: move info_done variable to vo_wayland llyyr 2026-01-18 16:23:08 +05:30
  • 5f6d5b3b7e ci/msys2: add build with -ftrivial-auto-var-init Kacper Michajłow 2026-01-18 10:04:20 +01:00
  • 5fbd1caee2 ci/msys2: build also clang64 without ASAN Kacper Michajłow 2026-01-18 10:03:19 +01:00
  • 1db89a546a Revert "ci/build-msys2.sh: disable pdf-build for clangarm64" Kacper Michajłow 2026-01-18 09:51:26 +01:00
  • a339fe58b5 osdep/language-win: fix use of GetUserPreferredUILanguages() Kacper Michajłow 2026-01-18 09:28:49 +01:00
  • 468d34c9bd vo: allow VOs to request waiting before advancing frames Dudemanguy 2026-01-12 22:58:39 -06:00
  • 1af136bceb ao_pipewire: remove the node.always-process attribute Simonas Kazlauskas 2026-01-12 20:57:29 +02:00
  • 00774f5b85 DOCS/man/options: fix typo (double "for") fkroener 2026-01-14 14:00:29 +01:00
  • fa44f67b0b sub/sd_sbr: pass track language to sbr_load_text Hubert Głuchowski 2026-01-14 15:16:31 +01:00
  • 7a7d871d0a wayland: move image description info to separate queue llyyr 2025-10-29 22:23:08 +05:30
  • 2007f5543c sub/sd_sbr: use instanced rendering to avoid blending in software Hubert Głuchowski 2025-12-02 21:33:22 +01:00
  • 0babb5778b sub/ass_mp: split out packer into a separate file Hubert Głuchowski 2025-12-03 23:08:34 +01:00
  • 7ce58f7a07 DOCS/contribute.md: address the AI menace Dudemanguy 2026-01-12 01:02:21 -06:00
  • bbcd68f8ed demux_playlist: expand tilde placeholders in playlist files Guido Cella 2026-01-11 18:24:28 +01:00
  • 8bbcdec992 Revert "{osc,select}.lua: show playlist entries with trailing /" Guido Cella 2025-10-07 22:35:01 +02:00
  • fc86b96a8a various: don't normalize playlist filenames again Guido Cella 2025-10-07 22:27:41 +02:00
  • dfb4164097 common/playlist: store normalized playlist filenames Guido Cella 2025-10-07 22:18:00 +02:00
  • 616149744a misc/path_utils: ensure mp_normalize_path never returns NULL Guido Cella 2025-11-17 17:59:05 +01:00
  • 2871471f31 demux_playlist: add base paths when adding playlist entries Guido Cella 2025-10-08 19:09:54 +02:00
  • 363341afea vo: don't set request_redraw on redraw path llyyr 2026-01-11 11:28:40 +05:30
  • 39d7bbe2bf video/out/drm_common: fix uninitialized var Brad Barden 2026-01-11 18:29:08 -06:00
  • beddaec5ab mac/view: make our view aware of possible transparent rendering der richter 2025-12-24 14:24:06 +01:00
  • ce694c1eba mac/common: add support for transparent rendering der richter 2026-01-10 16:32:09 +01:00
  • 9aebe4cb01 mac/vulkan: force proper opaque state on metal layer der richter 2025-12-24 13:09:03 +01:00
  • 9483d6e12f ci: cancel pr jobs after new push Kacper Michajłow 2026-01-10 02:14:26 +01:00
  • 11c020f526 player/command: refactor loadfile and loadlist commands to use flags Dudemanguy 2025-09-26 12:10:59 -05:00
  • 3d980d8ecc w32_common: release all input when entering context menu Kacper Michajłow 2026-01-09 19:53:39 +01:00
  • 2b50cecf86 w32_common: defer context menu update to WM_INITMENU Kacper Michajłow 2026-01-09 19:46:44 +01:00
  • 9229d52e75 vo_gpu_next: undo dither-depth=auto meaning 8bpc for SDR when undetected llyyr 2026-01-09 22:41:52 +05:30
  • 81687dbf27 video/out/vulkan/context_wayland: implement color_depth llyyr 2026-01-08 21:44:01 +05:30
  • 85bf9f4ff4 console.lua: only clip items between UTF-8 characters Guido Cella 2025-10-24 10:39:06 +02:00
  • a385c0635b console.lua: implement horizontal scroll Guido Cella 2025-10-18 10:52:20 +02:00
  • 86466b5745 console.lua: bind Shift+UP and DOWN to scroll the log Guido Cella 2025-10-17 18:21:36 +02:00
  • 3315ef8f32 console.lua: avoid empty lines at the bottom after resizing window verygoodlee 2025-12-29 21:09:53 +08:00
  • 39e5d29879 player/playloop: handle force window in playloop nanahi 2025-12-31 13:04:31 -05:00
  • e75a174743 ci/win32: add subrandr Kacper Michajłow 2025-12-26 19:28:17 +01:00
  • 273f1db49e player/loadfile: indent file metadata if it is multiline Kacper Michajłow 2026-01-06 00:54:55 +01:00
  • 6c160f1aa8 common/msg: allow only SGR sequence in terminal output Kacper Michajłow 2026-01-06 00:53:56 +01:00
  • c63fe8ab95 ci/mac: remove unneeded FFMPEG_SYSROOT pkg-config path der richter 2025-12-26 16:34:47 +01:00
  • aa0f4e32ba ci/mac: add homebrew libarchive pkg-config path to PKG_CONFIG_PATH der richter 2025-12-26 16:27:51 +01:00
  • 5bee8f0f7f ci/mac: add missing libraries for consistency with other platforms der richter 2025-12-26 15:36:40 +01:00
  • b38d22efa8 github/issue_template: add IDs to textarea fields for URL queries der richter 2025-12-30 14:50:32 +01:00
  • 0035bb7cbd path-unix: check fopen value, and also call fclose llyyr 2026-01-05 02:06:28 +05:30
  • a3350e2fbb command: add libplacebo-version property nanahi 2026-01-02 11:21:48 -05:00
  • 72efbfd009 version.h.in: bump copyright year Kacper Michajłow 2025-12-31 03:19:17 +01:00
  • f57c5ca422 ci/win32: upload pdb separately Kacper Michajłow 2025-12-30 11:03:19 +01:00
  • afa090317b ci: make artifact names more descriptive Kacper Michajłow 2025-12-29 12:52:06 +01:00
  • 5cc1094ad6 console.lua: remove selected_color and selected_back_color Guido Cella 2025-12-30 11:58:48 +01:00
  • 468e2a8475 vulkan/context: add driver name to --vulkan-device=help m154k1 2025-12-28 16:20:29 +02:00
  • 4ecf7293f5 playloop: unset last_chapter_flag when queueing non-chapter seeks Attila Fidan 2025-12-25 13:33:59 +00:00
  • 4bbf014f09 sub/draw_bmp: fix rgba alpha blending nanahi 2025-12-27 04:04:49 -05:00
  • a58dd8ac41 video/out/opengl/context_wayland: cleanup vo when egl fails to init nanahi 2025-12-27 11:37:53 -05:00
  • d15f34b24e select.lua: preserve empty LRC lines Guido Cella 2025-12-26 16:01:05 +01:00
  • 52f2c670d5 console.lua: don't error if compute_bounds doesn't return dimensions Guido Cella 2025-12-26 13:53:45 +01:00
  • c66204b69b screenshot: correctly detect hardware frame llyyr 2025-12-27 02:19:15 +05:30
  • c0d989c839 sub/sd_sbr: check runtime version Kacper Michajłow 2025-12-24 15:47:12 +01:00
  • 5c80b876db ci/msys2: enable subrandr on clang64 Kacper Michajłow 2025-12-23 10:22:59 +01:00
  • 75bb651945 sub/sd_sbr: respect sub-use-margins Hubert Głuchowski 2025-10-19 12:51:16 +02:00
  • 6dff941c71 ci/{win32,mingw64,msys2}: add amf-headers Kacper Michajłow 2025-12-18 22:04:31 +01:00
  • cb1b6a54f2 video/filter/vf_amf: add AMD Frame Rate Conversion filter Kacper Michajłow 2025-12-15 06:09:23 +01:00
  • e72807e7a0 mp_image_pool: set D3D11 BindFlags for all hw frame pools Kacper Michajłow 2025-12-18 20:50:40 +01:00
  • 2ed355f51f demux/demux_sbr: re-emit packet after seek Hubert Głuchowski 2025-11-24 18:04:44 +01:00
  • 8ad5066e43 sub/sd_sbr: mark subtitle packets as animated Hubert Głuchowski 2025-11-24 17:31:35 +01:00
  • b6d7f4e793 sub/sd_sbr: add logging callback Hubert Głuchowski 2025-07-13 17:54:30 +02:00
  • 111233dbf2 ci: build with subrandr on Linux Hubert Głuchowski 2025-07-10 17:27:03 +02:00
  • 454573bc08 ci: build with subrandr on mingw64 and msys2 Hubert Głuchowski 2025-07-06 19:50:16 +02:00
  • 4921c61bff sub/sd_sbr: log errors from subrandr functions Hubert Głuchowski 2025-06-13 16:29:48 +02:00
  • 2b78ac44a9 demux/demux_sbr: allow configuring probe size Hubert Głuchowski 2025-04-27 02:31:58 +02:00
  • 557e592511 ytdl_hook: recognize srv3 subtitle format if subrandr is present Hubert Głuchowski 2025-04-18 19:10:29 +02:00
  • a330318592 player/command: add subrandr-version property Hubert Głuchowski 2025-04-20 22:51:08 +02:00
  • bb97882c9a sub: add subrandr renderer support Hubert Głuchowski 2025-04-18 17:09:55 +02:00
  • 3effff1c43 DOCS/man/options: update macOS requirements and remove unsupported der richter 2025-12-22 13:28:23 +01:00
  • 7369b336df wayland: accept version 7 of xdg-shell Dudemanguy 2025-12-22 12:24:09 -06:00
  • ad740caab0 wayland: accept version 2 of wl_shm Dudemanguy 2025-12-22 12:06:24 -06:00
  • 0c44abbd67 wayland: accept version 5 of linux-dmabuf Dudemanguy 2025-12-22 11:53:27 -06:00
  • b7ad86f120 wayland: bind to the linux-dmabuf in stable instead Dudemanguy 2025-12-22 11:46:46 -06:00
  • 670a266475 ci/build-linux-old: remove custom libplacebo build Kacper Michajłow 2025-12-22 16:37:46 +01:00
  • 604b43184f ci/linux-ffmpeg-6-1: add wayland-protocols Kacper Michajłow 2025-12-22 11:54:34 +01:00
  • b95846a28c meson: check wayland-scanner version Kacper Michajłow 2025-12-22 16:15:21 +01:00
  • f011d73d5f wayland_common: suppress unused function warning on older protocols Kacper Michajłow 2025-12-22 17:12:35 +01:00
  • 4b6ebd79c8 wayland: guard wp_color_manager_v1_get_version usage Dudemanguy 2025-12-21 15:00:01 -06:00
  • 8ba0603ffa wayland: bump wayland-protocols minimum version to 1.38 llyyr 2025-12-20 13:50:22 +05:30
  • 9adeeb02ea wayland: bump libwayland minimum version to 1.22 llyyr 2025-12-20 13:44:30 +05:30