summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
Commit message (Expand)AuthorAgeFilesLines
* input: add gamepad support through SDL2Stefano Pigozzi2019-10-231-2/+3
* wayland: add presentation timedudemanguy2019-10-201-0/+7
* video: add zimg wrapperwm42019-10-201-0/+1
* vo_wlshm: use memfd_create() instead of shm_open()Emmanuel Gil Peyrot2019-10-171-1/+1
* Reintroduce vo_wayland as vo_wlshmMichael Forney2019-10-171-0/+1
* vo_gpu: hwdec_d3d11eglrgb: remove thiswm42019-10-161-1/+0
* cocoa-cb: remove get_property_* usages and split up mpv helperder richter2019-10-061-3/+5
* demux: restore some of the DVD/BD/CDDA interaction layerswm42019-10-031-0/+1
* demux: sort filenames naturally when playing a directory / archivePhilip Sequeira2019-09-291-0/+1
* zsh completion: move generation to runtime and improvePhilip Sequeira2019-09-271-5/+2
* vo_gpu: vulkan: add Android contextsfan52019-09-271-0/+1
* context_android: move common code to a separate filesfan52019-09-271-0/+1
* build: optimise adding additional objects for linkingder richter2019-09-221-4/+4
* build: don't add swift object when swift disabledder richter2019-09-211-2/+6
* rpi: Update for modern systemsCameron Cawley2019-09-201-2/+2
* video: add vf_fingerprint and a skip-logo scriptwm42019-09-191-0/+1
* vf_vapourynth: remove Lua backendwm42019-09-191-1/+1
* audio: remove unreferenced af_lavrresamplewm42019-09-191-1/+0
* vo_gpu: remove vdpau/GLX backendwm42019-09-191-1/+0
* vo_gpu: remove mali-fbdevwm42019-09-191-1/+0
* stream: add a generic concat implementationwm42019-09-191-0/+1
* demux: add a on-disk cachewm42019-09-191-0/+1
* vo_gpu: hwdec_vaapi: Refactor Vulkan and OpenGL interops for VAAPIPhilip Langdale2019-09-151-0/+2
* demux, stream: remove old rar support in favor of libarchivewm42019-09-131-3/+0
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-131-10/+0
* Remove optical disc fancification layerswm42019-09-131-1/+0
* stream_dvdnav: merge stream_dvd_commonwm42019-09-131-1/+0
* Remove libdvdread support in favor of libdvdnavwm42019-09-131-2/+1
* vo_gpu: x11egl: support Mesa OML sync extensionwm42019-09-081-1/+1
* vo_gpu: glx: move OML sync code to an independent filewm42019-09-081-0/+1
* cocoa-cb: conditional compilation for Dark Mode and Material featuresder richter2019-07-211-0/+1
* vo_gpu: hwdec_vaapi: Add Vulkan interopPhilip Langdale2019-07-081-1/+1
* vo_gpu: hwdec_vaegl: Rename and move to hwdec_vaapiPhilip Langdale2019-07-081-1/+1
* vo_gpu: implement error diffusion for ditheringBin Jin2019-06-161-0/+1
* vo/gpu: hwdec_cuda: Refactor gpu api specific code into separate filesPhilip Langdale2019-05-031-1/+3
* vo_gpu: vulkan: Add back context_win for libplaceboPhilip Langdale2019-04-211-1/+1
* vo_gpu: vulkan: use libplacebo insteadNiklas Haas2019-04-211-4/+3
* cocoa-cb: move all title bar related functionality in its own fileder richter2019-04-021-0/+1
* Merge branch 'master' into pr6360Jan Ekström2019-03-111-4/+3
|\
| * cocoa-cb: add support for VOCTRL_GET_DISPLAY_NAMESAkemi2019-02-101-0/+1
| * wscript_build: de-duplicate build file listAman Gupta2019-01-251-4/+2
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-2/+1
|\ \ | |/ |/|
| * demux, stream: rip out the classic stream cachewm42018-08-311-2/+0
| * misc: add a synchronization helperwm42018-05-241-0/+1
* | spirv: remove --spirv-compiler=nvidiaNiklas Haas2018-12-011-1/+0
* | wayland: remove KDE server-decoration supportemersion2018-11-191-9/+0
* | wayland: use xdg-decoration if availableemersion2018-11-191-0/+7
* | build: don't hardcode swift module nameAkemi2018-10-281-1/+2
* | build: use an argument list for the Swift build argsAkemi2018-10-281-9/+17
* | wscript: split egl-android from androidTom Yan2018-08-201-1/+1
* | wscript_build: apply project-wide CFLAGS/LDFLAGS to mpv.comStephen Hutchinson2018-07-191-2/+2
* | build: utilize built-in gnu_dirs module for installation directoriesAkemi2018-07-121-2/+2
* | wscript_build: fixup swift include parameter to point to source rootJan Ekström2018-07-081-2/+2
* | build: add static libraries to libmpv.pcMartin Herkt2018-06-201-4/+8
* | build: manually add standard library search paths for linkingAkemi2018-06-121-7/+0
|/
* input: merge cmd_list.c with cmd.cwm42018-05-031-1/+0
* input: rename cmd_parse.c to cmd.cwm42018-05-031-1/+1
* build: make encoding mode non-optionalwm42018-05-031-5/+4
* wayland_common: update to stable xdg-shellEmmanuel Gil Peyrot2018-04-291-5/+5
* vo: move DR helper code to a separate source filewm42018-04-291-0/+1
* vo_gpu: hwdec: Use ffnvcodec to load CUDA symbolsPhilip Langdale2018-04-151-1/+0
* build: fixup vendored wayland protocols with variantsJan Ekström2018-04-151-6/+8
* build: fix swift build with waf 1.8.4Akemi2018-03-111-2/+2
* wscript: also install render API related headersNiklas Haas2018-03-041-1/+2
* build: restore alphabetical sort order of file listswm42018-02-281-71/+71
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-281-1/+3
* build: fix dependency check on macOSAkemi2018-02-161-0/+7
* build: fix linking libmpv when swift features are builtAkemi2018-02-131-0/+1
* build: drop support for SDL1wm42018-02-131-1/+0
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-0/+37
* audio: move to decoder wrapperwm42018-01-301-1/+0
* video: make decoder wrapper a filterwm42018-01-301-1/+2
* player: replace old lavfi wrapper with new filter codewm42018-01-301-1/+0
* audio: rewrite filtering glue codewm42018-01-301-9/+5
* video: rewrite filtering glue codewm42018-01-301-3/+11
* hwdec: detach d3d and d3d9 hwaccel from anglemyfreeer2018-01-251-3/+3
* vo_gpu: hwdec_dxva2dxgi: initial implementationJames Ross-Gowan2018-01-061-0/+1
* build: use unicode codepage in windresRicardo Constantino2018-01-011-1/+2
* vo_gpu: win: remove exclusive-fullscreen detection hackJames Ross-Gowan2017-12-201-1/+0
* vf_buffer: remove this filterwm42017-12-121-1/+0
* osdep: add poll shim for macOSDrew DeVault2017-12-091-0/+1
* vd_lavc: drop mediacodec direct rendering support temporarilywm42017-12-011-1/+0
* video: move d3d.c out of decode sub directorywm42017-12-011-1/+1
* vd_lavc: delete hw_d3d11va.c/hw_dxva2.c and merge leftoverswm42017-12-011-2/+0
* vo_gpu: remove hwdec_vaglx interopwm42017-11-301-1/+0
* build: fix LGPL build with ALSA enabledwm42017-11-291-3/+3
* af: remove deprecated audio filterswm42017-11-291-4/+0
* vf_sub, vf_format: change license to LGPLwm42017-11-291-2/+2
* vf: remove most GPL video filterswm42017-11-291-13/+1
* vf: add vf_convert as interim replacement for vf_scalewm42017-11-291-0/+1
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-071-1/+4
* videotoolbox: use generic code for dummy hwdevice initwm42017-10-311-1/+0
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersLionel CHAZALLON2017-10-231-0/+3
* stats: add documentationJulian2017-10-091-1/+1
* lua: integrate stats.lua scriptJulian2017-10-091-1/+1
* vo_gpu: add android opengl backendAman Gupta2017-10-091-0/+1
* vo: add mediacodec_embed output driverAman Gupta2017-10-091-0/+1
* hwdec: rename mediacodec to mediacodec-copyAman Gupta2017-10-091-0/+1
* wayland_common: rewrite from scratchRostislav Pehlivanov2017-10-031-0/+23
* vo_wayland: removeRostislav Pehlivanov2017-10-031-3/+0
* vaapi: change license to LGPLwm42017-09-291-1/+1
* vo_gpu: vulkan: add support for WindowsJames Ross-Gowan2017-09-281-0/+1
* video: remove old videotoolbox supportwm42017-09-261-1/+0
* video: drop old D3D11/DXVA2 supportwm42017-09-261-1/+0
* video: drop old cuda/cuvid hwaccelwm42017-09-261-1/+0
* vo_gpu: vulkan: add support for waylandRostislav Pehlivanov2017-09-261-0/+1
* vo_gpu: vulkan: generalize SPIR-V compilerNiklas Haas2017-09-261-0/+3
* vo_gpu: vulkan: initial implementationNiklas Haas2017-09-261-0/+6
* android: posix_spawn(p) replacementsfan52017-09-221-0/+1
* build: make vo_gpu + infrastructure non-optionalwm42017-09-221-11/+11
* vo_gpu: convert windows/osx hwdecs/contexts to new APIJames Ross-Gowan2017-09-211-9/+9
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-23/+24
* build: add preliminary LGPL modewm42017-09-211-15/+15
* audio: make libaf derived code optionalwm42017-09-211-13/+13
* audio: move libswresample wrapper out of audio filter codewm42017-09-211-0/+1
* vf_eq: remove this filterwm42017-08-221-1/+0
* build: pick a main-fn source file only if cplayer is builtwm42017-08-221-5/+6
* osx: move menu bar creation into its own fileAkemi2017-08-181-0/+1
* audio: introduce a new type to hold audio frameswm42017-08-161-0/+1
* vo_opengl: extract non-ANGLE specific D3D11 codeJames Ross-Gowan2017-08-171-0/+1
* build: use main-fn-cocoa.c on OSXwm42017-08-081-1/+1
* build: fix dependencies for Cygwin environmentfeixm12017-08-081-2/+2
* vo_opengl: split utils.c/hwm42017-08-051-0/+2
* vo_opengl: start work on rendering API abstractionwm42017-07-261-0/+2
* x11: add 128x128 sized icon supportXu Zhao2017-07-021-0/+6
* x11: load icon differentlywm42017-07-011-2/+15
* d3d: make DXVA2 support optionalwm42017-06-301-7/+7
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-291-1/+2
* build: change how some OS specific source files are selectedwm42017-06-291-25/+37
* build: replace glob() check and assume it's always in POSIXwm42017-06-291-1/+1
* vf_dlopen: remove this filterwm42017-06-181-12/+0
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-141-0/+7
* wscript_build: install shared libmpv to BINDIR for Win32Ricardo Constantino2017-04-241-0/+4
* video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2wm42017-04-231-2/+0
* player: make screenshot commands honor the async flagwm42017-04-011-0/+1
* wscript: fix broken build with dvdread+dvdnav in 34e6a26Ricardo Constantino2017-03-311-4/+2
* wscript: decouple dvdnav check from dvdreadRicardo Constantino2017-03-311-0/+2
* osx: initial Touch Bar supportAkemi2017-03-261-0/+1
* sub: add SDH subtitle filterDan Oscarsson2017-03-251-0/+1
* w32_common: move the IDropTarget impl to a separate fileJames Ross-Gowan2017-03-261-0/+1
* af_drc: removeJan Janssen2017-03-251-1/+0
* vdpau: support new vdpau libavcodec decode APIwm42017-03-231-1/+1
* vo_opengl: add experimental vdpauglx backendwm42017-03-181-0/+1
* vd_lavc, vaapi: move hw device creation to generic codewm42017-02-201-1/+0
* vo_opengl: remove dxva2 dummy hwdec backendwm42017-02-201-1/+0
* vo_opengl: implement videotoolbox hwdec on iOSAman Gupta2017-02-171-0/+1
* videotoolbox: factor some duplicated codewm42017-02-171-0/+1
* player: add experimental stream recording featurewm42017-02-071-0/+1
* build: prefix hwaccel decoder wrapper filenames with hw_wm42017-01-171-8/+8
* player: add experimental C plugin interfacewm42017-01-121-1/+7
* vaapi: support new libavcodec vaapi APIwm42017-01-111-1/+2
* vaapi: rename vaapi.c to vaapi_old.cwm42017-01-111-1/+1
* build: always run code generators before compilingStefano Pigozzi2017-01-071-17/+2
* build: use matroska.py & file2string.py as python modulesStefano Pigozzi2017-01-051-17/+42
* manpage: add table of contents to the HTML versionZhiming Wang2016-12-141-1/+1
* wscript_build: rst2pdf: increase section break levelshinchiro2016-12-111-1/+1
* vo_opengl: hwdec_cuda: Use dynamic loading for cuda functionsPhilip Langdale2016-11-231-0/+1
* wscript: fix typowm42016-11-221-1/+1
* vf_vdpaurb: remove this filterwm42016-11-221-1/+0
* audio/out: add AudioUnit output driver for iOSAman Gupta2016-11-011-0/+3
* vo_tct: optional custom size, support non-posix with 80x25 defaultAvi Halachmi (:avih)2016-10-251-1/+1
* vo_tct: introduce modern caca alternativerr-2016-10-201-0/+1
* hwdec_cuda: Rename config variable to be more consistentPhilip Langdale2016-09-161-2/+2
* player: move builtin profiles to a separate filewm42016-09-151-0/+4
* vo_opengl: mali fbdev supportwm42016-09-131-0/+1
* vo_opengl: add hw overlay support and use it for RPIwm42016-09-121-1/+2
* build: recompile zsh completion if zsh.pl changesPhilip Sequeira2016-09-101-1/+1
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodePhilip Langdale2016-09-081-0/+2
* misc: add some annoying mpv_node helperswm42016-08-281-0/+1
*