- 11 Mar, 2008 26 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
if( bla ) free( bla ); => free( bla );
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
In the same time add spaces in order to follow code convention.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Do not use playlist_*AddInput() when the playlist has already been destroyed and is dying (fix a crash when exiting while directory access is still reading) Try to return early if one of those function fail, because it either mean we don't have anymore memory available (I'm still looking for infinite Turing machines), or we are exiting (the playlist is dying). Use object / thread helpers for simplicity
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Script to install runtime dependencies for ubuntu-feisty when using medibuntu repository. This script should also be usable for newer ubuntu installations.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Rafaël Carré authored
-
Rafaël Carré authored
regression was introduced in [92290c9d] (more than one year ago Oo )
-
Rafaël Carré authored
cleanup : remove useless headers, not used functions, msg_Err when we don't have enough memory, add a declaration
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Should close #1485
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Should Close #1499
-
- 10 Mar, 2008 6 commits
-
-
Christophe Mutricy authored
-
Rafaël Carré authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
-
- 09 Mar, 2008 8 commits
-
-
Christophe Mutricy authored
-
Rafaël Carré authored
check if the binary signature was issued by the public key we got in memory, before real cryptographic verification
-
Jean-Baptiste Kempf authored
-
André Weber authored
On first start if there is no position info stored - try center the dialogs on the primary desktop/screen. (or same screen as the controller) the component playlist shall not save there settings to a fixed location, so it may become problematic if we use the component twice - like it is done. The location shall be given controlled by its owner component or window.
-
Adrien Grand authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-