summaryrefslogtreecommitdiffstats
path: root/wscript
Commit message (Expand)AuthorAgeFilesLines
* 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
* wscript: merge libavfilter check into the main ffmpeg checkwm42017-01-271-7/+2
* atomic: drop __sync builtinswm42017-01-271-9/+1
* build: new vaapi hwaccel API does not use av_image_copy_uc_from()wm42017-01-241-1/+1
* build: replace some FFmpeg API checks with version checkswm42017-01-241-24/+0
* vaapi: detect new API on FFmpeg too, and disable it by defaultwm42017-01-181-2/+11
* vaapi: we don't need SSE intrinsics with the new APIwm42017-01-171-1/+1
* player: add experimental C plugin interfacewm42017-01-121-0/+13
* wscript: slightly simplify configure check for new vaapi decode APIwm42017-01-121-10/+3
* vaapi: support new libavcodec vaapi APIwm42017-01-111-0/+21
* build: use matroska.py & file2string.py as python modulesStefano Pigozzi2017-01-051-1/+0
* Revert "Port several python scripts to Perl"wm42016-12-171-1/+3
* options: change --h=... behaviorwm42016-12-161-4/+0
* charset_conv: drop enca and libguess supportwm42016-12-091-10/+0
* Remove compatibility thingswm42016-12-071-68/+1
* build: bump required minimum versions to FFmpeg 3.2.2 and Libav 12wm42016-12-071-9/+24
* demux, stream: add option to prevent opening referenced fileswm42016-12-041-0/+6
* wscript: add ANGLE_EXPORT definitionshinchiro2016-12-041-1/+1
* wscript: Fix cuda test to actually work when cuda SDK is not presentPhilip Langdale2016-11-231-3/+2
* Support linking ANGLEMartin Herkt2016-11-231-0/+9
* vo_opengl: hwdec_cuda: Use dynamic loading for cuda functionsPhilip Langdale2016-11-231-3/+3
* build: fix compilation with mingw-w64/ClangJames Ross-Gowan2016-11-171-1/+1
* wscript: move install dirs setting to after C compiler checkRicardo Constantino2016-11-161-6/+6
* options: fnmatch: check existence instead of posixAvi Halachmi (:avih)2016-11-081-0/+4
* audio/out: add AudioUnit output driver for iOSAman Gupta2016-11-011-0/+7
* wscript: rebuild on library header changesRodger Combs2016-10-211-0/+4
* build: add required failure message for libavfilter checkwm42016-10-201-0/+1
* build: don't rely on "__thread" being always available with GCCDmitrij D. Czarkoff2016-10-201-0/+4
* wscript: videotoolbox is available on iOS even though IOSurface is notAman Gupta2016-10-201-2/+3
* opengl: compile against iOS OpenGLES implementationAman Gupta2016-10-201-1/+5
* win32: build with -DINITGUIDJames Ross-Gowan2016-09-281-1/+1
* ao_openal: enable building on OSXJosh de Kock2016-09-211-1/+1
* hwdec_cuda: Rename config variable to be more consistentPhilip Langdale2016-09-161-2/+2
* vo_opengl: drm: use new EGL context creation codewm42016-09-141-1/+1
* vo_opengl: wayland: use new EGL context creation codewm42016-09-141-1/+1
* vo_opengl: rpi: use new egl context creation helper functionwm42016-09-131-1/+1
* vo_opengl: mali fbdev supportwm42016-09-131-3/+14
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodePhilip Langdale2016-09-081-0/+6
* atomics: readd some emulationwm42016-09-061-2/+6
* wscript: fix typopavelxdd2016-09-061-1/+1
* build: make avutil-mastering-metadata check slightly more robustwm42016-08-181-1/+1
* wscript: improve stdatomic checkThomas Petazzoni2016-08-091-1/+1
* build: always require atomicswm42016-08-051-5/+2
* build: add --htmldir optionChris Mayo2016-07-301-0/+1
* vd_lavc: expose mastering display side data reference peakNiklas Haas2016-07-031-0/+6
* vo_opengl: implement ARIB STD-B68 (HLG) HDR TRCNiklas Haas2016-06-281-3/+4
* vo_opengl: remove nnedi3 prescalerBin Jin2016-06-181-5/+0
* Revert "wscript: Require recent FFmpeg by default"wm42016-06-091-45/+24
* wscript: Require recent FFmpeg by defaultMartin Herkt2016-06-091-24/+45
* build: Do not link to libGL for egl-drmQuentin Glidic2016-05-201-1/+4
* csputils: add AVCOL_TRC_SMPTEST2084 supportNiklas Haas2016-05-161-1/+7
* build: merge d3d11va and dxva2 hwaccel checkswm42016-05-111-13/+5
* vo_opengl: angle: dynamically load ANGLEwm42016-05-111-3/+2
* wscript: make at least 1 OpenGL output mandatorywm42016-05-011-1/+5
* win32: replace libuuid.a usage with initguid.hJames Ross-Gowan2016-05-011-1/+1
* build: add check for AVHWFramesContext APIwm42016-04-141-0/+6
* Revert "build: disable encoding mode by default"Rudolf Polzer2016-04-111-1/+0
* build: fix AVCodecParameters FFmpeg API check (again)wm42016-04-021-2/+2
* build: fix AVCodecParameters FFmpeg API checkwm42016-04-011-1/+1
* build: disable encoding mode by defaultwm42016-03-311-0/+1
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changewm42016-03-311-1/+7
* vd_lavc: add d3d11va hwdecKevin Mitchell2016-03-301-1/+11
* build: allow plain-gl build on OSXwm42016-03-261-3/+3
* ad_lavc, vd_lavc: support new Libav decoding APIwm42016-03-241-0/+6
* ao: initial OpenSL ES supportIlya Zhuravlev2016-02-271-0/+4
* wscript: remove dxva2-dxinterop configure testKevin Mitchell2016-02-171-5/+0
* vo_opengl: dxinterop: add dxva2 passthroughKevin Mitchell2016-02-171-0/+5
* build: enable vaapi under drm-onlywm42016-02-111-1/+1
* Enable building the opengl-cb video renderer on AndroidJan Ekström2016-02-101-3/+18
* Initial Android supportJan Ekström2016-02-101-0/+4
* build: enable vo_opengl_cb if GL headers are presentwm42016-02-081-1/+10
* build: make posix_spawn optionalwm42016-02-081-1/+0
* wscript: mark subprocess as requiredwm42016-02-071-0/+1
* build: make libavfilter mandatorywm42016-02-051-1/+2
* wscript: Update `--lua' helpMichael Reed2016-01-221-1/+1
* vo_opengl: add KMS/DRM VAAPI hardware decoding interopwm42016-01-201-1/+5
* build: add option to customize config files system pathStefano Pigozzi2016-01-111-0/+2
* Fix build on older libavcodec versionswm42016-01-081-0/+6
* ao_dsound: remove this audio outputwm42016-01-061-4/+0
* build: add option of html manualChris Mayo2016-01-051-0/+6
* vo_opengl: fall back to gcc thread local storage (2)wm42015-12-231-1/+0
* win32: input: use Vista CancelIoExJames Ross-Gowan2015-12-201-6/+0
* vo_opengl: x11egl: retrieve framebuffer depthwm42015-12-191-1/+6
* vo_opengl: add dxinterop backendJames Ross-Gowan2015-12-111-0/+8
* stream: drop PVR supportwm42015-12-101-5/+0
* win32: enable internal pthreads wrapper by defaultwm42015-12-041-1/+0
* win32: remove dwmapi.dll dynamic loadingwm42015-12-041-1/+1
* vo_opengl: require --enable-gpl3 for nnediwm42015-12-031-0/+5
* vo_opengl: add initial ANGLE supportJames Ross-Gowan2015-11-181-0/+8
* build: make vaapi-wayland depend on gl-waylandwm42015-11-121-1/+1
* win32: request MMCSS "Playback" profilewm42015-11-081-1/+1
* vo_opengl: add DRM EGL backendrr-2015-11-081-6/+21
* sd_lavc: take care of AVPicture deprecationwm42015-10-231-0/+6
* build: remove explicit checks for VPPwm42015-10-171-5/+1
* build: bump required libva versionwm42015-10-171-4/+4
* Take care of libavcodec convergence_duration deprecationwm42015-09-291-1/+7
* video: remove VDA supportwm42015-09-281-26/+0
* vo_opengl: vaapi: add Wayland supportwm42015-09-271-2/+7
* vo_opengl: refactor EGL context information callbackwm42015-09-271-1/+2
* vaapi: remove dependency on X11wm42015-09-271-5/+15
* vo_opengl: vaapi: redo how EGL extensions are loadedwm42015-09-271-5/+0
* wscript: add missing entry to help outputwm42015-09-251-1/+1
* vaapi: use GPU memcpy for reading back from HW surfacewm42015-09-251-1/+1
* video: refactor GPU memcpy usagewm42015-09-251-0/+5
* vo_rpi, wayland: fix buildwm42015-09-251-5/+5
* vo_opengl: support new VAAPI EGL interopwm42015-09-251-0/+5
* vo_opengl: add mechanism to retrieve Display from EGL contextwm42015-09-251-1/+5
* vo_opengl: load certain EGL extensions needed for VAAPI EGL interopwm42015-09-251-0/+5
* vo_opengl: enable X11 EGL backend by defaultwm42015-09-241-1/+0
* build: allow disabling vapoursynth completelywm42015-09-221-7/+8
* video: do not use deprecated libavutil pixdesc fieldswm42015-09-101-0/+6
* audio/filter: remove af_bs2b toowm42015-09-041-4/+0
* audio/filter: remove some useless filterswm42015-09-031-4/+0
* Revert "build: workaround for broken waf crap"Stefano Pigozzi2015-08-191-7/+1
* build: workaround for broken waf crapwm42015-08-181-1/+7
* vo_rpi: use EGL to render subtitleswm42015-08-181-11/+5
* stream: libarchive wrapper for reading compressed archiveswm42015-08-171-0/+5
* video: remove old vdpau hwaccel API usagewm42015-08-101-8/+0
* build: fix build with --disable-tv --enable-pvrwm42015-08-061-0/+1
* build: fix conditions for building gl_hwdec_vda.cwm42015-08-051-1/+1
* hwdec: add VideoToolbox supportSebastien Zwickert2015-08-051-0/+19
* build: make charset detectors dependent on iconv and group themwm42015-08-021-4/+11
* build: fix version.h creationStefano Pigozzi2015-07-121-4/+10
* vaapi: drop compatibility crap and vo_vaapi deinterlacerwm42015-07-081-1/+1
* av_log: print FFmpeg versionwm42015-07-031-0/+6
* build: always regenerate version hashwm42015-06-301-0/+7
* test: update cmocka version to 1.0Stefano Pigozzi2015-06-131-1/+1
* vdpau: add support for the "new" libavcodec vdpau APIwm42015-05-281-0/+8
* vda: add support for nv12 image formatsStefano Pigozzi2015-05-131-0/+7
* cocoa: always compile OSX application code with cocoawm42015-05-021-6/+0
* vo_drm: disable VT switcher for non-Linux systemsMarcin Kurczewski2015-04-191-0/+6
* vo_drm: add KMS/DRM renderer supportMarcin Kurczewski2015-04-161-0/+4
* vaapi: fight with Intel's broken video decoding GL interopwm42015-04-051-1/+1
* build: make posix_spawn() mandatorywm42015-03-301-1/+7
* RPI supportwm42015-03-291-5/+39
* input: remove Linux joystick supportwm42015-03-241-5/+0
* input: remove classic LIRC supportwm42015-03-241-4/+0
* audio: remove internal libmpg123 wrapperwm42015-03-241-4/+0
* build: fix missing windows librariesKevin Mitchell2015-03-161-2/+2
* build: simplify windows checkswm42015-03-111-23/+12
* build: disable tests by defaultStefano Pigozzi2015-03-101-0/+1
* build: make vdpau and dxva2 checks nicerwm42015-03-061-2/+2
* build: check whether hwaccels are enabled in FFmpegwm42015-03-051-3/+5
* Remove some FFmpeg/Libav compatibility hackswm4