summaryrefslogtreecommitdiffstats
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: hwdec: add Android hwdec utilizing AImageReadersfan52022-10-021-0/+9
* mpv.metainfo.xml: add XDG appstream metadata manifestVitaly Zaitsev2022-09-091-0/+1
* meson: fix condition for enabling vaapi-eglOwen Rafferty2022-08-271-1/+1
* meson: fix libplacebo checkNiklas Haas2022-08-261-1/+1
* misc/random: add xoshiro random number implementationLeo Izen2022-08-171-0/+1
* meson: fix the build-date optionDudemanguy2022-08-161-1/+1
* meson: fix building without glDudemanguy2022-08-151-0/+1
* meson: consistently use feature['foo']Dudemanguy2022-08-151-267/+246
* meson: refactor generating config.hDudemanguy2022-08-151-412/+239
* meson: reduce dictionary usageDudemanguy2022-08-151-98/+61
* meson: add comment clarifying windows-internal-pthreadsDudemanguy2022-08-151-0/+5
* drm_common: remove hard dependency on drmIsKMS()sfan52022-08-111-0/+10
* hwdec/drmprime: add drmprime hwdec-interopPhilip Langdale2022-08-091-1/+3
* hwdec/dmabuf_interop: use AVDRMFrameDescriptor to describe dmabufsPhilip Langdale2022-08-031-2/+22
* hwdec/vaapi: rename interops to reflect more general usePhilip Langdale2022-08-031-2/+2
* af_rubberband: add new engine option in rubberband 3.0.0Christoph Heinrich2022-08-031-0/+1
* meson: fix rst2html commandJ. Dekker2022-07-051-1/+1
* meson: add a summary at the end of configurationDudemanguy2022-06-271-0/+11
* meson: remove pointless d3d11 dictionaryDudemanguy2022-06-201-5/+0
* x11: support xorg present extensionDudemanguy2022-06-191-4/+1
* vo: move wayland presentation to separate filesDudemanguy2022-06-191-0/+4
* meson: use require when checking for vdpauDudemanguy2022-06-191-2/+6
* meson: rearrange library dependency order to avoid crash with fontconfigCrend King2022-06-181-2/+4
* audio: add AVChannelLayout helpers to convert from/to mp_chmapJan Ekström2022-06-121-1/+10
* vo: add new vaapi-wayland driverAaron Boxer2022-05-241-0/+6
* various: remove trailing whitespaceGuido Cella2022-05-141-1/+1
* meson: compile mpv.exe as a win32 gui applicationDudemanguy2022-05-051-6/+1
* build: add avcodec jpegxl dependency versionsLeo Izen2022-04-281-0/+1
* vo_gpu_next: switch to unpooled hwdec mappingNiklas Haas2022-04-111-3/+3
* hwdec_vaapi_vk: rename to vaapi_plNiklas Haas2022-03-031-8/+8
* vo_gpu_next: remove/simplify plane flipping hacksNiklas Haas2022-02-251-3/+3
* vo_gpu_next: refactor subtitle renderingNiklas Haas2022-02-211-3/+3
* meson: remove horrifying macos luajit hackDudemanguy2022-02-071-17/+4
* libplacebo: bump minimum dependency to 4.157Niklas Haas2022-02-031-1/+1
* build: rename libplacebo version checkNiklas Haas2022-02-031-4/+4
* meson: fix libdl existence check for *bsd systemsAndrew Krasavin2022-02-021-6/+7
* meson: add version check to wayland-protocolsDudemanguy2022-01-291-1/+1
* build: remove aviocontext bytes_read checkDudemanguy2022-01-251-8/+0
* ao_sndio: bugfix and small refactoring for #8314Andrew Krasavin2022-01-221-0/+8
* meson: add check kwarg to run_command() callsLaserEyess2022-01-181-5/+5
* ao_pipewire: Add PipeWire audio backendThomas Weißschuh2022-01-171-0/+8
* meson: remove iconv hacks and bump req. versionDudemanguy2022-01-091-10/+2
* vo_gpu_next: update for new tone mapping optionsNiklas Haas2022-01-071-3/+3
* meson: fix incorrect egl_drm operator in buildDudemanguy2021-12-211-1/+1
* meson: remove unneccesary shaderc_static checkDudemanguy2021-12-191-1/+1
* meson: look for rst2man.py as well as rst2manPhilip Langdale2021-12-171-1/+1
* libmpv: remove opengl_cb API and other deprecated symbolssfan52021-12-151-3/+3
* meson: correct champ.c to chmap.cSolomon Choina2021-11-261-1/+1
* meson: add a temporary workaround for iconv crapDudemanguy2021-11-261-7/+9
* vo_gpu_next: factor out context-specific code to gpu_next/context.csfan52021-11-221-1/+2
* meson: use gnu_symbol_visibility for libmpvDudemanguy2021-11-191-1/+2
* meson: fix typo in header checkDudemanguy2021-11-181-1/+1
* meson: fix build on androidDudemanguy2021-11-161-18/+28
* meson: check for x11 when building the xv optionDudemanguy2021-11-151-1/+5
* meson: minor QOL and logic tweaksDudemanguy2021-11-151-18/+37
* meson: also check for generic lua.pcDudemanguy2021-11-151-1/+2
* meson: fix -Werror=format-security flagDudemanguy2021-11-151-1/+4
* build: add meson build supportDudemanguy2021-11-141-0/+1840