summaryrefslogtreecommitdiffstats
path: root/wscript
Commit message (Expand)AuthorAgeFilesLines
* 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 explicitlywm42014-08-051-3/+1
* build: fix cross-compilation of libmpvwm42014-08-051-1/+3
* vda: only support the new hwaccel 1.2 API (remove old code)Stefano Pigozzi2014-08-011-16/+2
* ao_pulse: remove hacks for ancient PulseAudio versionswm42014-07-261-1/+1
* build: enable compiler optimization by defaultTsukasa OMOTO2014-07-201-0/+9
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+13
* Remove DVD and Bluray supportwm42014-07-141-13/+0
* build: allow compilation without any atomicswm42014-07-051-4/+7
* video: Add BT.2020-NCL colorspace and transfer functionNiklas Haas2014-06-221-0/+6
* build: remove BSD-specific /usr/local include path additionswm42014-06-201-8/+0
* build: check for 64bit stdatomic.h operations tooAlessandro Ghedini2014-06-171-3/+3
* gl_lcms: use thread-safe lcms API, require lcms2 2.6wm42014-06-161-1/+1
* build: add '--enable-libmpv-static' optionxylosper2014-06-161-1/+7
* build: disable zsh completions by default, fixes e.g. cross compilationwm42014-06-091-0/+1
* build: generate and install zsh completion scriptAlessandro Ghedini2014-06-081-0/+4
* wscript: update waf version check to the version in bootstrap.pywm42014-06-061-1/+1
* demux_lavf: support new rotation metadata APIwm42014-06-011-0/+6
* stream: remove VCD supportwm42014-06-011-11/+0
* tv: remove sysinfo() usagewm42014-05-301-5/+0
* build: disable PortAudio by defaultwm42014-05-291-0/+1
* build: disable cdda and vcd by defaultwm42014-05-241-1/+3
* stream_file: readjust some windows ifdefferywm42014-05-241-4/+0
* build: "tv-v4l2" needs "tv"wm42014-05-221-0/+1
* Fix the build on OpenBSD and FreeBSDJuan Francisco Cantero Hurtado2014-05-211-1/+1
* atomics: switch to C11 stdatomic.hwm42014-05-211-3/+11
* vda: Hwaccel 1.2 supportLuca Barbato2014-05-121-0/+7
* build: bump required libpostproc versionAlessandro Ghedini2014-04-251-1/+1
* Remove CPU detection and inline asm handlingwm42014-04-191-6/+2
* Remove radio://wm42014-04-131-18/+2
* vf_lavfi: copy AVFrame metadata into vf_lavfi privKevin Mitchell2014-04-131-0/+6
* video: add VapourSynth filter bridgewm42014-04-121-0/+4
* build: bump libbluray minimum versionStefano Pigozzi2014-04-051-1/+1
* build: check if replaygain side data is availableAlessandro Ghedini2014-04-041-0/+6
* build: only check for Linux fstatfs on LinuxJames Ross-Gowan2014-03-171-0/+1
* build: simplify libavfilter configure checkswm42014-03-161-14/+1
* af_lavrresample: remove avresample_set_channel_mapping() fallbackswm42014-03-161-7/+0
* vd_lavc: remove compatibility crapwm42014-03-161-22/+5
* build: drop support for Libav 9wm42014-03-161-6/+6
* af_lavfi: beat it into working with Libavwm42014-03-131-7/+1
* build: make check for BSD fstatfs() a bit more strictwm42014-03-121-1/+1
* stream_file: network file system detection for LinuxPhilip Sequeira2014-03-121-0/+5
* build: rename --enable-shared switchwm42014-03-111-2/+2
* build: fix compilation with MinGW-w64Hans-Kristian Arntzen2014-03-091-2/+14
* configure: fix typoNyx0uf2014-02-241-1/+1
* stream_file: activate cache with files on network file systemsStefano Pigozzi2014-02-171-0/+5
* build: bump libmpg123 versionwm42014-02-131-1/+1
* Add a client API examplewm42014-02-101-0/+5
* build: add option to build a librarywm42014-02-101-0/+7
* demux_lavf: get updated metadata from a packet if availableBen Boeckel2014-02-061-0/+6
* wayland: change minimum versionAlexander Preisinger2014-02-021-2/+2
* waf: rename --enable-sdl to --enable-sdl1wm42014-01-251-1/+1
* Detect Lua on FreeBSDGrzegorz Blach2014-01-151-1/+1
* Switch PDF manual generation to rst2pdfMartin Herkt2014-01-081-4/+2
* build: don't depend on both libavresample and libswresamplewm42014-01-051-0/+1
* build: fix cocoa configure check on OS X 10.7Stefano Pigozzi2014-01-021-5/+1
* build: fix typoStefano Pigozzi2014-01-011-1/+1
* build: make configure fail if both __atomic and __sync are not availableStefano Pigozzi2014-01-011-2/+16
* build: check for libatomic and __atomic operationsAlessandro Ghedini2013-12-311-0/+7
* build: add flag for inline assemblyStefano Pigozzi2013-12-291-0/+5
* build: disable SDL by defaultStefano Pigozzi2013-12-291-2/+4
* build: fix shm detection on OpenBSDStefano Pigozzi2013-12-261-1/+1
* input: remove LIRCCD supportwm42013-12-161-4/+0
* build: dvdnav needs dvdreadNikoli2013-12-131-0/+1
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-121-0/+4
* build: prefer 4Front OSS to native implementationsbugmen0t2013-12-071-7/+7
* build: fix linking to CoreFoundationagiz2013-12-061-1/+1
* build: link ARC to get subscripting implementationStefano Pigozzi2013-12-061-1/+2
* vo_opengl: support for vda hardware decodingStefano Pigozzi2013-12-021-0/+5
* build: reject broken roaraudio sndio emulationwm42013-12-021-1/+1
* build: don't check libsmbclient version numberwm42013-11-301-1/+1
* build: reimplement the OSS checks using a more declarative approachStefano Pigozzi2013-11-291-5/+35
* build: add options for enabling and disabling any libquvi versionsNikoli2013-11-291-0/+7
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-291-1/+1
* build: make pthreads mandatorywm42013-11-281-6/+3
* build: make --disable-gl disable all the gl backendsStefano Pigozzi2013-11-281-0/+4
* build: add custom -I/-L flags for the BSDs [2]Stefano Pigozzi2013-11-281-4/+4
* build: add custom -I/-L flags for the BSDsStefano Pigozzi2013-11-271-0/+8
* build: add a gdi check for windowsStefano Pigozzi2013-11-261-0/+6
* build: store dependencies as listsStefano Pigozzi2013-11-241-0/+3
* build: make sure cwd is in Python's sys.pathStefano Pigozzi2013-11-231-0/+1
* build: remove abusive commentStefano Pigozzi2013-11-221-1/+0
* build: unbreak PVR configure testwm42013-11-221-1/+1
* switch the build system to wafStefano Pigozzi2013-11-211-0/+759