- 19 Aug, 2011 9 commits
-
-
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
-
Felix Paul Kühne authored
macosx: converted interface builder files from nib to the more modern xib file format, which smaller and more suitable for git
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Anuradha Suraparaju authored
Modified-by and Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
- 18 Aug, 2011 31 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is no potentially cancellation-unsafe code here (unlike Qt4), since msg_Free() is safe and vlc_mutex_*() of course too.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Contrary to C, C++ compilers don't promote larger constants up to unsigned long long when needed.
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
No need to invoke vlc-config to expand a shell variable.
-
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
The lock is static anyway (and so is the data).
-
Rémi Denis-Courmont authored
This is really poor implementation, but it is not really used.
-
Rémi Denis-Courmont authored
* No recursion within the VLC threading functions. * No need to care about VLC cancellation.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The overhead is negligible, and this avoids depending on the message bank.
-
Rémi Denis-Courmont authored
This saves over 1kb in libvlccore. This object was found with: # readelf -a src/.libs/libvlccore.so | grep OBJECT
-
Rémi Denis-Courmont authored
-