- Dec 10, 2021
-
-
Refs #25747
-
Refs #25747
-
Refs #25747
-
Refs #25747
-
Get the mtime, ctime, atime and the size of the items scaned from "DirRead", and save in the item struct. Refs #25747
-
An helper to add a ".stat" info as uint64_t.
-
In the access modules, we would like to be able to send file properties such as size directly to the input item. But no reference to this item is accessible. This field will allow you to retrieve the item created by the function.
-
-
-
-
-
-
-
- Dec 09, 2021
-
-
Ensure that a single media, if set more than one time, is only played once. Refs #26312
-
This validate the previous commit.
-
Fix playback of the current media if a last one has been set without being played. Refs #26312
-
...if the last one has not been played. Regardless of the user option. Refs #26312
-
To differentiate between added medias and played medias in tests.
-
Don't use player_set_current_mock_media() for this single test.
-
-
-
Do not hardcode hh:mm but instead use the locale time format, just like for the date, to ensure the time is displayed consistently.
-
-
Fix #5894
-
Martin Storsjö authored
Since 6ab96386, the matrices in the function are only 4x3, but the function kept using the fourth row of the right hand matrix. The out of bounds values were in practice multiplied with 0, which is why this wasn't initially noticed. However, 0 * <uninit> can also evaluate to NaN, if the uninitialized data happens to make the bit pattern of a NaN. In the upcoming Clang 14, the default options for float handling were changed slightly (in Clang commit https://github.com/llvm/llvm-project/commit/f04e387055e495e3e14570087d68e93593cf2918). As Clang can see that these multiplications use undefined values out of bounds, it assumes that those values are NaNs, which let Clang essentially optimize out most of D3D_SetupQuad, just setting all of quad->shaderConstants->Colorspace to NaNs. This fixes the colorspace matrix when built with Clang 14, by assuming the fourth, missing, row of the right hand matrix in MultMat43 to be [0, 0, 0, 1].
-
- Dec 08, 2021
-
-
-
Initial version of a standalone vout window provider for macOS, it still lacks mouse handling and only works if the macosx inteface module was loaded (or NSApp was initialized by other means).
-
Makes new versions of Xcode happy.
-
The AX_APPEND_FLAG arguments were reversed, the program was not escaped from m4 macros, and the function was declared in the body of the main function, so it just couldn't work. After fixing this, static module bank is back working normally on MacOSX.
-
Some flags were defined in configure.ac but were not used in the Makefile.am. No issue raised from this oversight since the test was actually always disabled.
-
-
-
fix #26281
-
- Dec 07, 2021
-
-
The previous libavutil requirement was for libav, change that to the matching libavutil 55.22.101 for libavcodec 57.37.100
-
This check was used to distinguish FFmpeg and libav, as libav support is removed now, this is no longer necessary.
-
This check was used to distinguish FFmpeg and libav, as libav support is removed now, this is no longer necessary.
-
This check was used to distinguish FFmpeg and libav, as libav support is removed now, this is no longer necessary.
-
-
-
With the libav contrib removed, it is no longer needed.
-