- Jun 15, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Jun 14, 2022
-
-
Steve Lhomme authored
It's the same value except it's more explicit.
-
Multiple OOB-read, heap buffer overflow and user after frees
-
- Jun 12, 2022
-
-
Prevents compilation failure when extending this struct in the future, a feature(tm) unique to C++.
-
-
ATOMIC_VAR_INIT is deprecated and might be removed in the future. We don't need to use it. [1] http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2244.htm#dr_485
-
-
-
-
-
-
-
-
fix #26675
-
don't let subtitle steal the mouse in GridItem
-
- Jun 11, 2022
-
-
prioritize the macosx vout over the generic opengl (270), but less than caopengllayer (300)
-
This module is required to use libvlc opengl bindings
-
This is in line with the other places where we check for Win8.1 and Win10. We don't need to load a specific library, we check what is available in kernel32. GetCurrentThreadStackLimits is available since Win8 in all builds [1] [1] https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getcurrentthreadstacklimits
-
VLC 4.0 cannot be compiled or run for versions before Windows 7.
-
Otherwise we will trigger a redisplay and then the current frame might be late.
-
-
DisplayPicture() doesn't need to get the actual picture anymore. No logical changes.
-
No need to do in the caller. This is really the displayed.current we want to update in this function. If we need to tweak how we get the next picture it should be in here. No logical changes.
-
- vout and sys are the same thing, sys is used more often - return the value directly rather than using next No logical changes.
-
No logical changes.
-
No functional changes.
-
This should probably not happen since we have sys->pause.is_on for that. No logical changes.
-
No functional changes.
-
On pause we don't need to get the next picture, we keep showing the same one. No logical changes.
-
No logical changes.
-
No logical changes.
-
We shouldn't use a previous time for that but the situation at the time the decision is done. The max_deadline can use the same value.
-
-
-
this is done to improve caching of generated cover
-
removes blocking call when reading network image
-
-
covers are custom generated
-
saves memory
-