summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* audio/filter: remove delay audio filterPaul B Mahol2016-08-121-1/+0
* client API: add stream_cb API for user-defined stream implementationsAman Gupta2016-08-071-1/+2
* wscript: add proper non-version'd SONAME for AndroidJan Ekström2016-07-301-1/+7
* build: add --htmldir optionChris Mayo2016-07-301-1/+1
* audio: refactor mixer code and delete mixer.cwm42016-07-171-1/+0
* d3d: merge angle_common.h into d3d.hwm42016-06-281-2/+1
* vo_opengl: remove prescaling framework with superxbr prescalerBin Jin2016-06-181-1/+0
* vo_opengl: remove nnedi3 prescalerBin Jin2016-06-181-5/+0
* vo_opengl: fix d3d11 hardware decoding probing on Windows 7wm42016-06-091-0/+1
* build: don't install tests, only build themIlya Tumaykin2016-05-291-5/+6
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-0/+1
* vf_d3d11vpp: add a D3D11 video processor filterwm42016-05-281-0/+1
* vf_vavpp: move frame handling to separate filewm42016-05-251-0/+1
* video: merge dxva2 source fileswm42016-05-171-1/+0
* vo_opengl: support external user hooksNiklas Haas2016-05-151-0/+1
* vo_opengl: reorganize texture format handlingwm42016-05-121-0/+1
* build: merge d3d11va and dxva2 hwaccel checkswm42016-05-111-3/+3
* vo_opengl: angle: dynamically load ANGLEwm42016-05-111-0/+1
* video: refactor how VO exports hwdec device handleswm42016-05-091-0/+1
* d3d11va: store texture/subindex in IMGFMT_D3D11VA plane pointerswm42016-04-271-1/+0
* vo_opengl: D3D11VA + ANGLE interopwm42016-04-271-0/+1
* vd_lavc: simplify RPI and Mediacodec wrapperswm42016-04-251-2/+0
* vd_lavc: add d3d11va hwdecKevin Mitchell2016-03-301-0/+3
* Add a mediacodec decoder hwdec wrapperJan Ekström2016-03-251-0/+1
* ipc: add Windows implementation with named pipesJames Ross-Gowan2016-03-231-1/+3
* build: be less strict about line endingswm42016-03-111-2/+2
* vo_opengl: add dxva2 interop to angle backendKevin Mitchell2016-03-101-0/+1
* build: install symbolic SVG iconJashandeep Sohi2016-03-101-0/+4
* demux: add null demuxerwm42016-03-041-0/+1
* ao: initial OpenSL ES supportIlya Zhuravlev2016-02-271-0/+1
* wscript: don’t install the encoding profiles with encoding disabledEmmanuel Gil Peyrot2016-02-221-1/+2
* wscript: remove dxva2-dxinterop configure testKevin Mitchell2016-02-171-1/+1
* vo_opengl: dxinterop: add dxva2 passthroughKevin Mitchell2016-02-171-0/+1
* Rewrite ordered chapters and timeline stuffwm42016-02-151-0/+1
* dxva2: use mp_image pool for d3d surfacesKevin Mitchell2016-02-141-0/+1
* wscript_build: disable SONAME generation when building for AndroidJan Ekström2016-02-101-11/+18
* Initial Android supportJan Ekström2016-02-101-0/+1
* player: add complex filter graph supportwm42016-02-051-0/+1
* build: make libavfilter mandatorywm42016-02-051-8/+8
* build: fix mpv.conf installationwm42016-01-111-1/+1
* ao_wasapi: move out some utility functionswm42016-01-111-0/+1
* ao_dsound: remove this audio outputwm42016-01-061-1/+0
* build: add option of html manualChris Mayo2016-01-051-0/+13
* win32: input: use Vista CancelIoExJames Ross-Gowan2015-12-201-1/+1
* vo_opengl: prefix per-backend source files with context_wm42015-12-191-9/+9
* vo_opengl: split backend code from common.c to context.cwm42015-12-191-0/+1
* vo_opengl: x11egl: retrieve framebuffer depthwm42015-12-191-0/+1
* sub: rename sd_lavc_conv.c to lavc_conv.cwm42015-12-181-1/+1
* sub: remove sd_srt.cwm42015-12-151-1/+0
* sub: remove sd_microdvd.cwm42015-12-151-1/+0
* sub: remove sd_lavf_srt.cwm42015-12-151-1/+0
*