summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "vo: remove frame timing check from vo_still_displaying()"Kacper Michajłow2024-02-151-3/+10
* ci/lint: add Reapply to the no prefix whitelistDudemanguy2024-02-151-2/+2
* mac/remote: simplify cover retrievalder richter2024-02-151-3/+1
* mac/remote: remove unnecessary nowPlayingInfo variableder richter2024-02-151-14/+7
* mac/remote: add album and artist infoder richter2024-02-152-3/+12
* mac/remote: add seek supportder richter2024-02-151-2/+14
* mac/remote: add chapter title infoder richter2024-02-153-4/+8
* mac/remote: add media-title infoder richter2024-02-152-3/+7
* mac/remote: add playback rate infoder richter2024-02-152-2/+6
* mac/remote: add duration and current position infoder richter2024-02-152-8/+26
* mac/remote: remove make current observer when stoppedder richter2024-02-151-0/+6
* mac/remote: replace command handler with generic handler function configder richter2024-02-151-15/+17
* mac/remote: simplify repeatable key logicder richter2024-02-151-6/+2
* mac/remote: move configs to initialiser for new MediaPlayer shorthandsder richter2024-02-151-53/+56
* mac/remote: move class local struct and enum definition to extensionder richter2024-02-151-1/+3
* mac/remote: use explicit struct instead of generic array for configsder richter2024-02-151-48/+31
* DOCS/man: more words about --teletext-pageMohammad AlSaleh2024-02-131-2/+11
* sub: allow setting lavc txt_page special values via teletext_pageMohammad AlSaleh2024-02-134-7/+17
* ci/mingw: pin Vulkan version againsfan52024-02-121-2/+2
* x11_common: fix Xft.dpi detection ignoring --hidpi-window-scalesfan52024-02-121-3/+5
* README: mention libplacebo subproject integrationsfan52024-02-121-0/+7
* meson: set default options for libplacebo if using subprojectllyyr2024-02-121-1/+2
* osdep: fix infinite loop when cancelling subprocesssfan52024-02-111-1/+3
* various: replace dead links in commentsnanahi2024-02-117-13/+17
* wayland: don't press keys again when releasing modifiersGuido Cella2024-02-111-0/+6
* demux: clarify the meaning of still_imageGuido Cella2024-02-112-2/+2
* hwdec_drmprime: check for AV_PIX_FMT_P210 before using itPhilip Langdale2024-02-101-0/+2
* demux_mkv: add tags for A_MPEG/L1(mp1) audio1nsane0002024-02-101-1/+2
* js: complex key-binding: send also key_textAvi Halachmi (:avih)2024-02-091-4/+5
* wayland: set current_output on surface leave if applicableDudemanguy2024-02-081-4/+4
* demux_mkv: set only image flag and ignore still_imageKacper Michajłow2024-02-081-4/+2
* demux_mkv: increase probing size for still imageKacper Michajłow2024-02-081-1/+1
* sd_lavc: support secondary subs properlyDudemanguy2024-02-081-3/+3
* console.lua: move functions to strip common charactersGuido Cella2024-02-081-34/+34
* f_output_chain: prevent double free of child filtersnanahi2024-02-081-1/+1
* stats.lua: use deinterlace-active property insteadDudemanguy2024-02-071-1/+1
* player/command: add deinterlace-active propertyDudemanguy2024-02-076-1/+42
* player: add an auto option to deinterlaceDudemanguy2024-02-077-21/+25
* vo_vdpau: cosmetic changes to timingsKacper Michajłow2024-02-071-10/+7
* ao_sndio: add missing config.h includeKacper Michajłow2024-02-071-0/+2
* github/workflows: ignore more files from build workflownanahi2024-02-071-0/+10
* demux_mf: detect webpGuido Cella2024-02-061-0/+1
* Revert "demux: put type2format into codec_tags with helper functions"Guido Cella2024-02-063-69/+62
* player: remove all rpi-specific codeDudemanguy2024-02-0511-1714/+2
* audio: rename ao_read_data_unlockedThomas Weißschuh2024-02-051-4/+4
* player: ensure runtime updates of certain rendering optionsDudemanguy2024-02-056-1/+22
* github/workflows: revert to github-script@v6Kacper Michajłow2024-02-051-1/+1
* vo_vdpau: fix timing for nanosecondsDan Oscarsson2024-02-041-8/+6
* command: add load-input-confGuido Cella2024-02-045-0/+29
* input: make parse_config_file return boolGuido Cella2024-02-041-3/+3
* input: remove unused parameter from parse_config_fileGuido Cella2024-02-041-3/+3
* command: add load-config-fileGuido Cella2024-02-044-10/+44
* wayland_common: warn if scrolling will be brokennanahi2024-02-041-0/+3
* wayland_common: add touch listener boilerplatenanahi2024-02-041-0/+12
* wayland_common: prefer axis_value120 if supportednanahi2024-02-042-15/+95
* wayland_common: properly handle high resolution scrollingnanahi2024-02-041-1/+6
* DOCS/mpv: document how mf:// URLs are formedGuido Cella2024-02-021-1/+12
* demux_mf: explain why a printf format is unsupportedGuido Cella2024-02-021-1/+3
* demux_mf: remove code repetitionGuido Cella2024-02-021-5/+1
* x11_common: support --title-barnanahi2024-02-022-10/+14
* demux_mkv: detect images by reading blocks and timecodesDudemanguy2024-02-011-0/+36
* Revert "demux_mkv: check if the video codec is an image"Dudemanguy2024-02-013-16/+0
* wayland: look for "default" cursor as well as "left_ptr"Dudemanguy2024-02-011-2/+5
* meson: bump libplacebo required version to 6.338.2Kacper Michajłow2024-01-311-1/+1
* io: add mp_save_fileKacper Michajłow2024-01-313-25/+34
* vo_gpu_next: save cache to separate filesKacper Michajłow2024-01-312-55/+194
* stream: increase max_size to INT_MAX minus paddingKacper Michajłow2024-01-312-1/+4
* hwdec_drmprime: add P010 and P210 supportboogie2024-01-282-0/+3
* hwdec_aimagereader: handle lack of JNI gracefullysfan52024-01-271-4/+6
* common: don't force terminal log buffer to small sizesfan52024-01-272-5/+41
* version.h.in: bump copyright yearnanahi2024-01-271-1/+1
* vo: change vo_frame duration to doubleKacper Michajłow2024-01-272-2/+2
* vo_dmabuf_wayland: scale smarter in hidpi situationsDudemanguy2024-01-273-13/+12
* wayland: don't rescale dimensions if hidpi-window-scale is disabledDudemanguy2024-01-271-0/+3
* wayland: drop buffer_scale use for viewporterDudemanguy2024-01-276-28/+23
* vo: ensure a dropped frame is always freedDudemanguy2024-01-261-1/+1
* all: add missing repr assignmentsKacper Michajłow2024-01-265-1/+10
* github/workflows: update actions package versionsKacper Michajłow2024-01-264-9/+9
* osdep/timer: update documentation and test for mp_time_nsKacper Michajłow2024-01-262-2/+2
* options/m_option: suppress warning about validate function callKacper Michajłow2024-01-261-0/+5
* ad_spdif: fix DTS 44.1khz passthrough playbackAlex Mitzsch2024-01-241-1/+1
* player/command: don't reselect demux stream on only UPDATE_OSDDudemanguy2024-01-221-3/+4
* player/video: force vo reconfigure on color parameters changeKacper Michajłow2024-01-221-11/+6
* f_lavfi: use libplacebo utils instead of mp_csp_*llyyr2024-01-221-2/+3
* vo_gpu_next: simplify after recent changesKacper Michajłow2024-01-221-20/+4
* csputils: replace more primitives with pl_Kacper Michajłow2024-01-2210-474/+98
* csputils: replace mp_chroma_location with pl_chroma_locationKacper Michajłow2024-01-2215-92/+39
* csputils: replace mp_alpha_type with pl_alpha_modeKacper Michajłow2024-01-2213-48/+26
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-2244-980/+609
* command: do a normal seek instead of a refresh seek when switching vojmir12024-01-221-1/+1
* f_auto_filters: use bwdif_cuda for deinterlacing with cuda hwdecDudemanguy2024-01-221-1/+1
* osdep/io: expand path before LoadLibraryKacper Michajłow2024-01-221-3/+17
* osc: add osc-windowcontrols_title optionDudemanguy2024-01-222-1/+9
* Revert "player/video: loosen logic checks for adjust_sync"llyyr2024-01-211-2/+2
* bash-completion: parse the mpv options lazilyGabriele Mazzotta2024-01-211-9/+30
* f_auto_filters: change fallback deinterlace to bwdifDudemanguy2024-01-215-5/+6
* sub: add `--sub-lavc-o` optionMohammad AlSaleh2024-01-214-0/+12
* win32: stop waiting for messages if the window is destroyednanahi2024-01-211-1/+1
* msg: reset status_lines when setting --really-quietGuido Cella2024-01-211-0/+6
* player: remove --term-remaining-playtime optionDudemanguy2024-01-205-9/+2
* command: restore lang after track reloadGuido Cella2024-01-203-0/+13
* command: minor m_property_strdup_ro style changesnanahi2024-01-201-6/+5
* stats.lua: display the current GPU contextnanahi2024-01-201-0/+2
* command: export current-gpu-context propertynanahi2024-01-205-0/+17
* player/command: reselect track after UPDATE_SUB_HARDDudemanguy2024-01-201-0/+2
* chmap: mp_image_pool: drop stale mentions of Libav in commentsllyyr2024-01-202-5/+5
* common: stream: don't mention Libav in errors/warningsllyyr2024-01-203-4/+4
* TOOLS/autocrop.lua: drop Libav mentionllyyr2024-01-201-1/+1
* DOCS/*: remove mentions of Libavllyyr2024-01-205-18/+14
* console.lua: highlight the selected suggestion in the terminalGuido Cella2024-01-201-3/+10
* libplacebo: fix out-of-bounds read with --really-quietGuido Cella2024-01-201-1/+7
* scripting: don't observe properties with type nilGuido Cella2024-01-204-8/+8
* osc: don't autohide mouse cursor when hovering over windowcontrols titlenanahi2024-01-201-0/+14
* TOOLS/lua/autoload: ski