vlc/modules
Steve Lhomme 6d54230191 demux: mock: document the format of the palettes defined 2023-10-14 14:18:19 +00:00
..
access decklink: split the code to log field dominance and map to block flags 2023-10-08 05:41:50 +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 schroedinger: use vlc_fourcc_t for VLC chromas 2023-10-13 13:36:02 +00:00
control control: dbus: check EINTR for read 2023-08-10 15:46:34 +00:00
demux demux: mock: document the format of the palettes defined 2023-10-14 14:18:19 +00:00
gui qt: workaround for nvidia on xwayland 2023-10-12 15:40:03 +00:00
hw mmal: support ABGR subpictures 2023-10-08 09:45:22 +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 transcode: don't set output encoder chroma 2023-10-13 13:36:02 +00:00
text_renderer freetype: rename xxxFromRGB to xxxFromXRGB 2023-10-07 12:18:05 +00:00
video_chroma chroma: cvpx: use local variable consistently 2023-10-13 13:36:02 +00:00
video_filter video_filter: assert when the input chroma is unknown 2023-10-13 13:36:02 +00:00
video_output direct3d11: use auto for long structure name 2023-10-13 13:36:02 +00:00
video_splitter vlc_fourcc: remove full range chromas 2023-10-09 17:40:44 +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