summaryrefslogtreecommitdiffstats
path: root/wscript
Commit message (Expand)AuthorAgeFilesLines
* 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 hackswm42015-03-031-43/+0
* build: bump required FFmpeg/Libav librarieswm42015-03-031-9/+10
* Revert "Revert recent vo_opengl related commits"Niklas Haas2015-02-281-0/+7
* Revert recent vo_opengl related commitswm42015-02-281-7/+0
* screenshots: check for AVFrame csp supportNiklas Haas2015-02-281-0/+7
* input: avoid creating world-writeable file with --input-unix-socketwm42015-02-261-0/+4
* remove dead commentStefano Pigozzi2015-02-251-2/+0
* build: move QuartzCore linking to the cocoa checkStefano Pigozzi2015-02-251-1/+1
* wscript: adjust some pkg-config checkswm42015-02-231-2/+2
* build: slightly improve libass version number test failure messagewm42015-02-211-2/+3
* build: require recent libasswm42015-02-181-1/+1
* vf_vapoursynth: replace a hack with a newer VS API functionwm42015-02-161-1/+1
* af_rubberband: pitch correction with librubberbandwm42015-02-111-0/+4
* build: add option to generate a clang compilation databaseStefano Pigozzi2015-02-051-0/+8
* build: disable pdf build by defaultwm42015-02-021-0/+1
* build: fix v4l2 support on NetBSDwm42015-01-311-5/+12
* build: remove bogus client API examples buildwm42015-01-231-7/+0
* build: reduce worst case with mismatching FFmpeg pkg-config fileswm42015-01-201-8/+8
* win32: remove check for SetPriorityClass()wm42015-01-201-5/+0
* build: prefer libswresample over libavresample on FFmpegwm42015-01-021-5/+5
* build: try to make examples build both in-tree and out-of-treewm42015-01-021-0/+2
* win32: add native wrappers for pthread functionswm42015-01-011-0/+7
* ao_portaudio: remove this audio outputwm42014-12-291-6/+0
* chmap_sel: add multichannel fallback heuristicStefano Pigozzi2014-12-291-0/+4
* win32: add mmap() emulationwm42014-12-261-6/+2
* build: require alsa libs not older than 6 yearswm42014-12-161-1/+1
* build: update to waf 1.8.4Stefano Pigozzi2014-12-041-1/+1
* video: remove things forgotten in previous commitwm42014-12-031-6/+0
* video/filter: kill vf_pp (libpostproc)wm42014-12-031-4/+0
* build: move --cplayer to build optionsStefano Pigozzi2014-11-281-4/+5
* build: move --dvbin to TV features, remove --dvbStefano Pigozzi2014-11-281-9/+4
* build: fix typosStefano Pigozzi2014-11-281-2/+2
* wscript: move down some less important checkswm42014-11-171-8/+8
* build: check for mingw-w64 explicitlywm42014-11-171-1/+16
* atomics: add atomic_compare_exchange_strong()wm42014-11-091-0/+1
* vo_opengl: minimal EGL on X11 supportwm42014-11-041-0/+7
* build: remove bundle support from wafStefano Pigozzi2014-11-011-6/+0
* build: fix 'ar' invocation when cross-compilingwm42014-11-011-1/+3
* Drop libquvi supportwm42014-10-251-16/+0
* video: initial dxva2 supportwm42014-10-251-0/+5
* build: enable cdda:// by default againwm42014-10-251-1/+0
* terminal: drop ncurses/terminfo/termcap supportwm42014-10-231-13/+0
* osdep: NetBSD pthread_setname_np()wm42014-10-221-1/+8
* Set thread name for debuggingwm42014-10-191-0/+19
* fix build on OS X and BSDStefano Pigozzi2014-10-191-2/+3
* lua: add an utility function for starting processeswm42014-10-191-0/+4
* cocoa: allow to disable apple remote at compile timeStefano Pigozzi2014-10-171-0/+5
* vf_vapoursynth: add standalone Lua scriptingwm42014-10-121-13/+17
* build: update waf to version 1.8.1Stefano Pigozzi2014-10-111-1/+1
* build: make zsh completion directory configurablePhilip Sequeira2014-10-111-0/+1
* audio: skip samples and adjust timestamps ourselveswm42014-10-031-0/+6
* audio/out: disable ao_sndio by defaultwm42014-09-261-1/+2
* build: update minimum wayland versionAlexander Preisinger2014-09-191-2/+2
* input: use libwaio for pipe input on Windowswm42014-09-141-0/+11
* ao_oss: use poll(), drop --disable-audio-select supportwm42014-09-111-5/+0
* build: fix everythingwm42014-09-101-1/+1
* input: remove central select() callwm42014-09-101-7/+0
* vo_corevideo: remove this VOStefano Pigozzi2014-09-061-9/+3
* build: handle insane libavcodec API bullshitwm42014-09-051-0/+6
* build: disable terminfo and termcap code by defaultwm42014-08-211-0/+2
* x11: listen to xrandr eventswm42014-08-171-1/+1
* build: use pkg-config for xscreensaverwm42014-08-161-2/+1
* build: drop check for XF86keysym.hwm42014-08-161-5/+0
* x11: use xrandr to retrieve display refresh ratewm42014-08-161-4/+3
* demux_lavf: support new metadata update APIwm42014-08-141-0/+6
* build: allow to disable building the cplayerStefano Pigozzi2014-08-061-0/+4
* build: expose waf variants to the userStefano Pigozzi2014-08-061-0/+27
* build: cocoa-application config targetFRAU KOUJIRO2014-08-061-11/+23
* build: list exported symbols explicitly