- Mar 12, 2022
-
-
It's available in MSVC and Mingw64 since 2015 + remove unused & undefined UUIDs
-
-
- Mar 11, 2022
-
-
Our prior implementation couldn't handle a model invalidate() properly and ended up corrupting the keyboard navigation.
-
fix #26607
-
-
- Mar 10, 2022
-
-
Our UCRT build already has the same version, so we should match the same value we support. The UWP builds require UCRT.
-
The mac module shouldn't present the mouse options if it doesn't handle them.
-
-
-
-
-
The DXGI code is always compiled on Windows as it's only using calls available since Windows 7, although IDXGIOutputDuplication will not be available. The block_t sent contains a D3D11-based picture_t that can be used without any additional copy using the shared handle.
-
-
This is useful when textures come from a different Adapter/GPU or the bogus access with GPU output.
-
Simplify the close callback which only needs to clean the screen_data_t.
-
If the capture took too long we need to adjust which frame the capture belongs to.
-
-
-
Since ARIB subtitles used in South America are also being recognized, they're not limited to Japanese. Remove the "jpn" tag for the moment.
-
-
-
-
-
Do not assume that the DRM format matches the display source.
-
This provides all known mappings between VLC and DRM pixel formats.
-
This is only used during activation.
-
We don't need two ways to force the pixel format, and DRM formats are more specific (include RGB masks) than VLC's, so stick to those.
-
-
-
Rémi Denis-Courmont authored
-
If anyone has a pthread with a different Windows SDK it should work. It will also avoid bogus pthread.h missing reports when mingw-w64 is not detected properly. HAVE_WINPTHREAD is not checked and assumed to be available.
-
this way it mirrors the behaviour with GridViews
-
-
-
-
This fixes the bad option default for this value. The default being `VPX_DL_GOOD_QUALITY`, which is defined as `1000000` not `0` as seemed to be the author's assumption, did not map to the specified range of 0-2 and thus was getting clamped to 2, corresponding to 'best' quality rather than 'good' quality. It was requested in review to map the option values to match the vpx defines rather than simply change the default value to `0`. This necessitates removal of the range.
-
-
-
-
Unspecified order was: add-button, ban-add-button, ban-list, list.
-