arch1t3cht
arch1t3cht
When configuring with Meson 63.0, the configuration crashes due to Sandbox Violations. This seems to happen in multiple CMake subprojects, since in the CI builds, different platforms show different subprojects...
Main changes: - Update build system to fix compilation on Windows with AviSynth enabled - To fix a lot of crashes when opening various videos, use updated headers from AviSynthPlus,...
I'm building Aegisub on Windows using the developer tools of Microsoft Visual Studio 2019 (2022 would fail when compiling because of some error with `stdatomic.h`) and the otherwise latest versions...
When compiling BestSource on OSX, compilation fails with the error ``` ../subprojects/bestsource/src/videosource.h:187:17: error: implicit instantiation of undefined template 'std::basic_string' std::string Source; ^ /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/iosfwd:239:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS...
First of all, I tagged this issue as `gpu-next:` since right now it mainly comes up on `gpu-next`, the core issue is a deeper one and also affects some configurations...
### Screenshots Libass:  VSFilter:  ### Description of the issue The above screenshots are taken at time 0 with the provided file. On VSFilter (specifically [pinterf's VSFilter 3.2.0.809](https://github.com/pinterf/xy-VSFilter/releases/tag/3.2.0.809) via...
Various bugfixes that accumulated at arch1t3cht/Aegisub. This one is a bit more involved but can again be checked commit for commit.
## Explanation Descaling models resampling as a linear transformation, but in practice the resampling process is not always entirely linear: After rescaling, pixel values might be clamped to their value...
Tracking issue, see title. TypesettingTools/Aegisub switched to C++20 with various other refactors recently. Since ICU now requires C++17, this is getting more and more pressing. Some other dependencies like BestSource...
Fixes #8020 The actual bug was in `_determine_ext_objs` in `backends.py`, but that function is only called with a nonempty `proj_dir_to_build_root` in the VS backend. (So this also will not change...