vlc/modules
Alexandre Janniaux 6881bd2e75 http: message: fix doxygen warnings
modules/access/http/message.h:165: warning: The following parameter of vlc_http_msg_add_creds_basic(struct vlc_http_msg *m, bool proxy, const char *username, const char *password) is not documented:
      parameter 'm'

    modules/access/http/message.h:112: warning: The following parameter of vlc_http_msg_add_time(struct vlc_http_msg *m, const char *name, const time_t *t) is not documented:
      parameter 'm'

    modules/access/http/message.h:104: warning: The following parameter of vlc_http_msg_get_time(const struct vlc_http_msg *m, const char *name) is not documented:
      parameter 'm'

    modules/access/http/message.h:231: warning: The following parameter of vlc_http_msg_get_token(const struct vlc_http_msg *msg, const char *field, const char *token) is not documented:
      parameter 'msg'

    modules/access/http/message.h:303: warning: The following parameter of vlc_http_msg_write(struct vlc_http_msg *m, block_t *b, bool eos) is not documented:
      parameter 'm'
2023-08-10 09:30:35 +00:00
..
access http: message: fix doxygen warnings 2023-08-10 09:30:35 +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 codec: avcodec: missing fmt clean on error 2023-08-09 13:49:18 +00:00
control hotkey: ensure we have a media before requesting OSD 2023-07-27 11:08:43 +00:00
demux avformat: use hexadecimal to show CODEC_IDs 2023-08-08 07:25:55 +00:00
gui qt: add button to toggle controlbar visibility for interactive videos 2023-08-08 13:42:39 +00:00
hw modules: include vlc_configuration.h when using config_ChainParse() 2023-05-06 06:56:32 +00:00
isa arm: neon: return VLC_SUCCESS for packed to planar 2022-08-15 13:15:12 +00:00
keystore modules: include unistd.h when using ftruncate() 2023-04-27 19:44:35 +00:00
logger vlc_tracer: remove TICK type 2023-06-02 01:29:51 +00:00
lua httpd: use size_t for buffer size results 2023-07-14 07:24:25 +00:00
meta_engine meson: detect zlib as a dependency 2023-07-04 12:39:13 +00:00
misc medialibrary: thumb: check fclose while saving 2023-08-09 12:41:53 +00:00
mux mux/asf: fix an uninitialized variable use 2023-07-26 14:38:50 +00:00
notify macosx: Use dot notation to acces NSNotificationCenter defaultCenter 2023-06-10 21:40:26 +00:00
packetizer packetizer: av1: fix bogus detection of monochrome 2023-08-02 12:40:54 +00:00
services_discovery modules: move vlc_charset.h include after winsock including headers 2023-07-05 13:47:59 +00:00
spu mosaic: store the width/height as unsigned 2023-08-03 14:49:52 +00:00
stream_extractor archive: add `STREAM_GET_MTIME` support 2023-07-20 13:42:03 +00:00
stream_filter stream: make `GetPtsDelay` impossible to fail 2023-07-21 08:35:16 +00:00
stream_out meson: sout: add the trace module 2023-08-02 16:05:49 +00:00
text_renderer freetype: rework error code handling to use VLC_SUCCESS 2023-07-30 19:48:28 +00:00
video_chroma filters: swscale: fix inverted loop/copy sizes 2023-08-08 11:10:10 +00:00
video_filter vlc_filter: filter_chain_AppendConverter return a VLC error code 2023-08-02 19:45:31 +00:00
video_output d3d_shaders: fix placement with 270° rotation 2023-08-09 20:56:53 +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
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 modules: meson.build: name plugins targets 2023-08-03 08:01:09 +00:00
module.rc.in