- 19 Aug, 2011 3 commits
-
-
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 37 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
-
Jean-Baptiste Kempf authored
Ref: #5204
-
Jean-Baptiste Kempf authored
Close #5204
-
Denis Charmet authored
As blocks are in coding orders, calling ES_OUT_SET_PCR at each blocks increase to trigger ES_OUT_RESET_PCR. The reference blocks should be in chronological order though. Acked-by: robux4 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
The release of the block only makes sense if the edition is ordered. Acked-by: robux4 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-