| .. |
|
dcp
|
modules: include vlc_configuration.h when using config_GetUserDir()
|
3 years ago |
|
dshow
|
modules: include vlc_threads.h when vlc_mutex_t is used
|
3 years ago |
|
dsm
|
modules: include vlc_arrays.h when using vlc_array_t
|
3 years ago |
|
dtv
|
modules: include vlc_arrays.h when using TAB_xxx API
|
3 years ago |
|
dvb
|
modules: include vlc_configuration.h when using config_GetSysPath()
|
3 years ago |
|
http
|
modules: include vlc_threads.h when using vlc_savecancel()
|
3 years ago |
|
linsys
|
modules: fix typos
|
4 years ago |
|
mms
|
modules: include vlc_threads.h when vlc_mutex_t is used
|
3 years ago |
|
rtp
|
meson: add rtp modules
|
3 years ago |
|
screen
|
screen/dxgi: use WINAPI_FAMILY to check cursor availability
|
3 years ago |
|
v4l2
|
modules: include vlc_threads.h when using vlc_savecancel()
|
3 years ago |
|
vcd
|
access: fix restrict usage in block reading callbacks
|
3 years ago |
|
Makefile.am
|
access/dshow: only use the includes we need
|
3 years ago |
|
alsa.c
|
modules: include vlc_threads.h when using vlc_savecancel()
|
3 years ago |
|
amt.c
|
modules: include vlc_threads.h when using vlc_savecancel()
|
3 years ago |
|
avaudiocapture.m
|
plugins: purge use of set_category()
|
4 years ago |
|
avcapture.m
|
access: avcapture: remove unused variables
|
3 years ago |
|
avio.c
|
modules: include vlc_configuration.h when using config_ChainParse()
|
3 years ago |
|
avio.h
|
plugins: purge use of set_category()
|
4 years ago |
|
bluray.c
|
modules: include vlc_arrays.h when using vlc_array_t
|
3 years ago |
|
cache.c
|
modules: add a fancy name to internal threads
|
4 years ago |
|
cache.h
|
modules: include vlc_threads.h when using vlc_once_t
|
3 years ago |
|
cdda.c
|
modules: include vlc_configuration.h when using config_GetUserDir()
|
3 years ago |
|
concat.c
|
access: concat: fix typo in shortcut
|
3 years ago |
|
data.c
|
plugins: purge use of set_category()
|
4 years ago |
|
dc1394.c
|
core: use vlc_tick_t for DEMUX_GET_TIME officially
|
8 years ago |
|
decklink.cpp
|
decklink: fix fourcc string to enum conversion
|
3 years ago |
|
directory.c
|
vlc_fs: always use a custom type for our opendir API's
|
4 years ago |
|
disc_helper.h
|
modules: fix typos
|
4 years ago |
|
dv.c
|
modules: include vlc_threads.h when using vlc_savecancel()
|
3 years ago |
|
dvdnav.c
|
access: dvdnav: check directory content on probing
|
3 years ago |
|
dvdread.c
|
modules: include vlc_arrays.h when using TAB_xxx API
|
3 years ago |
|
emjsfile.c
|
emjsfile: remove whitespaces and deprecated comment
|
3 years ago |
|
file.c
|
access: file: fix detection of mapped network drives
|
4 years ago |
|
fs.c
|
plugins: purge use of set_category()
|
4 years ago |
|
fs.h
|
vlc_fs: always use a custom type for our opendir API's
|
4 years ago |
|
ftp.c
|
sout: use uint64_t for seeking offsets
|
3 years ago |
|
gopher.c
|
plugins: purge use of set_category()
|
4 years ago |
|
http.c
|
http: remove uneeded cast
|
3 years ago |
|
idummy.c
|
charset: rename us_* to vlc_*_c()
|
4 years ago |
|
imem-access.c
|
libvlc: use ptrdiff_t instead of POSIX ssize_t in libvlc
|
4 years ago |
|
imem.c
|
access: fix restrict usage in block reading callbacks
|
3 years ago |
|
jack.c
|
access: jack: use vlc_alloc helper
|
3 years ago |
|
live555.cpp
|
modules: include vlc_arrays.h when using TAB_xxx API
|
3 years ago |
|
live555_dtsgen.h
|
modules: fix typos
|
4 years ago |
|
meson.build
|
meson: add rtp modules
|
3 years ago |
|
mtp.c
|
plugins: purge use of set_category()
|
4 years ago |
|
nfs.c
|
nfs: fix pf_read return values
|
4 years ago |
|
oss.c
|
Simplify OSS check by removing OpenBSD specific header check
|
3 years ago |
|
pulse.c
|
plugins: purge use of set_category()
|
4 years ago |
|
rdp.c
|
modules: include vlc_threads.h when using vlc_savecancel()
|
3 years ago |
|
rist.c
|
rist: don't cast to vlc_object_t*
|
4 years ago |
|
rist.h
|
Add libRIST based access and access_output modules.
|
5 years ago |
|
samba.c
|
modules: access: handle vlc_credential_get interruption
|
4 years ago |
|
satip.c
|
modules: include vlc_threads.h when vlc_thread_t is used
|
3 years ago |
|
sdi.c
|
access: sdi: include config.h before include VLC headers
|
5 years ago |
|
sdi.h
|
Decklink input: factor out some SDI code
|
12 years ago |
|
sdp.c
|
plugins: purge use of set_category()
|
4 years ago |
|
sftp.c
|
modules: include vlc_configuration.h when using config_GetUserDir()
|
3 years ago |
|
shm.c
|
plugins: purge use of set_category()
|
4 years ago |
|
smb2.c
|
Revert "smb2: fix anonymous login"
|
4 years ago |
|
smb_common.h
|
dsm: specify the v1 protocol in the dialog credential title
|
7 years ago |
|
srt.c
|
srt: don't cast to vlc_object_t*
|
4 years ago |
|
srt_common.c
|
srt: add stream ID option
|
6 years ago |
|
srt_common.h
|
srt: add stream ID option
|
6 years ago |
|
tcp.c
|
plugins: purge use of set_category()
|
4 years ago |
|
timecode.c
|
plugins: purge use of set_category()
|
4 years ago |
|
udp.c
|
plugins: purge use of set_category()
|
4 years ago |
|
unc.c
|
modules: access: handle vlc_credential_get interruption
|
4 years ago |
|
vdr.c
|
modules: include vlc_arrays.h when using TAB_xxx API
|
3 years ago |
|
vlc_decklink.h
|
decklink: fix HRESULT printing
|
4 years ago |
|
vnc.c
|
modules: include vlc_threads.h when vlc_thread_t is used
|
3 years ago |
|
wasapi.c
|
acccess/wasapi: fix GUIDs not available for C code in Windows SDK
|
3 years ago |