https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
dc0c5ce hxxx_nal: reindent after previous commit Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit fa5e127ed4130485b781c9809aa9851c6d390316) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 04 June 2020, 12:24:22 UTC
d5c43c2 hxxx_nal: remove useless optim This special case is now useless since p_source is always copied to p_dest, right after in the memmove loop. Furthermore, this caused an invalid payload size when the buffer was actually reallocated since the payload calculation was comparing two different buffers offset. CVE-2020-13428 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 56822f03d7a498bb22257d6075723c0e1c7f91fe) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 04 June 2020, 12:24:17 UTC
441907f Update NEWS 04 June 2020, 12:23:53 UTC
53a07ea cvpx: fix leaking CVPixelBuffer CVPixelBuffer references are retained and release by cvpxpic_attach so releasing after attaching tie the buffer lifetime to the one of the picture, but failing to release afterwards meant that it wouldn't be released at all. (cherry picked from commit c010c528aa191d5936aa72db8874349c8320dae6) Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io> 03 June 2020, 15:43:13 UTC
85d700c Update NEWS 03 June 2020, 14:51:07 UTC
eabd803 macosx: use vlc_safeDrawInBezierPath in more places 03 June 2020, 14:20:04 UTC
ca17a12 macosx: add vlc_safeDrawInBezierPath 03 June 2020, 14:20:04 UTC
77a6345 macosx: use vlc_safeDrawInBezierPath:angle: (cherry picked from commit 6c1786b6e0ff677ec7bff9de47f506443d889765) Signed-off-by: Marvin Scholz <epirat07@gmail.com> 03 June 2020, 14:20:04 UTC
0ce240a macosx: add category for safe NSGradient drawing Trying to draw a NSGradient into an empty NSBezierPath throws and exception, crashing the application. To prevent that we have workarounds at every place where we called drawInBezierPath:angle:, instead just use a category which makes the code cleaner and keeps the logic for the workaround in one place. (cherry picked from commit 2a5d25e03a051287248afb47e540e43b9a6afd6e) Signed-off-by: Marvin Scholz <epirat07@gmail.com> 03 June 2020, 14:20:04 UTC
0686807 Update NEWS 03 June 2020, 12:58:17 UTC
e2319a5 configure.ac: On the road to 3.0.11 03 June 2020, 12:44:53 UTC
e039fca youtube.lua: update parsing for new signature parameters' name (cherry picked from commit 8ed74ac70f6b5452938e07f80cf158aa13e4e666) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr> 30 May 2020, 09:33:44 UTC
dade737 macosx: move breakpad initialization and allow opt-out Move the breakpad initialization right to the start of the program and do not initialize breakpad if the VLC_DISABLE_BREAKPAD env variable is set. (cherry picked from commit 8aadaf3db18202ee4d05b84612ccd590f9774a07) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 29 May 2020, 15:55:44 UTC
ffd69e1 snap: Added avahi-control to the available plugs Fixes #24657 (cherry picked from commit 092a5b4fa50574667a8f73288555d44b17dd8cb3) 28 May 2020, 17:48:27 UTC
fd51779 demux: adaptive: check vod template limit (cherry picked from commit 808e99328dc49b24827384ef9022c38410cdf498) 28 May 2020, 10:38:01 UTC
11b40bb demux: adaptive: fix rounding in period/playlist duration (cherry picked from commit 19fc4c591f31d0370822892dbff08709c02ae20a) 28 May 2020, 10:38:01 UTC
52945df demux:adaptive: store the IsoTime directly to vlc_tick_t They are never used as seconds (cherry picked from commit f18894b58967ee61b86254bd5acd8f8897b68c67) 28 May 2020, 10:38:01 UTC
3915b31 demux: mp4: no sync table means all sync A.7 3) The absence of the sync sample table indicates that all samples are synchronization points ref VLCKit/-/issues/367 (cherry picked from commit 712624978f114b4bfdca88e8d89ac5bc54a0d6b4) 25 May 2020, 11:25:58 UTC
aed9e85 demux: adaptive: fix invalid offset on start (cherry picked from commit 1027e60b7821888e6be1bf839591329161e8de90) 25 May 2020, 11:23:50 UTC
b8430ae demux: adaptive: set current segment start time on init (cherry picked from commit 0cb5b91f975b4bcfd2bfb7a05776726941d634b4) 25 May 2020, 11:23:39 UTC
0d74c2d demux: adaptive: fixup AnyURI (cherry picked from commit 6b2e2ee875332ba3a33eaf88a7837642f9695d16) 25 May 2020, 11:22:06 UTC
f507868 coreaudio: fix invalid delay after a unpause The render host time was not updated while paused. This caused the first time_get(), after a unpause, to return a delay way too early (corresponding to the pause time). This could happen only when the ca render callback was not triggered between an unpause and a time_get. This invalid delay caused the insertion of a long silence, that was not interruptible, hence the impression of a deadlock. Fixes #24668 (cherry picked from commit f9fce13591bf3f99c4d9401fe3ba67fb30b0fb75) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 24 May 2020, 19:00:33 UTC
5476f62 contribs: bump dav1d to 0.7.0 (cherry picked from commit aecd2122ea879910f714875b247d9f9f873a74e2) 22 May 2020, 21:52:53 UTC
5928579 demux: adaptive: rely on live offset for edge control fixes start case when min buffering < playlist duration refs VLCKit/-/issues/374 (cherry picked from commit 75c2df6cee84452ac65038ddccaff2a2c18bbb7c) 19 May 2020, 09:30:26 UTC
9c4f970 demux: adaptive: use current segment number when available (cherry picked from commit a59a0690dce601b26ed205a6bb1cf408f745a007) 19 May 2020, 09:30:24 UTC
96c9a40 l10n: Swedish NSIS update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:45 UTC
d13b793 l10n: vlc.desktop update 17 May 2020, 09:41:45 UTC
9b547b9 l10n: Portuguese (Portugal) update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:45 UTC
3082d7c l10n: Norwegian Bokmål (Norway) update 94% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:45 UTC
abe32bb l10n: Hebrew update 64% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:45 UTC
77786b1 l10n: French update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:45 UTC
cf00c00 l10n: Basque update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:45 UTC
bacb35b l10n: Spanish update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:45 UTC
67ddbd6 l10n: Italian update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:44 UTC
447439d l10n: Persian update 28% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:44 UTC
a1c7e34 l10n: Catalan update 87% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:44 UTC
5f8a807 l10n: Basque update 100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com> 17 May 2020, 09:41:44 UTC
0117fe3 Update NEWS for macOS 16 May 2020, 22:17:08 UTC
594e7c8 contrib: modplug: Link against libc++ on macOS libstdc++ is not available anymore in modern sdks. (cherry picked from commit a7dd702b66d6f3c211988e26a8534aba01c581de) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 16 May 2020, 21:23:40 UTC
df364f9 contrib: modplug: Fix endianness check The autoconf endianness check does not compile with a C++ compiler due to bogus casts, therefore it is needed to use the C compiler to check for the host endianness. This fixes the libmodplug contrib build for Android. (cherry picked from commit 903c250978153ef8d95a6005def39ab0ad4078f9) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 16 May 2020, 21:23:40 UTC
f9701a2 contribs: live555: Set CXXFLAGS for macosx CXXFLAGS are needed to set correct stdlib. (cherry picked from commit c40a3d27b1d084172d9f59b482f4e06f4eaa3878) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 16 May 2020, 21:23:40 UTC
9832add contrib: vpx: Fix linker check on mac build environment Do not override the LD variable, as this fails the following configure ld_check with the following error: "ld: library not found for -lstdc++" Also, this line seems to be not relevant for compiling the library only. 16 May 2020, 21:23:40 UTC
5ff0896 config: allow 64-bits value in config chains This matches the behaviour for command line arguments and for input item options. This also matches the bug that it might cause signed overflow if the code expects a 32-bits value. (cherry picked from commit 760531ec7f7055f33bea8c707b4b67b6688d16be) 15 May 2020, 16:12:46 UTC
70b27ff update NEWS 14 May 2020, 13:57:44 UTC
9bf5a7a contribs: bump faad to 2.9.2 #24670 2.9.1 had bogus PS due to untested CVE fixes (cherry picked from commit 12f635ffd530d874d2a8381f4a6230d6178d4b81) 14 May 2020, 13:34:48 UTC
385bdb0 demux: adaptive: fix aligned segments default (cherry picked from commit 96f9b775290430550d9a9f90d58a91253c005ae0) 14 May 2020, 13:08:45 UTC
5318fb1 demux: hls: handle timescale rounding when matching segment (cherry picked from commit 570bf285289e46cf0583460bcc02a199eaa0da19) 14 May 2020, 13:08:45 UTC
5640938 demux: adaptive: fix bogus recycling of access refs #24701 (cherry picked from commit 6828786dc799d39d0083745ec19246f90854e608) 14 May 2020, 13:08:45 UTC
e418364 demux: hls: do proper schedule on update non playback point based update now appears since closer to the edge buffering reverts 390078318d4f62827a5f185bf922e9b03052a19b refs #24701 (cherry picked from commit 9ddcb1b5f9a83ce1250982c44a6b7df152cfec4c) 14 May 2020, 13:08:43 UTC
5c9c9e9 demux: hls: set more accurate update time (cherry picked from commit 706d5213945aa40caa6d93a359822b004ae2525f) 14 May 2020, 13:07:38 UTC
4a68392 demux: hls: remove double update need check (cherry picked from commit 1495929d2f0da78c79cc80e8b0e427eaf310794e) 14 May 2020, 13:06:27 UTC
a9a75ea bluray: Fix potential buffer overflow when reading mount points Avoid overflow when more than 128 mount points exist on the system. (cherry picked from commit 2b697ae12898316af895a0a1e2285a70a49ea085) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 13 May 2020, 17:27:13 UTC
21777d8 cdda: Add macOS permission check Similar to dvdnav and dvdread. (cherry picked from commit 1ae5ef9b045f483d1bd0d5ecc3df3f8b4fff5f9f) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 13 May 2020, 17:26:45 UTC
efec119 dvdread: Implement analog access check as in dvdnav (cherry picked from commit 7555e75a779907791238a1f50e1fdaf25b7d23e5) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 13 May 2020, 17:24:04 UTC
c454a09 dvdnav: Improve user information about insufficient permissions The mentioned security setting is relevant for accessing external media like RAW block devices (/dev/xxx), which is one of the main use cases for this module (modern Macs do not have internal optical drives anymore). Probe for this case explicitly to inform the user how to get access. This is only relevant starting with macOS Catalina. (cherry picked from commit 18e5f17fb8c19ff84fba41db110ac575dfbccf59) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 13 May 2020, 17:23:49 UTC
f39c6bc Contribs: update libarchive CVE-2020-9308 and CVE-2019-19221 + a few other crashes that deserve a CVE... (cherry picked from commit 5409bed7ef7a5fba60ac64dcb91b4ee22a499ef0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 10 May 2020, 15:24:55 UTC
fc941df soxr: fix output len too small This was happening when the instant ratio was smaller than the fixed ratio (when the user ask for a playback speed > 1). Fixes issue 956 on vlc-android. (cherry picked from commit c07e53871ddc6ac75f448d48032c57e86995004d) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 05 May 2020, 11:54:02 UTC
34862f4 soxr: instantly change the rate The core is already taking care of smooth rate change (when the resampler is used to catch up a delay). (cherry picked from commit 5ee13b8b38d61fdad158d2b4cdc01228095f2ad3) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 05 May 2020, 11:53:55 UTC
63f2f9d soxr: add missing alloc check (cherry picked from commit 99d117b40de69b721f57aeba77563c600fb75ae2) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 05 May 2020, 11:53:51 UTC
4a050b7 soxr: fix input loss with rate > 1 Oddly, the output len can't be inferior to the input len (this was the case for rate > 1). (cherry picked from commit ac023f53d3fc18ec7c9d1b6bd0e01226da253e25) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 05 May 2020, 11:53:46 UTC
8b4b78d soxr: Fix variable shadowing (cherry picked from commit 35dc84cca41bbba42363569fea65757824310e5e) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 05 May 2020, 11:53:35 UTC
0daacd3 macosx: do not draw gradients into empty paths Drawing an NSGradient into an empty bezier path causes an exception, crashing the application. (cherry picked from commit 392c5f71c733ea2715a2e7d471cb9d1f8f5fe055) Signed-off-by: Marvin Scholz <epirat07@gmail.com> 04 May 2020, 16:49:38 UTC
d331460 fourcc: restore cc1..4 captions alias seems it was not only an internal fourcc, but is sent by at least one capture card regression by 1c36cd786a34308e448ca0d292ba090637f179a2 (cherry picked from commit 45c8fe015cc6c35ab4849d73736537768990a1ef) 30 April 2020, 09:32:28 UTC
7c74e96 caopengllayer: fix moving window with mouse This fixes #24646 29 April 2020, 16:32:24 UTC
e23157c macOS build.sh: Automatically search for python3 package Search for standard location of python3 package from python.org and add it to the PATH if found. This is a manual backport of the code from vlc.git 29 April 2020, 16:14:51 UTC
dc36872 contrib: add debug info for cmake and meson Other buildsystems are compiled with -g inconditionnally. As we generally extract and strip debug info, make sure they are generated so that overlayered build scripts don't need to add `-g` flag in CFLAGS. It is particularily important since adding `-g` flag in CFLAGS confuses meson detection for underscore prefixing. See videolan/VLCKit#360. (cherry picked from commit 787d886450187b56176d74d4cb2e1c3f138cf174) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 29 April 2020, 13:20:50 UTC
d87cd7b dvdread: fix compilation with older version < 6.0.0 This is needed for Debian oldstable, for example 28 April 2020, 21:01:20 UTC
505d922 NEWS: consistent spacing 28 April 2020, 12:32:05 UTC
43c9693 rtp: fix descriptor leak on error (cherry picked from commit 1ec49fcf11570f1eb043089997d387cc44daa7ba) 26 April 2020, 09:06:56 UTC
739b732 macosx: Simplify usage of toNSStr and _NS Both correctly check for NULL char* already. fixes #24638 (cherry picked from commit f31ea49802cd81a1104bb9ea60be46adaddf18e7) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org> 26 April 2020, 07:41:21 UTC
7f145af contrib: remove leftover DBGOPTIMFLAGS 22 April 2020, 14:06:20 UTC
26a04a7 contrib: vncclient: Use VideoLAN mirror if available (cherry picked from commit d5961d09a423f7a02934c6b9ae2e4f90b890fa06) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 21 April 2020, 16:27:48 UTC
b757427 contrib/ffmpeg: fix iOS cross compilation (cherry picked from commit 44d007a9bbe629572f8ade692b24395e8c96439c) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 21 April 2020, 15:28:08 UTC
7e58674 contrib: gen-meson-crossfile: Add a missing newline (cherry picked from commit c005759bc57cb3f25783ef0c98cb71ed231afe21) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 21 April 2020, 14:37:13 UTC
2b3bfa4 contrib: various meson fixes Manual backport of roughly: - a9938752fb1a1b4a6573c7bcd8cc20cbe40f678e - 3426d7bcf98fee15c239ea2b3d815c613df82efe - bef7c8d601b2ced95eac7db50380de4f8ba10ddb 21 April 2020, 14:12:47 UTC
5a40648 macosx: Add -fno-stack-check to workaround Xcode 11 issue Compiling with Xcode 11 automatically enables the -fstack-check feature which causes stack checking error due to unaligned stack which seem to not be true. Lots of projects are affected by this currently so hopefully this will be fixed in an Xcode update. (cherry picked from commit 856ddd8d1af955712c7effb1876ca9544b688cab) Signed-off-by: Marvin Scholz <epirat07@gmail.com> 21 April 2020, 13:49:19 UTC
b32cb15 contrib: crossfile.meson: Depend on gen-meson-crossfile.py This ensures that gen-meson-crossfile.py is found and additionally regenerates the crossfile if the generator script was changed. (cherry picked from commit ad47f9025df637d5ed21580d25266cc8c5efec3a) Signed-off-by: Marvin Scholz <epirat07@gmail.com> 21 April 2020, 13:48:33 UTC
5b4b127 contrib: Correctly set CMAKE_CXX_FLAGS to CXXFLAGS (cherry picked from commit 0441141cad1289e3cd198c466ef5489fe73bd223) Signed-off-by: Marvin Scholz <epirat07@gmail.com> 21 April 2020, 13:46:22 UTC
a6f3423 contrib: do not add CFLAGS to EXTRA_CFLAGS This would cause the flags to be duplicated as later CFLAGS are set to $(CFLAGS) $(EXTRA_CFLAGS). (cherry picked from commit 735abeaef504e33eca869a37b39b18e7f97761fe) Signed-off-by: Marvin Scholz <epirat07@gmail.com> 21 April 2020, 13:46:09 UTC
7e21ea5 contrib: Fix additional quotes in meson crossfile for linux (cherry picked from commit 081511e00dbdcb9c560bcecc4d4609c151c15e24) Signed-off-by: Marvin Scholz <epirat07@gmail.com> 21 April 2020, 13:45:56 UTC
1bd78ca contrib: Rework meson crossfile generation Previously the crossfile had a lot of hardcoded flags, instead of the correct CFLAGS/CXXFLAGS, etc. This replaces the generation in the Makefile with a simple Python script instead, which should be fine, given that meson anyway needs Python 3 and that the crossfile is only generated when needed. (cherry picked from commit 48f6d51f6da3e02754bc1b52e45bd9652d1051a4) Signed-off-by: Marvin Scholz <epirat07@gmail.com> 21 April 2020, 13:44:07 UTC
0e8f16e appdata: add image tag for screenshots (cherry picked from commit 7fb0bec81e62c04666fa6e6e8b508def76b3261c) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 21 April 2020, 10:45:26 UTC
ae4a0c3 On the road to 3.0.10 21 April 2020, 09:57:16 UTC
779b95f Revert "VLSub: Reorder LogIn parameters" This reverts commit 64b59282a6fdc8afe5d17086a5abbf8906d8e8e9. This was working by accident, the language was interpreted as user-agent and was accepted, only when english was used. 21 April 2020, 09:48:22 UTC
33c588b twitch.lua: update API magic The previous client_id is not working anymore, this commit updates it to the same id used by Twitch's website. Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 37ae86693e4becda6b8c51eb65d4fddce8e3c866) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 21 April 2020, 09:48:22 UTC
3e8e508 packetizer: hxxx: fix double ep3b removal (cherry picked from commit e8509578355228a3f8a7ac135688ce5b610735af) 20 April 2020, 07:55:41 UTC
8e50cc9 OpenMAX IL: fix missing extern qualifiers (fixes #24617) (cherry picked from commit e0173cb140d9c0193d74cb35bd887bb8456ef394) 18 April 2020, 11:00:30 UTC
17c2aa0 l10n: update credits of translation maintainers in po headers 15 April 2020, 08:55:37 UTC
e7039d9 tools: Require nasm 2.14 dav1d requires this version to build 15 April 2020, 08:54:57 UTC
9e238cd lua: fix leaks All string-class variables must be freed, not just the string-typed ones. (cherry picked from commit 8a53887fbf61cf25be35fd776d3de5197f4e00af) 12 April 2020, 13:17:42 UTC
b17890b configure: Include windows.h before checking the _WIN32_WINNT version The default value of _WIN32_WINNT isn't something that is built into the compiler, but is defined by the toolchain headers. Include windows.h after including ws2tcpip.h/winsock2.h, since those headers should be included in that particular order. (cherry picked from commit 22fed9624f2ce7e3db5b5516a819c147ac1d13d4) 09 April 2020, 09:46:22 UTC
7aee3da modules: set the forced _WIN32_WINNT right after including config.h config.h and vlc_fixups.h don't include files that use _WIN32_WINNT but any other VLC or system these files require will likely use this value that is found in config.h. Partially cherry-picked from 4cb707be548fd2bbc202beca04826159e8663155 08 April 2020, 21:56:54 UTC
b3afca2 configure: Check for if_nametoindex in iphlpapi.h If the toolchain defaults to a newer version of windows, this function is available there, but the previous configure checks didn't notice it. Force testing with both compiling and linking, as the function exists in import libraries, but only is visible in headers since Vista. On the master branch, the function was taken into use unconditionally in c0bf5aeefc611f8d1e1ace6111c88956c0a8fa6c. 08 April 2020, 21:56:54 UTC
b8395c1 configure: Check the toolchain default _WIN32_WINNT in addition to a command line override Since 255e2ce27, we try not to override _WIN32_WINNT in case it already is defined on the command line to a higher value. However, if it isn't specified on the command line, but the toolchain headers default to a newer version, we should also honor it and keep that version instead of forcing a lower version here. (If the toolchain defaults to a newer version, runtime libs of the toolchain may rely on such a new version anyway, so forcing a lower target within VLC might be useless.) EDIT: Adapted to a different default version in the 3.0 branch. (cherry picked from commit 0d65fe038a76d3686d2e37c5b522fb24b92d8157) 08 April 2020, 21:56:54 UTC
1231bcf configure: Make the new value of _WIN32_WINNT available to configure tests Definitions from AH_TOP aren't included in the configure checks. This was the original intent of e807c8e91. This makes sure configure checks and actual compilation are run with the same version defined. EDIT: Adapted to a different default version in the 3.0 branch. (cherry picked from commit 0a27328b5ac2bc0e417c70f048131f783b201d04) 08 April 2020, 21:56:54 UTC
5ea7fe6 configure: Don't force _WIN32_WINNT to 0x0601 if it is set to a higher version Since e807c8e91, we're explicitly unconditionally defining _WIN32_WINNT, regardless if it was set before or not. If it was set before (e.g. on the command line), to a higher version, we should honor that. This is cruicial for WinRT building, where _WIN32_WINNT is set to Windows 8 or higher on the command line. EDIT: Adapted to a different default version in the 3.0 branch. (cherry picked from commit 255e2ce27954004b8e6aa65ed37266c422f08a58) 08 April 2020, 21:56:54 UTC
d4c1aef configure.ac: Bump version to 3.0.9.2 08 April 2020, 12:17:09 UTC
f26da4c Update NEWS 08 April 2020, 12:16:57 UTC
1b8388a text_renderer: freetype: fix invalid codepoint (cherry picked from commit ab0b7eb466ffa6edc531418f71b01e9f020bc840) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 08 April 2020, 11:38:17 UTC
6faf917 VLSub: Bump version (cherry picked from commit 5703c3c309714b3e398b686b286d3dd984215fa3) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 08 April 2020, 10:25:22 UTC
back to top