vlc/modules
2023-09-21 08:50:00 +00:00
..
access http: add missing allocation check 2023-09-21 08:50:00 +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 audiotrack: check timestamp position 2023-07-26 15:18:24 +00:00
codec mft: map MFVideoFormat_ARGB32 to VLC_CODEC_BGRA 2023-09-17 10:23:10 +00:00
control control: dbus: check EINTR for read 2023-08-10 15:46:34 +00:00
demux demux: mp4: silence unused variable warning 2023-09-21 08:50:00 +00:00
gui qml: add History.match History.exactMatch to check for current path 2023-09-20 08:52:06 +00:00
hw hxxx_helper: provide picture left/top crop info 2023-09-13 17:27:41 +07:00
isa yuv_rgb: map VLC_CODEC_RGBX like VLC_CODEC_RGB32 with the same mask 2023-08-24 13:02:22 +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 mux: libmp4mux: add missing allocation check 2023-09-21 08:50:00 +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 audiobargraph: use the real vlc_fourcc_t for YUVA 2023-08-25 06:39:38 +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 stream_out: rtp: add missing allocation check 2023-09-21 08:50:00 +00:00
text_renderer modules: remove write-only video format i_bits_per_pixel 2023-09-04 07:08:04 +02:00
video_chroma video_chroma: copy: fix leak on error 2023-09-21 08:50:00 +00:00
video_filter filter_picture: get the alpha RGB index when there is one 2023-09-07 11:26:19 +00:00
video_output build: fix samplebufferdisplay linking 2023-09-19 10:15:52 +00:00
video_splitter modules: include vlc_configuration.h when using config_ChainParse() 2023-05-06 06:56:32 +00:00
visualization modules: include vlc_configuration.h when using config_GetSysPath() 2023-05-06 06:56:32 +00:00
.gitignore 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
Makefile.am modules: remove unused dummy.cpp 2022-09-14 10:51:42 +00:00
meson.build vout: new native display renderer for Apple platforms 2023-09-16 14:31:56 +00:00
module.rc.in