vlc/modules
Steve Lhomme 5974d7abd0 text_style: turn the colors into uint32_t
They are stored as XRGB with the alpha component separately (ie not ARGB).

A lot of code is already writing uint32_t values in these fields.
2023-10-07 12:18:05 +00:00
..
access vlc_es: remove always 0 video_format_t RGB mask 2023-10-07 10:20:59 +00:00
access_output modules: assume sizeof(uint8_t) is 1 2023-07-13 06:40:42 +00:00
audio_filter bandlimited: fix compilation 2023-07-21 09:02:27 +00:00
audio_mixer meson: add initial meson build system 2023-01-04 14:48:39 +00:00
audio_output auhal: use the system constants from vlc_aout 2023-10-03 07:02:45 +00:00
codec text_style: turn the colors into uint32_t 2023-10-07 12:18:05 +00:00
control control: dbus: check EINTR for read 2023-08-10 15:46:34 +00:00
demux vlc_es: remove always 0 video_format_t RGB mask 2023-10-07 10:20:59 +00:00
gui qt: MainInterface: decode partially encoded MRL on drop 2023-10-06 18:27:50 +00:00
hw vlc_es: remove always 0 video_format_t RGB mask 2023-10-07 10:20:59 +00:00
isa vlc_fourcc: remove read-only VLC_CODEC_RGB16 2023-10-07 10:20:59 +00:00
keystore modules: include unistd.h when using ftruncate() 2023-04-27 19:44:35 +00:00
logger tracer: json: close dangling file pointer 2023-09-15 05:21:05 +00:00
lua include: avoid including vlc_subpicture.h when not needed 2023-08-17 12:22:24 +00:00
meta_engine meson: detect zlib as a dependency 2023-07-04 12:39:13 +00:00
misc input_item: change es_format_t list handling 2023-09-02 09:33:26 +00:00
mux vlc_fourcc: remove read-only VLC_CODEC_RGB24M 2023-09-29 15:09:23 +00:00
notify macosx: Use dot notation to acces NSNotificationCenter defaultCenter 2023-06-10 21:40:26 +00:00
packetizer packetizer: hevc: provide picture left/top crop info 2023-09-13 17:27:42 +07:00
services_discovery modules: move vlc_charset.h include after winsock including headers 2023-07-05 13:47:59 +00:00
spu text_style: turn the colors into uint32_t 2023-10-07 12:18:05 +00:00
stream_extractor stream_extractor: set correct offset on read failure 2023-09-03 11:22:04 +00:00
stream_filter stream: make `GetPtsDelay` impossible to fail 2023-07-21 08:35:16 +00:00
stream_out vlc_es: remove always 0 video_format_t RGB mask 2023-10-07 10:20:59 +00:00
text_renderer freetype: rename xxxFromRGB to xxxFromXRGB 2023-10-07 12:18:05 +00:00
video_chroma vlc_es: remove always 0 video_format_t RGB mask 2023-10-07 10:20:59 +00:00
video_filter vlc_es: remove empty video_format_FixRgb() 2023-10-07 10:20:59 +00:00
video_output vlc_es: remove always 0 video_format_t RGB mask 2023-10-07 10:20:59 +00:00
video_splitter modules: include vlc_configuration.h when using config_ChainParse() 2023-05-06 06:56:32 +00:00
visualization goom: use VLC_CODEC_XRGB instead of VLC_CODEC_RGB32 2023-09-24 19:57:38 +00:00
.gitignore modules: remove unused dummy.cpp 2022-09-14 10:51:42 +00:00
Makefile.am modules: remove unused dummy.cpp 2022-09-14 10:51:42 +00:00
common.am plugins: rename __PLUGIN__ to VLC_DYNAMIC_PLUGIN 2023-03-03 14:13:29 +00:00
meson.build vout: new native display renderer for Apple platforms 2023-09-16 14:31:56 +00:00
module.rc.in