summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* player/video: subtract frame_time from delay when ao_chain starts audioDudemanguy2024-03-033-1/+5
* player/audio: also adjust apts by audio speed in audio_start_aoDudemanguy2024-03-031-1/+2
* test/test_utils: add mp_msg_set_max_level stubDudemanguy2024-03-032-0/+2
* ci/mingw: update dependency versionsnanahi2024-03-031-3/+3
* ci/mingw: add dav1d decodernanahi2024-03-031-3/+13
* ci/mingw: enable nvdecnanahi2024-03-031-1/+9
* demux_lavf: always find stream info for avif filesDudemanguy2024-03-021-0/+4
* vo_gpu_next: render subtitles at video colorspaceKacper Michajłow2024-03-021-0/+2
* sub: add flag if sub_bitmap should be rendered in video color spaceKacper Michajłow2024-03-025-4/+7
* DOCS/options: fix Vulkan typopsykose2024-03-021-1/+1
* vo_gpu: add missing PL_COLOR_TRC_ST428 case in lcmsKacper Michajłow2024-03-011-0/+5
* wayland_common: toplevel resize fixesnanahi2024-03-011-5/+7
* w32_common: make dragging asynchronousnanahi2024-03-011-1/+8
* w32_common: re-add fullscreen check when start draggingnanahi2024-03-011-1/+2
* input: centralize VO draggingnanahi2024-03-013-15/+10
* wayland_common: implement VOCTRL_BEGIN_DRAGGINGnanahi2024-03-012-14/+40
* w32_common: implement VOCTRL_BEGIN_DRAGGINGnanahi2024-03-011-18/+27
* x11_common: implement VOCTRL_BEGIN_DRAGGINGnanahi2024-03-012-15/+31
* command: add begin-vo-dragging commandnanahi2024-03-014-0/+23
* Revert "player: add ao-volume option, to set the system volume at startup"Dudemanguy2024-03-018-41/+16
* sd_ass: fix use-after-free in ft->event_formatDudemanguy2024-02-291-1/+1
* wayland_common: fix type of dnd_actionsfan52024-02-291-1/+1
* wayland_common: fix initialization order issue with protocolssfan52024-02-291-5/+7
* wayland_common: fix DND read error handlingsfan52024-02-291-7/+17
* wayland_common: read DND data in larger chunkssfan52024-02-291-1/+1
* wayland_common: log if DND failssfan52024-02-291-0/+2
* wayland_common: free DND resources on shutdown and errorsfan52024-02-291-9/+19
* cocoa-cb: render on main queue instead of dedicated queueder richter2024-02-291-3/+1
* mac/vulkan: set NSView as layer delegate like recommended by MoltenVKder richter2024-02-292-1/+2
* osxbundle: fix bundling when homebrew is not installedder richter2024-02-291-1/+8
* mac/vulkan: remove old deprecated VK_MVK_macos_surface extension remainsder richter2024-02-292-2/+1
* various: avoid function pointer castsKacper Michajłow2024-02-2810-45/+29
* misc/jni: reduce duplication in mapping structsfan52024-02-283-72/+72
* misc/jni: introduce macros for deleting referencessfan52024-02-283-63/+44
* misc/jni: general code cleanup and refactorsfan52024-02-281-155/+119
* ao_audiotrack: refactor JNI class retrievalsfan52024-02-281-68/+77
* ao_audiotrack: remove two dead variablessfan52024-02-281-9/+0
* ao_audiotrack: fix missing check for passthrough supportsfan52024-02-281-0/+4
* osdep/mac: make mac naming of files, folders and function consistentder richter2024-02-2835-72/+72
* wayland: drop some unneeded curly braces (no-op)Dudemanguy2024-02-271-20/+10
* wayland: drop buffer scale for cursor as wellDudemanguy2024-02-272-7/+10
* wayland: rename configured to geometry_configured (no-op)Dudemanguy2024-02-272-5/+5
* wayland: fix check for set_surface_scalingDudemanguy2024-02-271-6/+3
* sd_ass: don't wrongly recognize \pos as \pChristoph Heinrich2024-02-271-1/+1
* build: fix build when disabling cocoa-cbder richter2024-02-272-2/+2
* mac: remove unnecessary metal layer colour space updateder richter2024-02-271-16/+3
* mac: set layer content scale on initder richter2024-02-271-0/+2
* cocoa-cb: remove pre-allocation and initialise only when usedder richter2024-02-275-10/+31
* console.lua: fix blurry cursor when --osd-blur is setnanahi2024-02-271-1/+1
* stats.lua: fix blurry graphs when --osd-blur is setnanahi2024-02-271-1/+1
* DOCS/options: clarify --sub-blur and --osd-blur optionsnanahi2024-02-271-2/+4
* vo_gpu_next: simplify pl_clear_mode enum mappingDudemanguy2024-02-261-6/+6
* ci: clone repos with shallow submodulessfan52024-02-263-3/+5
* vo_gpu_next: add --border-background optionDudemanguy2024-02-263-1/+17
* vo_gpu_next: support --background optionDudemanguy2024-02-261-0/+11
* vo_gpu: pre-multiply alpha when dealing with background colorsDudemanguy2024-02-261-0/+4
* vo_gpu/vo_gpu_next: rework --alpha into --background optionDudemanguy2024-02-266-47/+45
* player: rename --background to --background-colorDudemanguy2024-02-265-11/+12
* vo_gpu/vo_gpu_next: set ctx->opts.want_alpha in specific functionsDudemanguy2024-02-263-8/+11
* hwdec/dmabuf_interop: reduce magic constant usesfan52024-02-263-9/+12
* hwdec/dmabuf_interop_gl: migrate to EXT_EGL_image_storage on desktop GLsfan52024-02-261-16/+45
* hwdec/dmabuf_interop_gl: refactor texture creationsfan52024-02-261-25/+50
* hwdec/dmabuf_interop_gl: restyle macros to fit line lengthsfan52024-02-261-19/+23
* video: don't define IMGFMT_VULKAN conditionallysfan52024-02-264-8/+0
* osd_libass: update the OSD bar's dent and border sizeGuido Cella2024-02-263-3/+3
* DOCS/options: make --scale documentation more consistentdokur0chan2024-02-261-8/+9
* wayland: remove old sway/wlroots hackDudemanguy2024-02-262-11/+0
* player/audio: remove misleading comment about delayDudemanguy2024-02-261-1/+1
* player: reset av state on speed changesDudemanguy2024-02-263-2/+22
* player: remove speed adjustment from playing_audio_ptsDudemanguy2024-02-262-2/+3
* ci: add explicit build test for ffmpeg 4.4LaserEyess2024-02-262-0/+69
* DOCS: move ALSA option documentation to ao.rstnanahi2024-02-262-51/+47
* DOCS/options: clarify the impact of --audio-buffernanahi2024-02-261-1/+1
* DOCS/options: remove lavrresample referencenanahi2024-02-261-7/+2
* DOCS/options: remove --alsa-devicenanahi2024-02-261-3/+0
* DOCS/ao: update SDL ao version referencenanahi2024-02-261-2/+2
* vo_gpu_next: fix win32 io wrapnanahi2024-02-261-0/+1
* player/main: don't set the main thread nameDudemanguy2024-02-261-1/+0
* Revert "ci/mingw: pin Vulkan version again"Kacper Michajłow2024-02-261-2/+2
* DOCS: add `insert` commands and args to interface-changesDavid Vaughan2024-02-261-0/+6
* input/player: add loadfile/loadlist insert-at commandDavid Vaughan2024-02-264-29/+113
* player: change insert_next to insert_atDavid Vaughan2024-02-267-35/+23
* input: add insert-next support for drag-and-dropDavid Vaughan2024-02-265-12/+37
* player: add loadlist insert-next commandsDavid Vaughan2024-02-262-5/+22
* player: add loadfile insert-next commandsDavid Vaughan2024-02-264-5/+45
* DOCS/man: remove outdated softvol entryDudemanguy2024-02-251-13/+2
* player: add ao-volume option, to set the system volume at startupLeonardo Boss2024-02-258-16/+41
* ao: don't clip floating point formats at non-unity gainnanahi2024-02-251-1/+1
* osdep/io: add mp_unlink()nanahi2024-02-252-0/+10
* sub: fix LRC lines with multiple timestampsGuido Cella2024-02-251-8/+15
* ci: add OpenBSDLaserEyess2024-02-252-0/+62
* ci: fix typing in lint-commit-msg.pyLaserEyess2024-02-251-2/+4
* image_writer: cleanup leftover files if image writing failsnanahi2024-02-251-2/+10
* player: set hidpi-window-scale to no by defaultDudemanguy2024-02-243-2/+2
* DOCS/options: clarify hidpi-window-scaleDudemanguy2024-02-241-4/+3
* player/command: handle runtime toggling of hidpi-window-scaleDudemanguy2024-02-242-2/+23
* win32: clean up hidpi window scale behaviorDudemanguy2024-02-241-6/+3
* x11: clean up hidpi-window-scale behaviorDudemanguy2024-02-241-14/+15
* vo_gpu: use fbo texture height for fragment coordinate calculationnanahi2024-02-241-2/+2
* test: add missing libplacebo dependencyder richter2024-02-241-2/+2
* github/workflows: add macOS 14 arm runner with most recent xcodeder richter2024-02-241-0/+9
* github/workflows: add vulkan, mujs and urchadet to macOS dependenciesder richter2024-02-242-2/+4
* github/workflows: link macOS artifacts in commentsder richter2024-02-241-0/+7
* github/workflows: bundle macOS App and upload it as artifactder richter2024-02-241-0/+15
* mac: code consistency changesder richter2024-02-241-4/+0
* osxbundle: use dylib script directly instead of in a subprocessder richter2024-02-242-4/+5
* osxbundle: add homebrew vulkan loader location to search pathder richter2024-02-241-0/+4
* osxbundle: resolve loader_path on rpath retrievalder richter2024-02-241-1/+6
* osxbundle: remove unused importder richter2024-02-241-1/+0
* osxbundle: fix syntax warning with python 3.12der richter2024-02-241-3/+3
* meson: add custom target for macOS App bundlingder richter2024-02-241-0/+8
* ao_wasapi: scale queried AO volume to (0, 100)sunpenghao2024-02-241-2/+2
* ao_wasapi: address premature buffer fills in exclusive modesunpenghao2024-02-242-13/+13
* player: fix watch later config comments when ignoring pathGuido Cella2024-02-241-2/+5
* player/loadfile: rewrite sub autoselection logicDudemanguy2024-02-242-51/+29
* github/workflows: update cross-platform-actions to v0.23.0Kacper Michajłow2024-02-231-2/+2
* command: fix sub-seek while paused without a videoGuido Cella2024-02-232-0/+9
* command: don't add SUB_SEEK_OFFSET twice with sub-seekGuido Cella2024-02-231-4/+0
* options/path: move path utility functions to misc/path_utilsnanahi2024-02-236-224/+287
* osdep/io: move I/O utility functions to misc/io_utilsnanahi2024-02-237-59/+115
* osdep/io: ignore 'x' mode for mp_fopennanahi2024-02-231-2/+1
* vo_gpu: fix fragment coordinate calculation when ditheringnanahi2024-02-221-3/+5
* vo_gpu: fix fragment coordinate calculation when drawing checkerboardnanahi2024-02-221-1/+3
* x11_common: handle window dragging in ButtonPress eventnanahi2024-02-212-28/+17
* various: make mentions of macOS consistentder richter2024-02-2112-16/+16
* DOCS: make mentions of macOS consistentder richter2024-02-215-5/+5
* DOCS/man: document Ctrl+WHEEL_UP/WHEEL_DOWN keybindsnanahi2024-02-211-2/+4
* input.conf: bind Ctrl+WHEEL_UP/DOWN to video-zoomnanahi2024-02-211-0/+2
* DOCS/mpv: update ancient profiles config examplellyyr2024-02-201-11/+13
* osxbundle: add optional source path argumentder richter2024-02-201-9/+11
* osxbundle: remove old version retrieval fallbackder richter2024-02-201-4/+3
* osxbundle: bundle vulkan driver and layersder richter2024-02-201-0/+72
* vo: make libmpv last in the auto-probing order for cocoa-cb onlyder richter2024-02-204-3/+12
* encode_lavc: don't use deprecated `avcodec_close`llyyr2024-02-191-1/+1
* af_lavcac3enc: don't use deprecated `avcodec_close`llyyr2024-02-191-1/+9
* wayland_common: update pointer serial on pointer_enterJulian Orth2024-02-181-0/+1
* cocoa-cb: lock CGLContext on uninit and manual redrawder richter2024-02-182-0/+12
* github/workflows: switch back to luajit for macosDudemanguy2024-02-181-1/+1
* vo_gpu_next: fix some lut-related memory leaksDudemanguy2024-02-171-0/+5
* vo_gpu_next: move gpu-next opts to specific sub optionDudemanguy2024-02-173-52/+65
* vo: remove VOCTRL_SET_EQUALIZER and simplify into UPDATE_VIDEODudemanguy2024-02-177-41/+1
* wayland_common: drop shape device check when spawning cursornanahi2024-02-172-12/+2
* wayland_common: properly determine has_keyboard_inputnanahi2024-02-172-5/+14
* wayland_common: handle scroll accumulation for each seatnanahi2024-02-172-22/+20
* wayland_common: handle keyboard state per seatnanahi2024-02-172-45/+43
* wayland_common: set cursor visibility for all seats for voctrlnanahi2024-02-171-3/+22
* wayland_common: handle removal of seatsnanahi2024-02-171-2/+13
* wayland_common: prevent cursor_seat stale referencenanahi2024-02-171-0/+1
* wayland_common: handle cursor_shape_device per seatnanahi2024-02-172-29/+31
* wayland_common: drop unnecessary xdg_toplevel null checknanahi2024-02-171-11/+1
* wayland_common: implement multi-seat supportnanahi2024-02-172-91/+141
* wayland_common: indentation nitnanahi2024-02-171-1/+1
* vulkan/context_win: make --alpha work and runtime changeablenanahi2024-02-171-6/+15
* opengl/context_win: make --alpha runtime changeablenanahi2024-02-171-8/+13
* d3d11: make --alpha runtime changeablenanahi2024-02-171-6/+12
* opengl/context_win: make --alpha=yes worknanahi2024-02-171-0/+5
* d3d11: set window to transparent if --alpha=yes is specifiednanahi2024-02-171-0/+3
* w32_common: add function to control window transparency statenanahi2024-02-172-0/+22
* command: add window-id to MPV_EVENT_VIDEO_RECONFIG property changeDudemanguy2024-02-171-2/+2
* DOCS/man: add description of display-names property for waylandnanahi2024-02-161-1/+4
* vo_gpu_next: don't add 0 width/height sub bitmaps to pl_overlayDudemanguy2024-02-161-0/+2
* osdep/threads-posix: fix headers for OpenBSD buildJose Maldonado aka Yukiteru2024-02-151-0/+5
* DOCS: document --input-preprocess-wheel optionnanahi2024-02-152-0/+15
* input: add --input-preprocess-wheel optionnanahi2024-02-151-1/+4
* DOCS/lua: clarify `repeatable` and `complex` for `add_key_binding`gaesa2024-02-151-5/+6
* m_option: fix memory leak in parse_obj_settings_listKacper Michajłow2024-02-151-3/+10
* demux_mkv: don't return null bstr with size specifiedKacper Michajłow2024-02-151-0/+6
* demux_mkv: error if needed compression settings were not foundKacper Michajłow2024-02-151-0/+4
* demux_mkv: fix memory leak on invalid blocksKacper Michajłow2024-02-151-4/+6
* ao_pipewire: add support for SPDIF formatsThomas Weißschuh2024-02-151-15/+46
* ao_pipewire: don't interpret unknown formatsThomas Weißschuh2024-02-151-7/+5
* DOCS/options: mention that sub-clear-on-seek can now break thingsDudemanguy2024-02-151-1/+3
* player/sub: attempt to detect animated subtitlesDudemanguy2024-02-153-7/+81
* vo_gpu_next: move the frame->redraw check for blended subtitlesDudemanguy2024-02-151-4/+3
* player/sub: avoid wasteful subtitle redrawsDudemanguy2024-02-158-32/+115
* dec_sub: expand sub packet cachingDudemanguy2024-02-151-18/+21
* vo: ensure that frames are not eaten on reconfigKacper Michajłow2024-02-151-13/+41
* Reapply "video: remove another redundant wakeup"Kacper Michajłow2024-02-153-20/+45