summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
Commit message (Expand)AuthorAgeFilesLines
* player: rename dvdnav to discnavxylosper2014-03-301-1/+1
* stream_cdda: remove unused stuffwm42014-03-261-1/+0
* build: simplify libavfilter configure checkswm42014-03-161-2/+2
* af_lavrresample: remove avresample_set_channel_mapping() fallbackswm42014-03-161-1/+0
* sub: remove old MPlayer DVD sub decoderwm42014-03-161-2/+0
* vd_lavc: remove compatibility crapwm42014-03-161-2/+0
* build: automagically extract client library versionwm42014-03-121-2/+11
* build: rename --enable-shared switchwm42014-03-111-1/+1
* build: fix version in mpv.pcAlessandro Ghedini2014-03-111-1/+1
* ao_wasapi: Split into 2 filesDiogo Franco (Kovensky)2014-03-111-0/+1
* build: install client.h under mpv/ instead of libmpv/Alessandro Ghedini2014-03-111-1/+1
* libmpv: add pkg-config fileAlessandro Ghedini2014-03-111-0/+12
* audio/out: feed AOs from a separate threadwm42014-03-091-0/+2
* build: add SONAME to libmpv.sowm42014-02-111-0/+1
* Add a client API examplewm42014-02-101-0/+11
* build: add option to build a librarywm42014-02-101-1/+18
* Add a client APIwm42014-02-101-0/+1
* waf: rename --enable-sdl to --enable-sdl1wm42014-01-251-1/+1
* w32: use the w32_common keymap in terminal-win tooJames Ross-Gowan2014-01-191-0/+2
* cocoa: add application icon to the Dock when run from CLIStefano Pigozzi2014-01-141-0/+4
* waf: do not use TaskGen for PDF build ruleMartin Herkt2014-01-081-14/+6
* Switch PDF manual generation to rst2pdfMartin Herkt2014-01-081-16/+4
* input: move files drag and drop to a new event.c fileStefano Pigozzi2014-01-041-0/+1
* Add Windows console wrapper program (mpv.com)Martin Herkt2014-01-021-0/+13
* Install encoding-profiles.conf by defaultwm42013-12-281-0/+2
* input: split off some code from input.c to separate fileswm42013-12-261-0/+3
* Rename getch2....c/h to terminal....c/hwm42013-12-191-2/+2
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-15/+19
* Move options/config related files from mpvcore/ to options/wm42013-12-171-7/+9
* Move libquvi stuff to stream/resolve/wm42013-12-171-2/+2
* Move mpvcore/input/ to input/wm42013-12-171-4/+6
* Rename mp_lua.c/h to lua.c/hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-22/+24
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-121-0/+2
* video: move VO reinit from filter chain to playerwm42013-12-101-1/+0
* build: osx: set chmod to 755 for non-bundle binary during installStefano Pigozzi2013-12-041-1/+2
* video/filter: remove vf_down3drightwm42013-12-041-1/+0
* vo_opengl: support for vda hardware decodingStefano Pigozzi2013-12-021-0/+1
* build: make pthreads mandatorywm42013-11-281-1/+1
* build: make cygwin use *nix timersStefano Pigozzi2013-11-261-1/+0
* build: add a gdi check for windowsStefano Pigozzi2013-11-261-2/+1
* build: work around bug in waf's bundle installationStefano Pigozzi2013-11-251-0/+5
* build: add install_files call after the mpv target was definedStefano Pigozzi2013-11-241-2/+3
* build: also install mpv CLI binary when building OS X bundleStefano Pigozzi2013-11-241-0/+2
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* video: merge vd.c into dec_video.cwm42013-11-231-1/+0
* build: fix install path for manualStefano Pigozzi2013-11-231-1/+1
* switch the build system to wafStefano Pigozzi2013-11-211-0/+459