- Oct 20, 2023
-
-
-
-
-
-
Steve Lhomme authored
We can't use the planes of the picture in that case.
-
Steve Lhomme authored
We cannot get NV21 or I420 as sub pictures as we only accept RGBA.
-
Steve Lhomme authored
-
Steve Lhomme authored
This is specific to windows mix with I420/YV12. It should not be in generic code.
-
Steve Lhomme authored
-
Steve Lhomme authored
We only allow 2 chromas in this code: VLC_CODEC_I420 and VLC_CODEC_YV12. vlc_fourcc_AreUVPlanesSwapped() only returns true for VLC_CODEC_I420.
-
Steve Lhomme authored
We only support NV12/P010 and we don't support swapping UV data in semiplanar formats.
-
-
Steve Lhomme authored
We don't need it anymore, we always pass a logger.
-
Steve Lhomme authored
So we can simplify the accepted types.
-
KEY_* requires vlc_actions.h.
-
vlc_mutex_* requires vlc_threads.h.
-
close() is declared in unistd.h.
-
Steve Lhomme authored
We don't need multiple level of indirections.
-
Steve Lhomme authored
As said in bf2f6495, it's supposed to match DXGI_FORMAT_R10G10B10A2_UNORM which is in fact ABGR [1] in memory order. We declare it like 15/16-bit RGB. We can't map it to D3D11 opaque BGRA/RGBA directly. [1] https://learn.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format#portable-coding-for-endian-independence
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Fixes this warning: > values of type 'OSStatus' should not be used as format arguments; add an > explicit cast to 'int' instead
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
If the track count tested grows, the local string will not be able to hold bigger values.
-
Steve Lhomme authored
It doesn't depend on the WINAPI family. VLC expects it to return char*.
-
Steve Lhomme authored
It depends on the size of pid_t on each system. This is how it's used in cache.c and fsstorage.c.
-
Steve Lhomme authored
PRIu8 is probably OK but it needs a uint8_t value.
-
Fixed: 1. On 24-bit and 32-bit RGB, R and B are swapped. 2. On 15-bit RGB, KVAF_BGR16 is used. Finally, OS/2 is little-endian system.
-
-
-
allow normal SpinBox shortcut (up and down) key when TextInput has focus
-
-
-
-
-
removes invalid property accesses
-
-
Steve Lhomme authored
-