- 15 Jun, 2022 9 commits
-
-
-
-
-
-
MAX is an Foundation provided macro which is generally expansion-safe on Darwin platforms when using Clang or GCC.
-
-
-
-
-
- 14 Jun, 2022 2 commits
-
-
Steve Lhomme authored
It's the same value except it's more explicit.
-
Multiple OOB-read, heap buffer overflow and user after frees
-
- 12 Jun, 2022 12 commits
-
-
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
-
- 11 Jun, 2022 17 commits
-
-
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.
-