- 31 May, 2008 40 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Pierre d'Herbemont authored
This reverts commit f3b97438. It creates a circular reference holding. (playlist is the parent of the preparser and hold a reference to the preparser during all the preparser life's span).
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
(Not-So-Dumb-References-Checker IDentifier one)
-
Rémi Denis-Courmont authored
I saw you, evil preparser thread...
-
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
If something depended on this behaviour, it should really be fixed...
-
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
Now, we still need to remove the vlc/vlc.h hack.
-
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
The signal thread may catch a signal before the interface thread is initialized. We need to check signum before the first wait.
-
Rémi Denis-Courmont authored
Also fix a minor timing problem in the screensaver plugin.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It was a misdesign to have it return b_die, due to the race condition mentioned earlier.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We need to check vlc_object_alive() anyway, due to the intrinsic race condition whereby the thread is killed before it's got the chance to lock its object and call vlc_object_wait().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is no point in unlocking and locking again immediatly. Not only will this typically fail to yield the CPU to another would-be waiting thread, but vlc_object_wait() will unlock&lock anyway.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
all formats where the pixel pitch is of 1 byte on every plane).
-