aboutsummaryrefslogtreecommitdiffhomepage
path: root/wscript_build.py
Commit message (Expand)AuthorAge
* build: add '--enable-libmpv-static' optionGravatar xylosper2014-06-16
* win32: implement --priority differentlyGravatar wm42014-06-12
* build: generate and install zsh completion scriptGravatar Alessandro Ghedini2014-06-08
* build: prevent installation of client API exampleGravatar wm42014-06-06
* stream: remove VCD supportGravatar wm42014-06-01
* lua/osc: forgot some changed files in previous commitGravatar ChrisK22014-05-23
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13
* video/out: separate out code to compute window sizeGravatar wm42014-05-06
* vdpau: add a postprocessing pseudo-filterGravatar wm42014-05-02
* dispatch: move into its own source fileGravatar wm42014-04-23
* Remove CPU detection and inline asm handlingGravatar wm42014-04-19
* Remove radio://Gravatar wm42014-04-13
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Gravatar Kevin Mitchell2014-04-13
* player: remove ASX, SMIL and NSC playlist parsersGravatar wm42014-04-13
* video: add VapourSynth filter bridgeGravatar wm42014-04-12
* player: rename dvdnav to discnavGravatar xylosper2014-03-30
* stream_cdda: remove unused stuffGravatar wm42014-03-26
* build: simplify libavfilter configure checksGravatar wm42014-03-16
* af_lavrresample: remove avresample_set_channel_mapping() fallbacksGravatar wm42014-03-16
* sub: remove old MPlayer DVD sub decoderGravatar wm42014-03-16
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* build: automagically extract client library versionGravatar wm42014-03-12
* build: rename --enable-shared switchGravatar wm42014-03-11
* build: fix version in mpv.pcGravatar Alessandro Ghedini2014-03-11
* ao_wasapi: Split into 2 filesGravatar Diogo Franco (Kovensky)2014-03-11
* build: install client.h under mpv/ instead of libmpv/Gravatar Alessandro Ghedini2014-03-11
* libmpv: add pkg-config fileGravatar Alessandro Ghedini2014-03-11
* audio/out: feed AOs from a separate threadGravatar wm42014-03-09
* build: add SONAME to libmpv.soGravatar wm42014-02-11
* Add a client API exampleGravatar wm42014-02-10
* build: add option to build a libraryGravatar wm42014-02-10
* Add a client APIGravatar wm42014-02-10
* waf: rename --enable-sdl to --enable-sdl1Gravatar wm42014-01-25
* w32: use the w32_common keymap in terminal-win tooGravatar James Ross-Gowan2014-01-19
* cocoa: add application icon to the Dock when run from CLIGravatar Stefano Pigozzi2014-01-14
* waf: do not use TaskGen for PDF build ruleGravatar Martin Herkt2014-01-08
* Switch PDF manual generation to rst2pdfGravatar Martin Herkt2014-01-08
* input: move files drag and drop to a new event.c fileGravatar Stefano Pigozzi2014-01-04
* Add Windows console wrapper program (mpv.com)Gravatar Martin Herkt2014-01-02
* Install encoding-profiles.conf by defaultGravatar wm42013-12-28
* input: split off some code from input.c to separate filesGravatar wm42013-12-26
* Rename getch2....c/h to terminal....c/hGravatar wm42013-12-19
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move libquvi stuff to stream/resolve/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Rename mp_lua.c/h to lua.c/hGravatar wm42013-12-17
* Move mpvcore/player/ to player/Gravatar wm42013-12-17
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* video: move VO reinit from filter chain to playerGravatar wm42013-12-10