git.videolan.org
/
vlc.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
thread: add generic futex-based muteces
2020-02-21
Rémi Denis-Courmont
thread: add generic futex-based muteces
commit
|
commitdiff
|
tree
2020-02-21
Rémi Denis-Courmont
thread: use the common vlc_cond_t implementation
commit
|
commitdiff
|
tree
2020-02-21
Rémi Denis-Courmont
win32: simplify vlc_join()
commit
|
commitdiff
|
tree
2020-02-20
Rémi Denis-Courmont
FreeBSD: add thread ID and atomic wait functions
commit
|
commitdiff
|
tree
2020-02-20
Rémi Denis-Courmont
threads: add vlc_atomic_timedwait_daytime()
commit
|
commitdiff
|
tree
2020-02-20
Rémi Denis-Courmont
thread: use a linked-list in condition variables
commit
|
commitdiff
|
tree
2020-02-20
Rémi Denis-Courmont
thread: rationalise vlc_atomic_timedwait()
commit
|
commitdiff
|
tree
2020-02-20
Rémi Denis-Courmont
android: remove useless semaphore
commit
|
commitdiff
|
tree
2020-02-19
Rémi Denis-Courmont
thread: improve Doxygen
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
decklink: use vlc::threads for global lock
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
upnp: use vlc::threads
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
mkv/dispatcher: use vlc::threads
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
skins: remove useless mutex
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
qt/main: use vlc::threads
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
qt/singleton: use vlc::threads
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
taglib: use vlc::threads
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
thread: make vlc_thread_self() always work
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
win32: inline vlc_thread_self() internally
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
os2: inline vlc_thread_self() locally
commit
|
commitdiff
|
tree
2020-02-18
Rémi Denis-Courmont
android: inline vlc_thread_self() internally
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
threads: restore Doxygen on vlc_sem_t
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
Fix Makefile typo
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
vnc: use a semaphore instead of cancellation
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
mms: use semaphore rather than cancellation
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
thread: add vlc_sem_timedwait()
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
thread: remove vlc_sem_destroy()
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
thread: use generic semaphores on all platforms
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
thread: rectify atomic_uint-related assertions
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
thread: rewrite semaphores with an atomic variable
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
posix: add fallback vlc_atomic_* implementation
commit
|
commitdiff
|
tree
2020-02-17
Rémi Denis-Courmont
posix/getaddrinfo: simplify
commit
|
commitdiff
|
tree
2020-02-16
Rémi Denis-Courmont
libvlc: use flag instead of cancellation
commit
|
commitdiff
|
tree
2020-02-16
Rémi Denis-Courmont
src: deduplicate Linux sources selection
commit
|
commitdiff
|
tree
2020-02-16
Rémi Denis-Courmont
src: reduce nesting levels of OS-specific sources
commit
|
commitdiff
|
tree
2020-02-16
Rémi Denis-Courmont
getaddrinfo: fix typo
commit
|
commitdiff
|
tree
2020-02-10
Rémi Denis-Courmont
sap: simplify not using cancellation
commit
|
commitdiff
|
tree
2020-02-10
Rémi Denis-Courmont
sap: create the thread after the first session is ready
commit
|
commitdiff
|
tree
2020-02-10
Rémi Denis-Courmont
sap: merge both locks
commit
|
commitdiff
|
tree
2020-02-10
Rémi Denis-Courmont
sap: use vlc_list for SAP sessions
commit
|
commitdiff
|
tree
2020-02-10
Rémi Denis-Courmont
sap: use vlc_list for SAP addresses
commit
|
commitdiff
|
tree
2020-02-10
Rémi Denis-Courmont
timer: do not use vlc_cancel()
commit
|
commitdiff
|
tree
2020-02-10
Rémi Denis-Courmont
vlm: do not use vlc_cancel()
commit
|
commitdiff
|
tree
2020-02-10
Rémi Denis-Courmont
vlm: check status at thread start
commit
|
commitdiff
|
tree
2020-02-10
Rémi Denis-Courmont
decoder: simplify not using cancellation
commit
|
commitdiff
|
tree
2020-02-10
Rémi Denis-Courmont
decoder: adding missing continue's
commit
|
commitdiff
|
tree
2020-02-09
Rémi Denis-Courmont
ncurses: simplify using atomic instead of vlc_cancel()
commit
|
commitdiff
|
tree
2020-02-09
Rémi Denis-Courmont
vnc: use local variable
commit
|
commitdiff
|
tree
2020-02-09
Rémi Denis-Courmont
rdp: use a local variable
commit
|
commitdiff
|
tree
2020-02-09
Rémi Denis-Courmont
rtp: fix --sout-rtp-sap
commit
|
commitdiff
|
tree
2020-02-08
Rémi Denis-Courmont
Fix Doxygen ToC
commit
|
commitdiff
|
tree
2020-02-08
Rémi Denis-Courmont
threads: improve Doxygen
commit
|
commitdiff
|
tree
2020-02-08
Rémi Denis-Courmont
udp: do not set SO_REUSEPORT on Linux (refs #23201)
commit
|
commitdiff
|
tree
2020-02-05
Rémi Denis-Courmont
webvtt: cast enum-to-enum explicitly
commit
|
commitdiff
|
tree
2020-02-04
Rémi Denis-Courmont
win32/window: remove mutex, fix heap corruption
commit
|
commitdiff
|
tree
2020-02-04
Rémi Denis-Courmont
win32/window: fix title encoding
commit
|
commitdiff
|
tree
2020-02-04
Rémi Denis-Courmont
win32/window: simplify using semaphore
commit
|
commitdiff
|
tree
2020-02-04
Rémi Denis-Courmont
win32/window: remove useless done boolean
commit
|
commitdiff
|
tree
2020-02-04
Rémi Denis-Courmont
ios vout: signal while holding the lock
commit
|
commitdiff
|
tree
2020-02-04
Rémi Denis-Courmont
win32/inhibit: signal while holding the lock
commit
|
commitdiff
|
tree
2020-02-04
Rémi Denis-Courmont
skins2: use semaphore to simplify init
commit
|
commitdiff
|
tree
2020-02-04
Rémi Denis-Courmont
threads: rename vlc_addr_* following C++20 names
commit
|
commitdiff
|
tree
2020-02-04
Rémi Denis-Courmont
linux: fix vlc_futex_wait() cancellation
commit
|
commitdiff
|
tree
2020-01-15
Rémi Denis-Courmont
kwallet: remove redundant vlc_memstream_flush()
commit
|
commitdiff
|
tree
2020-01-15
Rémi Denis-Courmont
cdda: simplify and fix invalid free on error
commit
|
commitdiff
|
tree
2020-01-15
Rémi Denis-Courmont
memstream: document
commit
|
commitdiff
|
tree
2020-01-01
Rémi Denis-Courmont
configure: happy new year
commit
|
commitdiff
|
tree
2019-12-22
Rémi Denis-Courmont
dmxmus: compute length and position
commit
|
commitdiff
|
tree
2019-12-22
Rémi Denis-Courmont
dmsmux: use symbolic constants and macros
commit
|
commitdiff
|
tree
2019-12-22
Rémi Denis-Courmont
dmsmux: revector
commit
|
commitdiff
|
tree
2019-12-20
Rémi Denis-Courmont
dmxmus: demuxer for MUS files from the DMX audio library
commit
|
commitdiff
|
tree
2019-12-20
Rémi Denis-Courmont
fluidsynth: handle aftertouch event
commit
|
commitdiff
|
tree
2019-12-20
Rémi Denis-Courmont
prefetch: do not assume CAN_FASTSEEK succeeds
commit
|
commitdiff
|
tree
2019-12-05
Rémi Denis-Courmont
configure: update AArch64 branch protection
commit
|
commitdiff
|
tree
2019-12-05
Rémi Denis-Courmont
deinterlace: add missing BTI's
commit
|
commitdiff
|
tree
2019-12-05
Rémi Denis-Courmont
aarch64: add macro for BTI
commit
|
commitdiff
|
tree
2019-11-29
KO Myung-Hun
amt: check IP_ADD_SOURCE_MEMBERSHIP/IP_DROP_SOURCE_MEMBERSHI...
commit
|
commitdiff
|
tree
2019-11-29
KO Myung-Hun
build: os2: enable X86ASM
commit
|
commitdiff
|
tree
2019-11-29
KO Myung-Hun
package: os2: remove non-existent --disable-xvideo...
commit
|
commitdiff
|
tree
2019-11-29
KO Myung-Hun
access: vcd: fix compilation
commit
|
commitdiff
|
tree
2019-11-23
Rémi Denis-Courmont
xwd: reorder to avoid forward declarations
commit
|
commitdiff
|
tree
2019-11-23
Rémi Denis-Courmont
xcb/apps: fix #includes
commit
|
commitdiff
|
tree
2019-11-23
Rémi Denis-Courmont
xcb/window: fix Win32 build
commit
|
commitdiff
|
tree
2019-11-23
Rémi Denis-Courmont
xdg/inhibit: do not attempt build on Windows
commit
|
commitdiff
|
tree
2019-11-23
Rémi Denis-Courmont
xcb/screen: fix build without <sys/shm.h>
commit
|
commitdiff
|
tree
2019-11-23
Rémi Denis-Courmont
contrib: xproto: depend on xorg-macros
commit
|
commitdiff
|
tree
2019-11-14
Rémi Denis-Courmont
vout display: fix/improve Doxygen (partially)
commit
|
commitdiff
|
tree
2019-11-14
Rémi Denis-Courmont
vout: fix/improve vout_display_cfg_t documentation
commit
|
commitdiff
|
tree
2019-10-28
Rémi Denis-Courmont
Wayland: fix race when setting the queue
commit
|
commitdiff
|
tree
2019-10-27
Alexandre Janniaux
tls: fix typo in doc
commit
|
commitdiff
|
tree
2019-10-27
Rémi Denis-Courmont
modules: fix pointer aliasing
commit
|
commitdiff
|
tree
2019-10-27
Rémi Denis-Courmont
actions: fix pointer aliasing
commit
|
commitdiff
|
tree
2019-10-27
Rémi Denis-Courmont
lock debug: fix pointer aliasing
commit
|
commitdiff
|
tree
2019-10-27
Rémi Denis-Courmont
variables: fix pointer aliasing
commit
|
commitdiff
|
tree
2019-10-27
Rémi Denis-Courmont
XCB keysym: fix pointer aliasing
commit
|
commitdiff
|
tree
2019-10-27
Rémi Denis-Courmont
XCB apps: fix pointer aliasing
commit
|
commitdiff
|
tree
2019-10-27
Rémi Denis-Courmont
udev: fix pointer aliasing
commit
|
commitdiff
|
tree
2019-10-27
Rémi Denis-Courmont
PulseAudio SD: fix pointer aliasing
commit
|
commitdiff
|
tree
2019-10-27
Rémi Denis-Courmont
Wayland SHM: use registry helpers
commit
|
commitdiff
|
tree
2019-10-27
Rémi Denis-Courmont
Wayland: add common helpers for registry handling
commit
|
commitdiff
|
tree
2019-10-22
Rémi Denis-Courmont
mmal: compilation fix
commit
|
commitdiff
|
tree
next