summaryrefslogtreecommitdiffstats
path: root/TOOLS
Commit message (Expand)AuthorAgeFilesLines
* demux_mkv: add BCP 47 language tags supportKacper Michajłow40 hours1-0/+3
* osxbundle: use arg list instead of a string for signing subprocess callder richter3 days1-6/+3
* TOOLS/lua/autoload: fix allow extending ext sets from script-optsChristoph Heinrich5 days1-6/+18
* TOOLS: add an interface-changes generator scriptDudemanguy2024-03-201-0/+83
* osxbundle: avoid running `codesign` with deprecated `--deep` argumentDavid Knaack2024-03-071-1/+7
* osxbundle: activate Game Mode with App bundleder richter2024-03-071-0/+2
* osxbundle: fix bundling when homebrew is not installedder richter2024-02-291-1/+8
* 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
* various: make mentions of macOS consistentder richter2024-02-211-1/+1
* 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
* f_auto_filters: change fallback deinterlace to bwdifDudemanguy2024-01-211-1/+1
* TOOLS/autocrop.lua: drop Libav mentionllyyr2024-01-201-1/+1
* scripting: don't observe properties with type nilGuido Cella2024-01-201-1/+1
* TOOLS/lua/autoload: skip loading when playback is abortedsunpenghao2024-01-201-0/+6
* osxbundle: sign bundle with ad-hoc pseudo identityder richter2023-11-151-0/+6
* osxbundle: remove mpv-bundle symlink to allow code signingDaniel Brookman2023-11-152-7/+3
* osxbundle: resolve relative linked dependency pathsder richter2023-11-151-12/+63
* TOOLS/macos-sdk-version: remove legacy sdk version retrievalder richter2023-11-101-25/+10
* meson: do the macos sdk version comparison in mesonDudemanguy2023-10-291-12/+5
* TOOLS/{file2string,matroska}: drop unneeded stdout outputDudemanguy2023-10-282-12/+3
* TOOLS/macos-sdk-version: use packaging instead of distutils for versionDudemanguy2023-10-271-2/+2
* TOOLS/autocrop.lua: disable hwdec when needed instead using -copy oneKacper Michajłow2023-10-181-4/+3
* TOOLS/autocrop.lua: add support for detect_min_ratioKacper Michajłow2023-10-071-1/+9
* TOOLS/autocrop.lua: simplify codeGuido Cella2023-10-071-30/+14
* TOOLS/autocrop.lua: update commentGuido Cella2023-10-061-64/+44
* TOOLS/lua/autoload: bump the msg-level of some loggingDudemanguy2023-10-031-6/+6
* TOOLS/autocrop.lua: switch to auto-copy hwdec during cropdetectGuido Cella2023-09-211-0/+20
* TOOLS/autocrop.lua: cleanup timers correctlyGuido Cella2023-09-211-1/+1
* TOOLS/autocrop.lua: use VO crop alwaysKacper Michajłow2023-09-201-47/+12
* options: make video-crop validation more strictKacper Michajłow2023-09-201-2/+2
* TOOLS/matroska.py: add PixelCrop* elementsKacper Michajłow2023-09-171-0/+4
* TOOLS/lua/autoload: rename local variable to lowercaseChristoph Heinrich2023-09-151-6/+6
* TOOLS/lua/autoload: pass extensions to recursive callChristoph Heinrich2023-09-151-1/+1
* TOOLS/lua/autoload: change EXTENSIONS_TARGET to a local variabledyphire2023-09-141-3/+4
* TOOLS/lua/autoload: fix specify loading only one type of filesdyphire2023-09-141-1/+1
* TOOLS/lua/autoload: add directory_mode optionChristoph Heinrich2023-09-131-2/+14
* TOOLS/lua/autoload: add recursive directory loadingChristoph Heinrich2023-09-131-36/+63
* TOOLS/lua/autoload: avoid adding entries to the playlist more then onceChristoph Heinrich2023-09-131-13/+15
* TOOLS/lua/autoload: support directoriesChristoph Heinrich2023-09-131-8/+22
* autocrop.lua: enable vo_crop mode by defaultKacper Michajłow2023-09-081-1/+1
* autocrop.lua: don't remove crop on startup/exitKacper Michajłow2023-09-081-1/+4
* autocrop.lua: detect if crop is enabled based on propKacper Michajłow2023-09-081-3/+5
* autocrop.lua: use new --video-cropKacper Michajłow2023-08-311-0/+14
* player/command: remove video-aspect propertyKacper Michajłow2023-08-311-1/+1
* TOOLS/lua/autoload: Enable run-time updates of optionsChristoph Heinrich2023-08-191-12/+23
* TOOLS/lua/autoload: may specify loading only one type of filessunpenghao2023-08-191-3/+18
* build: remove outdated generated directoryDudemanguy2023-07-311-0/+8
* waf: remove waf as a build systemLaserEyess2023-07-231-0/+0
* TOOLS: remove obsolete travisCI-related scriptssfan52023-07-192-168/+0
* TOOLS/idet: fix some outdated cli syntaxDudemanguy2023-07-061-1/+1
* TOOLS/lua/autoload: allow extending ext sets from script-optsllyyr2023-07-061-0/+16
* TOOLS/lua/autoload: avoid unnecessary playlist manipulation, performanceEva2023-07-031-20/+29
* TOOLS/docutils-wrapper: handle commands without depfileThomas Weißschuh2023-03-241-2/+4
* TOOLS/docutils-wrapper: properly propagate failuresThomas Weißschuh2023-03-241-1/+4
* TOOLS/docutils-wrapper: gracefully remove non-existing filesThomas Weißschuh2023-03-241-2/+8
* TOOLS/autocrop.lua: log a more accurate warningGuido Cella2023-02-271-18/+12
* ci: migrate MSYS2 build to GitHub ActionsKacper Michajłow2023-01-282-78/+0
* TOOLS/lua/autoload: improve alphanumeric sortingChristoph Heinrich2023-01-151-4/+4
* TOOLS/docutils-wrapper: make executable + alphabetizeDudemanguy2023-01-131-0/+0
* TOOLS/lua/autoload: optimize performance of natural sortingChristoph Heinrich2023-01-091-5/+10
* TOOLS/lua/autoload: further optimize the natural sortingdyphire2023-01-091-35/+19
* meson: dynamically compute dependencies for manpage and html buildThomas Weißschuh2023-01-081-0/+56
* TOOLS/umpv: support shell-quotes in $MPVsfan52023-01-071-1/+2
* TOOLS/umpv: prefer $XDG_RUNTIME_DIRSuperSamus2022-11-281-1/+1
* TOOLS/lua/autoload: fix incorrect duplicate file loading behaviordyphire2022-10-241-9/+14
* TOOLS/lua/autoload: add various extra file extensionsLeo Izen2022-09-231-4/+6
* TOOLS/lua/autoload: alphebatize auto-loaded file extensionsLeo Izen2022-09-231-3/+4
* TOOLS/lua/autoload: add `m2ts` extensionDeadNews2022-09-141-1/+1
* osxbundle: add RIST protocol support to app metadataThe-head-obamid2022-08-181-0/+1
* various: remove trailing whitespaceGuido Cella2022-05-142-2/+2
* various: fix typosCœur2022-04-251-1/+1
* TOOLS/matroska.py: support outputting to fileDudemanguy2021-11-141-2/+7
* TOOLS/file2string.py: support outputting to fileDudemanguy2021-11-141-1/+6
* TOOLS: add macos-swift-lib-directory.py scriptDudemanguy2021-11-141-0/+42
* TOOLS: add macos-sdk-version.py scriptDudemanguy2021-11-141-0/+68
* TOOLS/autocrop.lua: allow hiding OSD messagesGuido Cella2021-07-271-6/+12
* osxbundle: use python3Kiracus2021-07-172-3/+2
* TOOLS/autocrop.lua: improve enable/disable conditionGuido Cella2021-07-141-5/+6
* TOOLS/lua/autoload: load files even if current file is hiddenLaserEyess2021-06-241-1/+3
* TOOLS/lua/autoload: add ignore_hidden optionLaserEyess2021-06-241-2/+4
* osxbundle: fix slow and wasteful memory allocationder richter2021-05-161-0/+5
* build: move website rebuild into Linux/clang travis jobsfan52021-05-161-1/+1
* umpv: Use generator expression for filesjimman20032021-03-031-1/+1
* appveyor: Use MSYS2's spirv-cross package instead of building itBiswapriyo Nath2021-02-231-9/+1
* umpv: remove unused importsJim Manos2021-01-191-2/+0
* appveyor: use MSYS2 shaderc packageJames Ross-Gowan2020-12-191-11/+1
* matroska.py: remove python2 supportLaserEyess2020-11-271-6/+2
* file2string: remove question mark from safe charssfan52020-11-221-8/+3
* stream_lavf: enable SRT protocol support through FFmpegAlexandre Iooss2020-10-151-0/+1
* command: extend subprocess command stdin, change behaviorwm42020-08-161-0/+19
* TOOLS/file2string: change to python3wm42020-08-121-1/+1
* TOOLS/autocrop.lua: automatically crop at startupヒカリ2020-06-011-84/+292
* umpv: convert to python 3wm42020-04-031-2/+2
* umpv: change from legacy FIFO to socketwm42020-03-281-23/+14
* ci: remove libass enablementJan Ekström2020-03-221-1/+0
* client API: provide ways to finish property changes on file changeswm42020-03-071-0/+32
* command: extend osd-overlay command with bounds reportingwm42020-03-061-0/+35
* skip-logo.lua: remove lua 5.2 warning messagewm42020-02-291-1/+0
* *.py: cosmetic changesjnozsc2020-02-273-5/+5
* TOOLS/lua/autoload.lua: update script commentsThomas Carmichael2020-02-151-6/+6
* mac: activate logging when started from the bundleder richter2020-02-081-0/+1
* osxbundle: simplify process_libraries() to eliminate leafs()Down Thomas2019-12-151-22/+8
* osc: use custom symbols for window controlsPhilip Langdale2019-12-115-1/+94
* vo_gpu, options: don't return NaN through APIwm42019-10-251-0/+37
* skip-logo.lua: fix skipping in the first two frameswm42019-10-081-15/+36
* player: "subprocess" command should stop immediately in idle modewm42019-10-041-3/+13
* autoload.lua: Configurable autoload typesMarek Sebera2019-10-021-4/+42
* zsh completion: move generation to runtime and improvePhilip Sequeira2019-09-271-283/+0
* osxbundle: remove rpath definitions towards dev toolsder richter2019-09-221-1/+22
* build: fix swift linking with upcoming xcode 11der richter2019-09-221-0/+8
* video: add vf_fingerprint and a skip-logo scriptwm42019-09-191-0/+245
* TOOLS/travis-rebuild-website: update condition after docker transitionRicardo Constantino2019-07-301-1/+1
* osxbundle: bundle the dynamic swift std library when neededder richter2019-07-211-1/+20
* osxbundle: print the output of the dylib-unhell callder richter2019-07-211-2/+2
* appveyor: remove broken packages, install libplaceboJames Ross-Gowan2019-07-032-3/+1
* vo_gpu: d3d11: use the SPIRV-Cross C API directlyJames Ross-Gowan2019-06-122-5/+6
* appveyor: fix shaderc dependenciesJames Ross-Gowan2019-04-161-4/+3
* Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-0/+95
|\
| * player: make various commands for managing external tracks abortablewm42018-05-241-0/+12
| * client API: kill async commands on terminationwm42018-05-241-0/+16
| * lua: expose mpv_abort_async_command()wm42018-05-241-0/+9
| * command: add a subprocess commandwm42018-05-241-0/+5
| * TOOLS: add a stupid test program for Lua async commandswm42018-05-241-0/+53
* | TOOLS/autoload: Fixed broken "disabled" optionAndreas Wennerberg2018-06-231-0/+1
|/
* TOOLS/matroska.py: ignore some unused elementswm42018-04-291-1/+3
* TOOLS/autoload: be more robust with slow directory listingsRicardo Constantino2018-03-101-11/+24
* osxbundle: fix bundle creation with python3Akemi2018-03-081-6/+8
* options: slightly improve filter help output for lavfi bridgewm42018-02-031-4/+4
* travis: stop excluding ffmpeg-gitRicardo Constantino2017-12-221-1/+1
* appveyor: fix FFmpeg downloadJames Ross-Gowan2017-12-091-1/+1
* Remove support for ffmpeg-mpvRostislav Pehlivanov2017-12-052-3/+3
* TOOLS/autoload.lua: update extensionsCkat2017-12-031-1/+1
* appveyor: use git submodule update --initJames Ross-Gowan2017-11-131-2/+1
* appveyor: update ffmpeg and test d3d11/vulkanJames Ross-Gowan2017-11-082-14/+57
* travis: adjust ffmpeg URLwm42017-10-271-6/+2
* command: drop "audio-out-detected-device" propertywm42017-10-091-5/+0
* osx: fix bundle on macOS High Sierra (10.13)Akemi2017-10-034-14/+8
* TOOLS/lua/autodeint: update to lavfi-bridgeRicardo Constantino2017-08-211-27/+38
* video: add metadata handling for spherical videowm42017-08-211-0/+7
* TOOLS/autocrop.lua: fix cropdetect black limit for 10-bit videosRicardo Constantino2017-08-171-3/+4
* TOOLS/autoload.lua: implement natural sortingRicardo Constantino2017-08-161-9/+32
* travis: install missing x11 depsRicardo Constantino2017-08-071-1/+1
* acompressor.lua: Convert to use mp.options and lavfi filter bridgeJan Janssen2017-08-071-79/+108
* TOOLS/lua/status-line: improve and updateRostislav Pehlivanov2017-08-041-6/+27
* travis: drop libav-stable supportwm42017-08-031-4/+0
* osx: load the proper profiles and configs in the bundleAkemi2017-07-311-2/+11
* osx: fix bundle for paths that need escapingAkemi2017-07-311-1/+2
* travis: trigger website rebuild on VERSION changes tooRicardo Constantino2017-07-191-1/+1
* x11: load icon differentlywm42017-07-011-15/+0
* mpv_identify: replace deprecated fps propertyRicardo Constantino2017-06-251-1/+1
* TOOLS: change license of some scripts involved in build to LGPLwm42017-06-243-10/+43
* vf_dlopen: remove this filterwm42017-06-189-1417/+0
* TOOLS/lua/autoload.lua: ignores all files starting with "."Yue Zhu2017-05-201-0/+3
* TOOLS/lua/autoload.lua: actually sort files case insensitiveRicardo Constantino2017-05-041-1/+2
* osx: fix mpv-wrapper.sh when used with csh or tcsh shelldownthomas2017-05-021-2/+2
* osd-font: make volume muted glyph slightly thickerRicardo Constantino2017-04-222-24/+21
* Add script to generate otf from sfdir using fontforgeRicardo Constantino2017-04-201-0/+9
* sub/osd_font.otf: replace triangle volume by speaker glyphRicardo Constantino2017-04-202-11/+12
* Add fontforge sfdir for mpv-osd-symbols fontRicardo Constantino2017-04-2031-0/+918
* TOOLS: add lua script for runtime acompressor ffmpeg filter controlJan Janssen2017-03-251-0/+126
* af_drc: removeJan Janssen2017-03-251-99/+0
* TOOLS/zsh.pl: don't leak regex match variablesPhilip Sequeira2017-03-061-0/+3
* osx: improve bundle handlingAkemi2017-02-163-2/+4
* TOOLS/matroska.py: use python3wm42017-02-011-1/+1
* demux_mkv: passthrough BlockAdditions for libvpx alphawm42017-01-311-0/+6
* TOOLS/matroska.py: fix some minor things for dumpingwm42017-01-311-5/+4
* TOOLS/file2string.py: fix standalone invocationwm42017-01-051-1/+1
* build: use matroska.py & file2string.py as python modulesStefano Pigozzi2017-01-053-7/+11
*