summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
Commit message (Expand)AuthorAgeFilesLines
* build: prefix hwaccel decoder wrapper filenames with hw_wm42017-01-171-8/+8
* player: add experimental C plugin interfacewm42017-01-121-1/+7
* vaapi: support new libavcodec vaapi APIwm42017-01-111-1/+2
* vaapi: rename vaapi.c to vaapi_old.cwm42017-01-111-1/+1
* build: always run code generators before compilingStefano Pigozzi2017-01-071-17/+2
* build: use matroska.py & file2string.py as python modulesStefano Pigozzi2017-01-051-17/+42
* manpage: add table of contents to the HTML versionZhiming Wang2016-12-141-1/+1
* wscript_build: rst2pdf: increase section break levelshinchiro2016-12-111-1/+1
* vo_opengl: hwdec_cuda: Use dynamic loading for cuda functionsPhilip Langdale2016-11-231-0/+1
* wscript: fix typowm42016-11-221-1/+1
* vf_vdpaurb: remove this filterwm42016-11-221-1/+0
* audio/out: add AudioUnit output driver for iOSAman Gupta2016-11-011-0/+3
* vo_tct: optional custom size, support non-posix with 80x25 defaultAvi Halachmi (:avih)2016-10-251-1/+1
* vo_tct: introduce modern caca alternativerr-2016-10-201-0/+1
* hwdec_cuda: Rename config variable to be more consistentPhilip Langdale2016-09-161-2/+2
* player: move builtin profiles to a separate filewm42016-09-151-0/+4
* vo_opengl: mali fbdev supportwm42016-09-131-0/+1
* vo_opengl: add hw overlay support and use it for RPIwm42016-09-121-1/+2
* build: recompile zsh completion if zsh.pl changesPhilip Sequeira2016-09-101-1/+1
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodePhilip Langdale2016-09-081-0/+2
* misc: add some annoying mpv_node helperswm42016-08-281-0/+1
* audio/filter: remove delay audio filterPaul B Mahol2016-08-121-1/+0
* client API: add stream_cb API for user-defined stream implementationsAman Gupta2016-08-071-1/+2
* wscript: add proper non-version'd SONAME for AndroidJan Ekström2016-07-301-1/+7
* build: add --htmldir optionChris Mayo2016-07-301-1/+1
* audio: refactor mixer code and delete mixer.cwm42016-07-171-1/+0
* d3d: merge angle_common.h into d3d.hwm42016-06-281-2/+1
* vo_opengl: remove prescaling framework with superxbr prescalerBin Jin2016-06-181-1/+0
* vo_opengl: remove nnedi3 prescalerBin Jin2016-06-181-5/+0
* vo_opengl: fix d3d11 hardware decoding probing on Windows 7wm42016-06-091-0/+1
* build: don't install tests, only build themIlya Tumaykin2016-05-291-5/+6
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-0/+1
* vf_d3d11vpp: add a D3D11 video processor filterwm42016-05-281-0/+1
* vf_vavpp: move frame handling to separate filewm42016-05-251-0/+1
* video: merge dxva2 source fileswm42016-05-171-1/+0
* vo_opengl: support external user hooksNiklas Haas2016-05-151-0/+1
* vo_opengl: reorganize texture format handlingwm42016-05-121-0/+1
* build: merge d3d11va and dxva2 hwaccel checkswm42016-05-111-3/+3
* vo_opengl: angle: dynamically load ANGLEwm42016-05-111-0/+1
* video: refactor how VO exports hwdec device handleswm42016-05-091-0/+1
* d3d11va: store texture/subindex in IMGFMT_D3D11VA plane pointerswm42016-04-271-1/+0
* vo_opengl: D3D11VA + ANGLE interopwm42016-04-271-0/+1
* vd_lavc: simplify RPI and Mediacodec wrapperswm42016-04-251-2/+0
* vd_lavc: add d3d11va hwdecKevin Mitchell2016-03-301-0/+3
* Add a mediacodec decoder hwdec wrapperJan Ekström2016-03-251-0/+1
* ipc: add Windows implementation with named pipesJames Ross-Gowan2016-03-231-1/+3
* build: be less strict about line endingswm42016-03-111-2/+2
* vo_opengl: add dxva2 interop to angle backendKevin Mitchell2016-03-101-0/+1
* build: install symbolic SVG iconJashandeep Sohi2016-03-101-0/+4
* demux: add null demuxerwm42016-03-041-0/+1
* ao: initial OpenSL ES supportIlya Zhuravlev2016-02-271-0/+1
* wscript: don’t install the encoding profiles with encoding disabledEmmanuel Gil Peyrot2016-02-221-1/+2
* wscript: remove dxva2-dxinterop configure testKevin Mitchell2016-02-171-1/+1
* vo_opengl: dxinterop: add dxva2 passthroughKevin Mitchell2016-02-171-0/+1
* Rewrite ordered chapters and timeline stuffwm42016-02-151-0/+1
* dxva2: use mp_image pool for d3d surfacesKevin Mitchell2016-02-141-0/+1
* wscript_build: disable SONAME generation when building for AndroidJan Ekström2016-02-101-11/+18
* Initial Android supportJan Ekström2016-02-101-0/+1
* player: add complex filter graph supportwm42016-02-051-0/+1
* build: make libavfilter mandatorywm42016-02-051-8/+8
* build: fix mpv.conf installationwm42016-01-111-1/+1
* ao_wasapi: move out some utility functionswm42016-01-111-0/+1
* ao_dsound: remove this audio outputwm42016-01-061-1/+0
* build: add option of html manualChris Mayo2016-01-051-0/+13
* win32: input: use Vista CancelIoExJames Ross-Gowan2015-12-201-1/+1
* vo_opengl: prefix per-backend source files with context_wm42015-12-191-9/+9
* vo_opengl: split backend code from common.c to context.cwm42015-12-191-0/+1
* vo_opengl: x11egl: retrieve framebuffer depthwm42015-12-191-0/+1
* sub: rename sd_lavc_conv.c to lavc_conv.cwm42015-12-181-1/+1
* sub: remove sd_srt.cwm42015-12-151-1/+0
* sub: remove sd_microdvd.cwm42015-12-151-1/+0
* sub: remove sd_lavf_srt.cwm42015-12-151-1/+0
* sub: remove sd_movtext.cwm42015-12-151-1/+0
* vo_opengl: add dxinterop backendJames Ross-Gowan2015-12-111-0/+1
* demux: remove old subtitle parserwm42015-12-101-1/+0
* stream: drop PVR supportwm42015-12-101-1/+0
* build: install scalable svg icon as wellChristian Hesse2015-12-011-0/+4
* vo_opengl: win32: test for exclusive modeJames Ross-Gowan2015-11-261-0/+1
* vo_opengl: add initial ANGLE supportJames Ross-Gowan2015-11-181-0/+1
* demux_libass: remove this demuxerwm42015-11-111-1/+0
* vo_opengl: add DRM EGL backendrr-2015-11-081-0/+1
* w32: use DisplayConfig API to retrieve correct monitor refresh rateJames Ross-Gowan2015-11-061-0/+1
* vo_opengl: implement NNEDI3 prescalerBin Jin2015-11-051-0/+5
* vo_opengl: add Super-xBR filter for upscalingBin Jin2015-11-051-0/+1
* build: remove explicit checks for VPPwm42015-10-171-1/+1
* Revert "vo_x11: remove this video output"wm42015-09-301-0/+1
* vo_opengl: rename hwdec_vda.c to hwdec_osx.cwm42015-09-281-1/+1
* video: remove VDA supportwm42015-09-281-2/+1
* vaapi: remove dependency on X11wm42015-09-271-2/+2
* video: refactor GPU memcpy usagewm42015-09-251-0/+1
* vo_opengl: support new VAAPI EGL interopwm42015-09-251-0/+1
* player: rename and move find_subfiles.cwm42015-09-201-1/+1
* video/filter: remove some vf_lavfi wrapperswm42015-09-111-4/+0
* vf: vf_stereo3d depends on libavfilterwm42015-09-111-1/+1
* vo_opengl: move self-contained shader routines to a separate fileNiklas Haas2015-09-091-0/+1
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-091-16/+16
* vo_opengl: move gl_* files to their own subdirNiklas Haas2015-09-091-16/+16
* audio/filter: remove af_bs2b toowm42015-09-041-1/+0
* audio/filter: remove some useless filterswm42015-09-031-12/+0
* vo_rpi: use EGL to render subtitleswm42015-08-181-1/+1
* stream: libarchive wrapper for reading compressed archiveswm42015-08-171-0/+2
* video: remove old vdpau hwaccel API usagewm42015-08-101-1/+0
* hwdec: add VideoToolbox supportSebastien Zwickert2015-08-051-1/+2
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-031-1/+0
* audio: remove af_dummywm42015-08-011-1/+0
* build: fix windows compilation after cleanStefano Pigozzi2015-07-171-3/+5
* build: make mpv.rc depend on version.hStefano Pigozzi2015-07-151-0/+4
* vf_vdpaurb: Add a new filter for reading back vdpau decoded framesPhilip Langdale2015-07-111-0/+1
* client API, dxva2: add a workaround for OpenGL fullscreen issueswm42015-07-031-0/+1
* vo_x11: remove this video outputwm42015-06-261-1/+0
* af_convert24: remove this filterwm42015-06-161-1/+0
* audio: remove S8, U16, U24, U32 formatswm42015-06-161-1/+0
* vdpau: add support for the "new" libavcodec vdpau APIwm42015-05-281-1/+2
* video: rename vdpau.c to vdpau_old.cwm42015-05-281-1/+1
* demux_cue: move cue parser to a separate filewm42015-05-191-0/+1
* ao_coreaudio: move channel mapping code to a separate filewm42015-05-051-0/+1
* build: move main-fn files to osdepwm42015-05-021-3/+6
* cocoa: always compile OSX application code with cocoawm42015-05-021-1/+1
* path: refactorwm42015-05-011-0/+1
* build: fix libavfilter dependency for vf_mirrorxylosper2015-04-201-1/+1
* vo_drm: extract vt_switcher to drm_commonMarcin Kurczewski2015-04-191-0/+1
* vf_screenshot: remove this filterwm42015-04-161-1/+0
* vo_drm: add KMS/DRM renderer supportMarcin Kurczewski2015-04-161-0/+1
* subprocess: move implementation for deatched subprocesseswm42015-04-151-0/+1
* win32: use a platform-specific unicode entry-pointJames Ross-Gowan2015-04-111-1/+5
* RPI supportwm42015-03-291-0/+3
* demux: fix rar support for files containing DTS audio trackswm42015-03-241-0/+1
* input: remove Linux joystick supportwm42015-03-241-1/+0
* input: remove classic LIRC supportwm42015-03-241-1/+0
* audio: remove internal libmpg123 wrapperwm42015-03-241-1/+0
* vo_opengl: refactor shader generation (part 1)wm42015-03-121-4/+0
* build: simplify windows checkswm42015-03-111-2/+2
* audio: change playback speed directly in resamplerwm42015-03-021-1/+0
* demux_edl: move implementationwm42015-02-171-1/+0
* demux_cue: move implementationwm42015-02-171-1/+0
* matroska: move timeline code to demux/wm42015-02-171-1/+1
* player: use a separate context for timeline loader stuffwm42015-02-171-0/+1
* video/filters: simplify libavfilter bridgewm42015-02-111-8/+8
* af_rubberband: pitch correction with librubberbandwm42015-02-111-0/+1
* vo_opengl: move utility functions from loader to a separate filewm42015-01-281-0/+1
* vf_ilpack: remove this filterwm42015-01-271-1/+0
* vf_divtc: remove this filterwm42015-01-271-1/+0
* vf_phase: remove this filterwm42015-01-271-1/+0
* vf_swapuv: remove this filterwm42015-01-271-1/+0
* vf_softpulldown: remove this filterwm42015-01-271-1/+0
* vf_pullup: remove builtin implementationwm42015-01-271-1/+0
* build: remove bogus client API examples buildwm42015-01-231-28/+0
* vo_opengl_old: remove this VOwm42015-01-201-2/+0
* player: use libavutil API to get number of CPUswm42015-01-051-1/+0
* build: try to make examples build both in-tree and out-of-treewm42015-01-021-2/+13
* DOCS/client_api_examples: move all examples into their own subdirswm42015-01-011-2/+2
* win32: add native wrappers for pthread functionswm42015-01-011-0/+1
* demux_mf: move mf.c contents to demux_mf.cwm42014-12-291-1/+0
* ao_portaudio: remove this audio outputwm42014-12-291-1/+0
* build: fix linking with --enable-static-buildStefano Pigozzi2014-12-291-2/+2
* chmap_sel: add multichannel fallback heuristicStefano Pigozzi2014-12-291-4/+25
* win32: add mmap() emulationwm42014-12-261-1/+1
* client API: expose OpenGL rendererwm42014-12-091-1/+2
* build: showqscale was removedwm42014-12-041-2/+1
* video/filter: kill vf_pp (libpostproc)wm42014-12-031-1/+0
* vo_opengl: move hwdec parts into their own fileswm42014-12-031-0/+1
* build: don't install some files if only libmpv is builtwm42014-11-291-13/+15
* lua: subprocess: move to osdep/subprocess-{win,posix}.cJames Ross-Gowan2014-11-221-0/+2
* build: don't build win32 mpv.com wrapper with --disable-cplayerwm42014-11-211-13/+14
* player: integrate ytdl_hook.luawm42014-11-191-18/+6
* ao/wasapi: new wasapi device monitoring interfaceJonathan Yong2014-11-171-0/+1
* audio: change how filters are inserted on playback speed changeswm42014-11-101-0/+1
* vo_opengl: minimal EGL on X11 supportwm42014-11-041-0/+1
* build: remove bundle support from wafStefano Pigozzi2014-11-011-24/+1
* Drop libquvi supportwm42014-10-251-2/+0
* video: initial dxva2 supportwm42014-10-251-0/+1
* rename ao_coreaudio_device.c -> ao_coreaudio_exclusive.cStefano Pigozzi2014-10-231-1/+1
* input: implement --input-file on unix using the IPC supportAlessandro Ghedini2014-10-171-1/+0
* manpage: add JSON IPC documentationAlessandro Ghedini2014-10-171-1/+1