- 21 Aug, 2011 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This must be a bug in the SDK, so better ignore the header.
-
Rémi Denis-Courmont authored
-
- 20 Aug, 2011 16 commits
-
-
Rafaël Carré authored
don't start variables with _, they have local scope anyway
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids allocating memory and formatting debug messages when none of the subscribers care about them.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
This fixes compilation with newer Mingw-w64.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 19 Aug, 2011 20 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It was removed over 6 years ago.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We have enough static locks in libvlc, I think: the configuration R/W lock, the module bank mutex, the system-specific initialization mutex, the message subscription R/W lock, the sets of mutexes for initializations of specific libraries, the LibVLC thread variable mutex, the configuration file mutex, the PRNG mutex, the object pipe mutex, the object name mutex, the dialog provider mutex, the interface module registration mutex, the OSD mutex, the VLM mutex, the HTTP hosts mutex and the OSD mutex...
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In other words, the message callbacks are now shared across all LibVLC instances. That is a requirement to enable: - LibVLC applications to catch messages during LibVLC init/deinit, - emitting log messages when no VLC object point is available. That makes no difference for VLC interfaces, since there is only one LibVLC instances in a VLC process.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: work-around CoreAnimation limitations on 10.6, which prevented the correct display of some ui elements
-
Felix Paul Kühne authored
macosx: show the playlist size as a badge in the sidebar and fixed an appearance issue of the sidebar
-