- 22 Aug, 2011 5 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Fix #4479 See https://bugs.kde.org/show_bug.cgi?id=279973
-
Grigori Goronzy authored
Sometimes fonts are muxed with the wrong MIME type, but we should still be able to use them. Especially OpenType font collections are affected by this. Match attachments by extensions .ttf, .otf and .ttc in addition to MIME type to fix these issues. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Grigori Goronzy authored
Add a message callback function to get libass messages into VLC's logging system. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
- 21 Aug, 2011 12 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- command line help text - text domain binding
-
Rémi Denis-Courmont authored
No need to load the config file twice anymore.
-
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 7 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
-