summaryrefslogtreecommitdiffstats
path: root/wscript
Commit message (Expand)AuthorAgeFilesLines
* bash completion: add initial implementation of bash completionPhilip Langdale2020-01-091-0/+1
* build: fix minimum libarchive versionwm42020-01-071-1/+1
* stream_libarchive: enable rar5 supportwm42020-01-041-1/+1
* video: cuda: add explicit context creation for copy hwaccelsPhilip Langdale2019-12-291-2/+7
* vo_gpu: hwdec_vaegl: remove support for old-style interopPhilip Langdale2019-12-281-4/+4
* build: fix build with disabled swift and Media Playerder richter2019-12-231-0/+5
* build: downgrade EGL requirement from 1.5 to 1.4wm42019-12-161-4/+4
* mac: replace old event tap for media key support with MediaPlayerder richter2019-12-151-0/+5
* mac: remove Apple Remote supportder richter2019-12-151-5/+0
* build: fix zimg message in configure outputwm42019-12-061-1/+1
* x11: require EGL 1.5 and use eglGetPlatformDisplay()wm42019-11-161-2/+10
* wscript: add --enable-ta-leak-report optionwm42019-11-081-0/+7
* wscript: remove outdated --enable-libafwm42019-11-081-6/+0
* test: make tests part of the mpv binarywm42019-11-081-5/+5
* stream: turn into a ring buffer, make size configurablewm42019-11-061-1/+1
* build: fix strict ABI optionwm42019-11-041-0/+1
* build: make vo_sdl conflict with cocoawm42019-10-251-0/+1
* input: add gamepad support through SDL2Stefano Pigozzi2019-10-231-4/+19
* build: add --enable-ffmpeg-strict-abi optionwm42019-10-211-0/+4
* build: lower required FFmpeg versionwm42019-10-201-1/+1
* vo_wlshm: use memfd_create() instead of shm_open()Emmanuel Gil Peyrot2019-10-171-0/+6
* vo_gpu/d3d11: add support for configuring swap chain formatJan Ekström2019-10-131-1/+1
* cocoa-cb: remove get_property_* usages and split up mpv helperder richter2019-10-061-1/+1
* build: lower version requirement for EGLMarvin Schmidt2019-09-291-1/+1
* build: silence OpenGL deprecation warnings on macOS for C/objCRodger Combs2019-09-281-1/+2
* wscript: check tvOS define's value to be nonzeroJan Ekström2019-09-271-1/+4
* zsh completion: move generation to runtime and improvePhilip Sequeira2019-09-271-6/+0
* vo_gpu: hwdec_drmprime_drm: add hwdec ctxJonas Karlman2019-09-271-1/+1
* wscript: detect tvOS and disable posix-spawn usageAman Gupta2019-09-261-1/+5
* wscript: Fix test for ffmpeg drmprime supportPhilip Langdale2019-09-221-2/+9
* test: fix cmocka assert_float_equal shadowing warningswm42019-09-211-1/+1
* waf: fix wayland-scanner deprecation warningdudemanguy2019-09-211-2/+2
* rpi: Update for modern systemsCameron Cawley2019-09-201-17/+6
* vf_fingerprint: use aligned_alloc instead of posix_memalignwm42019-09-191-0/+6
* video: add vf_fingerprint and a skip-logo scriptwm42019-09-191-0/+4
* build: better POSIX checkwm42019-09-191-3/+1
* vf_vapourynth: remove Lua backendwm42019-09-191-11/+1
* vo_gpu: remove mali-fbdevwm42019-09-191-11/+2
* vo_gpu: hwdec_vaapi: Refactor Vulkan and OpenGL interops for VAAPIPhilip Langdale2019-09-151-6/+1
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-131-43/+6
* Remove libdvdread support in favor of libdvdnavwm42019-09-131-11/+0
* cocoa-cb: migrate to swift 5 with swift 4 fallbackder richter2019-07-211-2/+3
* cocoa-cb: conditional compilation for Dark Mode and Material featuresder richter2019-07-211-1/+11
* build: add Swift dynamic linking supportder richter2019-07-211-0/+5
* vo_gpu: hwdec_vaapi: Add Vulkan interopPhilip Langdale2019-07-081-0/+5
* vo/gpu: hwdec_vdpau: Support direct mode for 4:4:4 contentPhilip Langdale2019-07-081-1/+1
* build: Add support for static spirv-crossMartin Herkt2019-06-141-1/+14
* vo_gpu: d3d11: use the SPIRV-Cross C API directlyJames Ross-Gowan2019-06-121-4/+4
* vo_gpu: hwdec_cuda: Implement interop for placeboPhilip Langdale2019-04-211-1/+1
* vo_gpu: vulkan: use libplacebo insteadNiklas Haas2019-04-211-4/+7
* spirv: remove --spirv-compiler=nvidiaNiklas Haas2018-12-011-1/+2
* build: add a version requirement for vulkan pkg-config checkJan Ekström2018-11-041-1/+2
* build: use an argument list for the Swift build argsAkemi2018-10-281-1/+2
* vo_gpu: vulkan: hwdec_cuda: Add support for Vulkan interopPhilip Langdale2018-10-221-2/+2
* add swift as main dependency so all dependencies can be disabled easilyAkemi2018-09-301-2/+7
* build: check for Swift version and disable dependencies if neededAkemi2018-09-301-1/+1
* Revert "ao_openal: enable building on OSX"Michael Hoang2018-08-261-1/+1
* wscript: split egl-android from androidTom Yan2018-08-201-6/+8
* build: if libdir is not set, set it to EXEC_PREFIX/libJan Ekström2018-07-191-0/+13
* build: utilize built-in gnu_dirs module for installation directoriesAkemi2018-07-121-13/+20
* wscript: Remove code check for cuda hwaccelPhilip Langdale2018-05-101-2/+1
* build: make encoding mode non-optionalwm42018-05-031-4/+0
* vo_gpu: hwdec: Use ffnvcodec to load CUDA symbolsPhilip Langdale2018-04-151-1/+5
* f_lavfi: use new libavfilter iteration APIwm42018-04-031-1/+1
* video: remove libavutil PSEUDOPAL stuffwm42018-04-031-1/+1
* lavc_conv: do not allow libavcodec to drop subtitles with broken UTF-8wm42018-03-261-1/+1
* mp_image: replace rude function with less rude FFmpeg upstream functionwm42018-03-031-1/+1
* Fix recent FFmpeg deprecationswm42018-02-131-3/+3
* build: drop support for SDL1wm42018-02-131-6/+0
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-1/+14
* hwdec: detach d3d and d3d9 hwaccel from anglemyfreeer2018-01-251-5/+4
* video: change some remaining vo_opengl mentions to vo_gpuAkemi2018-01-201-1/+1
* build: rpi: add missing linker flags to fix buildIlya Tumaykin2018-01-101-1/+1
* build: generate version.h before anything elseStefano Pigozzi2018-01-011-0/+5
* wscript: remove redundant libraries check for shaderc-staticshinchiro2017-12-241-2/+1
* wscript: support static linking of shadercMartin Herkt2017-12-241-1/+16
* build: use a list instead of a string for rpi cflagsScott Zeid2017-12-211-4/+4
* Restore Libav supportwm42017-12-211-1/+1
* vo_mediacodec_embed: implement hwcontextAman Gupta2017-12-201-1/+1
* vd_lavc: use libavcodec metadata for hardware decoder wrapperswm42017-12-151-1/+1
* Remove support for ffmpeg-mpvRostislav Pehlivanov2017-12-051-13/+4
* build: remove nanosleep() checkwm42017-12-021-4/+0
* build: remove termios checkwm42017-12-021-4/+0
* build: remove POSIX/sysv shared memory testwm42017-12-021-5/+0
* build: bump required ffmpeg versionwm42017-11-301-1/+1
* build: accept ffmpeg git by defaultwm42017-11-291-1/+0
* ao_alsa: change license to LGPLwm42017-11-231-1/+0
* demux_mkv: remove unnecessary parsing for vp9wm42017-11-171-1/+1
* build: enable libarchive by defaultwm42017-11-121-1/+0
* vo_gpu: d3d11: enhance cache invalidationJames Ross-Gowan2017-11-071-1/+1
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-071-4/+13
* wscript: use pkg-config for vulkan checkMartin Herkt2017-11-031-1/+1
* build: fix cuda testwm42017-11-021-1/+1
* build: garbage => upstreamwm42017-11-011-2/+2
* build: make it easier to force FFmpeg upstreamwm42017-11-011-6/+7
* Bump libav* API usewm42017-10-301-90/+31
* build: require our own ffmpeg repowm42017-10-271-3/+11
* vd_lavc: use avcodec_fill_hw_frames_parameters() APIwm42017-10-271-0/+6
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersLionel CHAZALLON2017-10-231-0/+5
* build: make LGPL mode final (via --enable-gpl)wm42017-10-101-4/+4
* vo_gpu: android: fix gpu contextAman Gupta2017-10-091-0/+1
* vo_gpu: add android opengl backendAman Gupta2017-10-091-2/+5
* build: switch preliminary LGPL mode from v3 to v2.1wm42017-10-051-3/+3
* wayland_common: rewrite from scratchRostislav Pehlivanov2017-10-031-0/+9
* vaapi: change license to LGPLwm42017-09-291-2/+2
* video: remove old videotoolbox supportwm42017-09-261-15/+1
* wscript: remove redundant checkwm42017-09-261-6/+0
* video: drop old D3D11/DXVA2 supportwm42017-09-261-11/+1
* vo_gpu: vulkan: generalize SPIR-V compilerNiklas Haas2017-09-261-0/+4
* vo_gpu: vulkan: initial implementationNiklas Haas2017-09-261-0/+4
* android: posix_spawn(p) replacementsfan52017-09-221-2/+12
* build: make vo_gpu + infrastructure non-optionalwm42017-09-221-8/+3
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-4/+9
* build: add preliminary LGPL modewm42017-09-211-10/+31
* audio: make libaf derived code optionalwm42017-09-211-0/+4
* build: use unified dependency expressions instead of weird fieldswm42017-09-181-92/+81
* build: remove duplicate android option after 72a8120daIlya Tumaykin2017-09-171-4/+0
* video: add metadata handling for spherical videowm42017-08-211-0/+6
* Revert "x11: drop xscrnsaver use"Martin Herkt2017-08-201-0/+1
* Revert "build: rpi: rely on pkgconfig for compiler flags"wm42017-08-151-1/+21
* x11: drop xscrnsaver usewm42017-08-081-1/+0
* build: fix dependencies for Cygwin environmentfeixm12017-08-081-1/+1
* wscript: fix build of videotoolbox hwaccel for iOSAman Gupta2017-08-051-2/+2
* build: re-add and re-structurize the glob() checksJan Ekström2017-08-051-0/+10
* build: move Android environment check to main dependenciesJan Ekström2017-08-051-4/+4
* vd_lavc: decode embedded ICC profilesNiklas Haas2017-08-031-0/+6
* d3d: make DXVA2 support optionalwm42017-06-301-5/+23
* build: allow --disable-zlibwm42017-06-291-1/+1
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-291-1/+10
* build: change how some OS specific source files are selectedwm42017-06-291-10/+23
* build: replace glob() check and assume it's always in POSIXwm42017-06-291-6/+2
* build: remove unnecessary dlopen checkwm42017-06-291-5/+0
* build: pick up new libavcodec D3D hwaccel APIwm42017-06-271-4/+8
* build: disable ancient V4L TV support by defaultwm42017-06-251-1/+4
* build: remove Linux DVB test fragmentwm42017-06-221-1/+1
* Revert "osdep: NetBSD pthread_setname_np()"wm42017-06-221-8/+1
* build: simplify OSS checks and remove changes by "bugmen0t"wm42017-06-221-36/+3
* vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadataNiklas Haas2017-06-181-0/+6
* vf_dlopen: remove this filterwm42017-06-181-6/+0
* js: wscript: use pkgconfig for mujs (recently added .pc and 1.0.0 tag)Avi Halachmi (:avih)2017-06-161-1/+1
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-141-0/+4
* d3d: add support for new libavcodec hwaccel APIwm42017-06-081-0/+8
* build: enable cplugins by defaultwm42017-06-071-1/+1
* videotoolbox: support new libavcodec APIwm42017-05-241-3/+19
* vo_opengl: drop TLS usagewm42017-05-111-8/+0
* dvb: disable by defaultwm42017-05-111-0/+1
* stream_smb: disable by default, mark as GPLv3wm42017-05-111-1/+2
* wscript: make OpenGL VO failure message less misleadingwm42017-05-041-1/+1
* build: remove checks for libGLwm42017-04-261-6/+2
* video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2wm42017-04-231-27/+3
* build: make various x11 protocol extension libs mandatorywm42017-04-211-21/+5
* wscript: don't make dvdread-common an optionRicardo Constantino2017-04-071-2/+2
* vo_opengl: add our own copy of OpenGL headerswm42017-04-071-18/+2
* wscript: avoid compose_checks in one casewm42017-04-061-4/+2
* build: replace android-gl check with a standard GLES3 checkwm42017-04-061-4/+4
* wscript: fix broken build with dvdread+dvdnav in 34e6a26Ricardo Constantino2017-03-311-0/+5
* wscript: decouple dvdnav check from dvdreadRicardo Constantino2017-03-311-2/+2
* osx: initial Touch Bar supportAkemi2017-03-261-1/+10
* vdpau: support new vdpau libavcodec decode APIwm42017-03-231-1/+18
* build: disable optical media libs by default (DVD/BD/CD)wm42017-03-151-0/+4
* wscript: substitute cplugins linker flag for macOS compatiblityAlexis Nootens2017-03-061-2/+2
* wscript: drop pointless libavcodec vaapi.h/dxva2.h/d3d11va.h checkswm42017-02-201-5/+3
* wscript: fix --egl-angle-lib for waf 1.9James Ross-Gowan2017-02-191-2/+4
* atomic: remove __atomic builtin usagewm42017-02-131-10/+2
* vo_opengl: angle: rewrite with custom swap chainJames Ross-Gowan2017-02-071-1/+2
* build: fix --disable-gl if cuda is enabledwm42017-01-301-0/+1
* wscript: add LIBRARY_PATH for library detectionkwkam2017-01-281-0/+2
* build: rpi: rely on pkgconfig for compiler flagsIlya Tumaykin2017-01-281-19/+1
* build: explicitly check for FFmpeg vs. Libav, and their exact versionswm42017-01-271-39/+52
*