- Sep 06, 2022
-
-
Steve Lhomme authored
The stdcall is missing.
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Sep 05, 2022
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Sep 04, 2022
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Sep 03, 2022
-
-
Given vlc was launched on macOS with `-Iqt` arg, a segmentation fault appeared. When Qt interface initialised, it unexpectedly called `-[VLCLibraryWindowController restoreWindowWithIdentifier:state:completionHandler:]` with the wrong identifier. This was mainly due to the macOS window restoration mechanism.
-
Rémi Denis-Courmont authored
If the string has at least 5 characters, it is too long. We don't exactly care how many characters it actually has.
-
Rémi Denis-Courmont authored
-
- Sep 02, 2022
-
-
Visual pleasure the effect provides is not justified due to the side effects the effect causes.
-
-
-
-
Steve Lhomme authored
The snapshot cannot be created so the filter cannot be used.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
And fix leak
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Sep 01, 2022
-
-
When inheriting from classes with a virtual destructor, it is not needed to declare the destructor both as virtual and override. In line with the normal policy for virtual vs override, use virtual only when declaring the base class destructor.
-
-
Steve Lhomme authored
Regression from a89c7662 that is still usable in UWP.
-
- Aug 31, 2022
-
-
-
bogus seek after chained content regression by 7b091b21
-
-
We can't assume page are small. and seeks to wrong/outside of stream pos if stream does not start time 0
-
-
-
returning negative error on these
-
-
- Aug 30, 2022
-
-
Steve Lhomme authored
PathIsNetworkPathW() is a basic function that only checks for \\ and [a-zA-Z]:\\ pathes [1]. It's also not available on UWP apps. We can do the same by checking the UTF-8 string directly without even a conversion to wide char string. [1] https://docs.microsoft.com/en-us/windows/win32/api/shlwapi/nf-shlwapi-pathisnetworkpathw
-
-
-
-