summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* console.lua: close when pressing enter with input.selectGuido Cella2024-05-122-5/+11
* console.lua: fix ctrl+f and ctrl+b keybindingsGuido Cella2024-05-121-2/+10
* console.lua: don't crash when scrolling without matchesGuido Cella2024-05-121-1/+1
* console.lua: truncate lines longer than the maximum widthGuido Cella2024-05-121-4/+17
* console.lua: don't convert integers for mp.input to stringGuido Cella2024-05-124-10/+13
* input: fix builtin sequence bindingsGuido Cella2024-05-121-3/+1
* console.lua: implement a command parser to complete more thingsGuido Cella2024-05-121-130/+204
* player: add option-info/<name>/expects-fileGuido Cella2024-05-124-1/+6
* osc.lua: remove scaleforcedwindowGuido Cella2024-05-122-9/+1
* autocrop.lua: fix some lint warningsKacper Michajłow2024-05-121-1/+1
* ytdl_hook.lua: fix some lint warningsKacper Michajłow2024-05-121-9/+7
* stats.lua: fix some lint warningsKacper Michajłow2024-05-121-34/+37
* osc.lua: fix some lint warningsKacper Michajłow2024-05-121-78/+79
* options.lua: fix some lint warningsKacper Michajłow2024-05-121-13/+9
* defaults.lua: fix some lint warningsKacper Michajłow2024-05-121-6/+7
* console.lua: fix some lint warningsKacper Michajłow2024-05-121-11/+16
* auto_profiles.lua: fix some lint warningsKacper Michajłow2024-05-121-3/+5
* test-hooks.lua: fix variable shadowing warningKacper Michajłow2024-05-121-2/+2
* status-line.lua: fix unused variable warningKacper Michajłow2024-05-121-1/+1
* skip-logo.lua: fix some lint warningsKacper Michajłow2024-05-121-8/+10
* pause-when-minimize.lua: fix unused variable warningKacper Michajłow2024-05-121-1/+1
* ontop-playback.lua: fix unused variable warningKacper Michajłow2024-05-121-1/+1
* observe-all.lua: fix some lint warningsKacper Michajłow2024-05-121-4/+4
* cycle-deinterlace-pullup.lua: fix unused variable warningsKacper Michajłow2024-05-121-1/+1
* command-test.lua: fix some lint warningsKacper Michajłow2024-05-121-5/+5
* autoload.lua: fix some lint warningsKacper Michajłow2024-05-121-20/+21
* autodeint.lua: fix some lint warningsKacper Michajłow2024-05-121-1/+1
* audio-hotplug-test.lua: fix some lint warningsKacper Michajłow2024-05-121-4/+2
* acompressor.lua: break long linesKacper Michajłow2024-05-121-3/+6
* github/workflows: add lua lintingKacper Michajłow2024-05-122-0/+135
* Revert "stream: don't try to read from all-sparse/no-data files"sfan52024-05-122-14/+0
* vf_vapoursynth: pass image properties from inputKacper Michajłow2024-05-121-9/+21
* vf_vapoursynth: fix _ChromaLocationKacper Michajłow2024-05-121-1/+2
* hwdec_cuda_vk: add missing io.h includeKacper Michajłow2024-05-111-0/+2
* audio: report EOF also for untimed AO modeKacper Michajłow2024-05-101-2/+1
* console.lua: increase margins from the bottom-left cornerGuido Cella2024-05-101-2/+2
* vo_gpu_next: check if existing cache file has correct sizeKacper Michajłow2024-05-101-1/+2
* test: test mp_guess_lang_from_filename with [] and ()Guido Cella2024-05-101-0/+8
* meson: add link flags also to cppKacper Michajłow2024-05-101-1/+1
* audio: change bps format to int64_tKacper Michajłow2024-05-104-5/+5
* fuzzers: set network-timeout to 1 secondKacper Michajłow2024-05-104-1/+6
* command: add dolby-vision-profile and dolby-vision-level to track-listKacper Michajłow2024-05-106-0/+24
* demux_mkv: inject AV_PKT_DATA_DOVI_CONF to demuxed packetsKacper Michajłow2024-05-101-0/+12
* demux_mkv: demux Block Additional MappingsKacper Michajłow2024-05-102-0/+94
* test: test mp_guess_lang_from_filename()Guido Cella2024-05-101-0/+23
* misc/language: move mp_guess_lang_from_filename() hereGuido Cella2024-05-105-62/+61
* external_files: detect language tags with hyphensGuido Cella2024-05-101-11/+26
* external_files: rename variables in guess_lang_from_filename()Guido Cella2024-05-101-10/+10
* lcms: check for null arg in gl_parse_3dlut_sizeKacper Michajłow2024-05-091-0/+2
* misc/language: store string length instead of null terminatorKacper Michajłow2024-05-091-208/+211
* player/loadfile: match language and subcodesKacper Michajłow2024-05-097-23/+370
* Revert "misc: add language-matching utilities"Kacper Michajłow2024-05-093-368/+0
* Revert "loadfile: use mp_match_lang_single"Kacper Michajłow2024-05-092-12/+11
* Revert "loadfile: compute audio lang for sub selection when using lavfi-complex"Kacper Michajłow2024-05-091-30/+3
* fuzzer_loadfile_direct: exclude paths also for file://Kacper Michajłow2024-05-092-6/+15
* demux_edl: make protocol comparison case insensitiveKacper Michajłow2024-05-081-1/+1
* fuzzer_set_property: fix for other types than stringKacper Michajłow2024-05-081-2/+5
* dmabuf: fix warnings on 320-bit buildKacper Michajłow2024-05-082-4/+4
* filter/vf_gpu_vulkan: fix Vulkan handle typeKacper Michajłow2024-05-081-1/+1
* player/client: fix typo in description of MPV_ERROR_UNINITIALIZEDKacper Michajłow2024-05-081-1/+1
* fuzzers: add fuzzer for config parsersKacper Michajłow2024-05-082-0/+73
* Revert "ao: in ao_play_data, wakeup core for untimed AO as well"nanahi2024-05-081-1/+1
* ao: in ao_play_data, wakeup core for untimed AO as wellMisaki Kasumi2024-05-081-1/+1
* af_scaletempo: optimize overlap searchChristoph Heinrich2024-05-071-22/+116
* af_scaletempo: use taxicab distance for offset searchChristoph Heinrich2024-05-071-11/+11
* af_scaletempo: don't use a window for offset searchChristoph Heinrich2024-05-071-65/+8
* af_scaletempo: use Hann function for overlap windowChristoph Heinrich2024-05-071-4/+7
* af_scaletempo: add comment to overlap calculationChristoph Heinrich2024-05-071-4/+6
* js: fix defaults.jsGuido Cella2024-05-071-3/+3
* scripting: add mp.input.select()Guido Cella2024-05-079-38/+534
* drm_prime: remove off by one when allocating new ref counterKacper Michajłow2024-05-071-4/+3
* drm_prime: fix issue detected by valgrindrepojohnray2024-05-071-2/+5
* stream: don't try to read from all-sparse/no-data filesMohammad AlSaleh2024-05-072-0/+14
* various: fix comma stylenanahi2024-05-073-3/+3
* various: fix indentationnanahi2024-05-0724-365/+365
* various: fix tabs in codenanahi2024-05-074-14/+14
* various: fix trailing whitespacenanahi2024-05-072-5/+5
* hwdec_cuda: reduce nesting in check functionsJrelvas2024-05-072-20/+16
* hwdec_cuda: avoid gpu wakeup by deferring cuInitJrelvas2024-05-074-32/+64
* msg: print all messages to one streamKacper Michajłow2024-05-061-2/+1
* player/main: select msg output stream earlyKacper Michajłow2024-05-063-6/+19
* github/workflows: link MSVC artifacts in commentsKacper Michajłow2024-05-061-1/+1
* ci: add Windows native buildKacper Michajłow2024-05-062-0/+135
* test: mark libmpv as expected fail if OSC is not availableKacper Michajłow2024-05-061-1/+1
* test/libmpv_encode: minor adjustments for win32 build fixKacper Michajłow2024-05-062-3/+12
* win32: add WinMainKacper Michajłow2024-05-061-1/+6
* player/configfiles: fix utime.h include for Windows SDKKacper Michajłow2024-05-061-0/+5
* stream_file: declare structures available only in Windows DDKKacper Michajłow2024-05-061-0/+27
* osdep/mpv.rc: fix encoding of MPVCOPYRIGHTKacper Michajłow2024-05-062-2/+4
* common: define some bits for Windows SDKKacper Michajłow2024-05-061-0/+21
* ao_wasapi_utils: define missing GUIDs for CKacper Michajłow2024-05-061-0/+34
* ao_wasapi_changenotify: fix IsEqualPropertyKey for CKacper Michajłow2024-05-061-0/+5
* various: remove unused sys/time.h includeKacper Michajłow2024-05-064-4/+0
* osdep/compiler: clang also recognizes those attributesKacper Michajłow2024-05-061-1/+1
* osdep/main-fn-win: add struct typedef for compatibilityKacper Michajłow2024-05-061-3/+3
* osdep/semaphore: don't include files if they are not usedKacper Michajłow2024-05-061-1/+2
* win32: fix platform checksKacper Michajłow2024-05-065-14/+14
* io_utils: use mp_mkostemps instead of mkstempKacper Michajłow2024-05-061-1/+1
* osdep/dirent: add implementation for Windows SDK buildKacper Michajłow2024-05-0611-10/+1241
* ao_wasapi: fix include orderKacper Michajłow2024-05-061-1/+9
* various: move strings.h inclusion to common.hKacper Michajłow2024-05-0621-20/+4
* various: move unistd.h inclusion to common.hKacper Michajłow2024-05-0640-42/+10
* meson: add defines for Windows build to avoid warningsKacper Michajłow2024-05-061-1/+3
* meson: remove Windows subsystem version, it is 6.0 by defaultKacper Michajłow2024-05-061-1/+1
* command: add normalize-path commandGuido Cella2024-05-053-0/+30
* DOCS/lua: fix some argument namesGuido Cella2024-05-051-2/+2
* DOCS/input: move escape-ass documentationGuido Cella2024-05-051-12/+12
* misc/path_utils: normalize win32 pathsKacper Michajłow2024-05-054-2/+63
* player: normalize paths for resuming playbackGuido Cella2024-05-053-27/+104
* cocoa-cb: add support for macOS color space transformation (EDR/HDR)der richter2024-05-0510-2/+143
* github/workflows: add swift lintingder richter2024-05-052-0/+17
* test: fflush between printf and abortGuido Cella2024-05-052-0/+3
* powershell-completion: add PowerShell command line completionstax762024-05-051-0/+279
* DOCS/input: document sub-seek 0Guido Cella2024-05-051-1/+5
* docs: mention Cache section in sub-seekKacper Michajłow2024-05-051-1/+1
* command: return lavfi filters in option-info/[av]f/choicesGuido Cella2024-05-055-0/+38
* osc: remove trailing spaceKacper Michajłow2024-05-051-1/+1
* demux_mkv: fix image detectionKacper Michajłow2024-05-051-8/+8
* demux: keep track of ts information per stream typeAman Karmani2024-05-056-32/+100
* win32: fix maximize state with --border=noKacper Michajłow2024-05-051-6/+10
* sd_ass: don't log if subtitles have unknown durationGuido Cella2024-05-051-1/+1
* ci/lint: use long commit hashKacper Michajłow2024-05-051-1/+1
* demux_mkv: make V_QUICKTIME codec detection genericKacper Michajłow2024-05-051-8/+7
* osd: show left arrow when playing backwardsMatthias Hunstock2024-05-052-0/+3
* tools: add narrow left arrow glyph for OSDMatthias Hunstock2024-05-052-0/+15
* osc: show left arrow when paused while playing backwardsMatthias Hunstock2024-05-051-1/+5
* f_lavfi: reject filters with too many in/outssfan52024-05-041-0/+2
* f_decoder_wrapper: clear decoder info on deinitKacper Michajłow2024-05-041-0/+2
* ci/mingw: update dependency versionssfan52024-05-031-2/+2
* OSC: implemented user configurable colorsomar2024-05-032-22/+102
* win32: make context menu items accessible from the window menunanahi2024-05-033-4/+30
* win32: move context menu init/uninit to GUI threadnanahi2024-05-031-2/+3
* wayland: set wl->scaling if there is no wl->current_output yetDudemanguy2024-05-031-0/+6
* sub/osd: fix rounding when rescaling bitmap subtitle rectsnanahi2024-05-031-4/+10
* win32: support multitouchnanahi2024-05-031-7/+54
* options: add --native-touch optionnanahi2024-05-034-0/+14
* wayland_common: support multitouchnanahi2024-05-031-6/+7
* input: add MP_TOUCH_RELEASE_ALLnanahi2024-05-032-0/+7
* input: add --input-touch-emulate-mouse optionnanahi2024-05-033-0/+22
* command: add touch-pos propertynanahi2024-05-033-2/+59
* input: add multitouch support functionsnanahi2024-05-032-0/+102
* sd_lavc: reduce unnecessary error log on probing nonexistent codecsnanahi2024-05-031-2/+2
* sd_lavc: fix null dereference on errornanahi2024-05-031-11/+7
* wayland: log if cursor shape support is missingDudemanguy2024-05-021-0/+7
* DOCS: fix spelling of environment and corresponding/correspondsSebastian Ramacher2024-05-013-3/+3
* demux/packet: add support for ITU T.35 metadata in MatroskaKacper Michajłow2024-04-292-3/+56
* demux: support VVC Matroska demuxMartinEesmaa2024-04-292-0/+2
* mac: properly handle regular expressions without force unwrapder richter2024-04-282-5/+7
* mac: code cleanup and consistency changes, fix linting issuesder richter2024-04-2821-230/+198
* mac/helper: make wakeup callback declaration consistentder richter2024-04-283-5/+7
* mac/touchbar: use KVO block API instead of old obj-c instance methodder richter2024-04-281-10/+5
* TOOLS/lua/autoload: make ignore_patterns more genericKacper Michajłow2024-04-271-1/+1
* TOOLS/lua/autoload: allow multiple ignore_patternsoficsu2024-04-271-9/+63
* TOOLS/lua/autoload: add ignore_pattern optionoficsu2024-04-271-2/+12
* w32_common: fix show-in-taskbar toggling after explorer is restartednanahi2024-04-271-2/+8
* zsh-completion: complete --gpu-contextGuido Cella2024-04-271-1/+1
* ci: add fuzzers build testKacper Michajłow2024-04-271-0/+24
* fuzzers: add new fuzzer targetsKacper Michajłow2024-04-277-0/+319
* player/command: mark sub-text-ass as deprecatedKacper Michajłow2024-04-271-2/+1
* player/command: add sub-text/ass-full sub-propertyrcombs2024-04-275-2/+31
* player/command: move sub-text-ass to a sub-propertyrcombs2024-04-273-10/+28
* sd_ass: allow get_text to return more than 500 bytesrcombs2024-04-274-58/+56
* stats.lua: show osd-dimensions propertyKacper Michajłow2024-04-271-9/+14
* sub/lavc_conv: don't override style of converted teletext pagesKacper Michajłow2024-04-273-1/+11
* sub/lavc_conv: don't strip ASS style headerKacper Michajłow2024-04-271-15/+0
* DOCS/vf: update vf_gpu optionsShreesh Adiga2024-04-271-3/+13
* vf_gpu: vulkan and egl implementationsShreesh Adiga2024-04-278-108/+341
* af_scaletempo2: migrate to internals to tallocferreum2024-04-273-59/+38
* af_scaletempo2: remove redundant buffer zeroingferreum2024-04-271-9/+0
* ao_wasapi: fix player core lockup when avoiding premature buffer fillsnanahi2024-04-272-9/+20
* Revert "ao_wasapi: address premature buffer fills in exclusive mode"nanahi2024-04-272-13/+13
* m_config_core: fix forced option notification with m_config_cacheDudemanguy2024-04-261-23/+31
* mac/input: add support for dead key reportingder richter2024-04-241-1/+20
* mac: make display-names unique to allow specific selectionder richter2024-04-243-7/+31
* dec_sub: fix locking for sub_ass_get_extradataKacper Michajłow2024-04-241-2/+4
* test: make libmpv_test abort if an error is loggedsfan52024-04-241-7/+39
* vo_dmabuf_wayland: use wl_fixed_from_int when setting viewport sourceDudemanguy2024-04-211-3/+3
* vo_dmabuf_wayland: fix scaling for subsurface po