- Dec 03, 2023
-
-
-
Steve Lhomme authored
It's only referenced in that header.
-
Steve Lhomme authored
It's mostly used for var_AddCallback() and filter callbacks. But vlc_common.h currently includes vlc_variables.h so it's still available there.
-
Steve Lhomme authored
It's not needed outside of variables.
-
Steve Lhomme authored
-
Steve Lhomme authored
New storage types can be added, but they need to be handled here.
-
Steve Lhomme authored
Only a few values correspond to a type when using the CONFIG_CLASS mask.
-
-
-
-
-
-
minimal foc was already on list head
-
-
-
-
Steve Lhomme authored
It's handled by vlc_fourcc_GetCodecFromString() and other string parameters usually use NULL instead of "".
-
Steve Lhomme authored
It's now supported by vlc_fourcc_GetCodecFromString(). If the string doesn't match any video callback, we use the hardcoded mapping.
-
Steve Lhomme authored
We never use that variable afterwards.
-
Steve Lhomme authored
We never use that variable afterwards.
-
- Dec 02, 2023
-
-
Steve Lhomme authored
See documentation [1]. [1] https://learn.microsoft.com/en-us/windows/win32/api/wingdi/nc-wingdi-enhmfenumproc
-
-
- Dec 01, 2023
-
-
The main NSMenu must not be modified from any other thread that is not the main thread. Fixes an exception when adding renderer items on recent macOS versions.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
vlc_fourcc_GetCodecFromString() checks the string has the exact size needed.
-
Steve Lhomme authored
vlc_fourcc_GetCodecFromString() is used to turn FourCC strings into a VLC FourCC. Some accepted string found in fourcc_list.h can have space character padding at the end, see fourcc_list.h. We should always allow the mapping to work.
-
- Nov 30, 2023
-
-
Steve Lhomme authored
A SAP session on standard output doesn't make much sense.
-
Steve Lhomme authored
We're not create a COM object in C.
-
Steve Lhomme authored
Formatting string or matching a VLC FourCC.
-
Steve Lhomme authored
It's a Windows-only code. We don't need the VLC versions.
-
Steve Lhomme authored
It's a Windows-only code. We don't need the VLC versions.
-
Steve Lhomme authored
It's a Windows-only code. We don't need the VLC versions.
-
Steve Lhomme authored
-
Steve Lhomme authored
It's not needed at all.
-
Steve Lhomme authored
-
- Nov 29, 2023
-
-