- 07 May, 2008 27 commits
-
-
Rémi Denis-Courmont authored
Besides, we assert that this isn't the case right before...
-
Rémi Denis-Courmont authored
When i_refcount drops to zero (under the structure lock), the object is removed from the objects table before the structure lock is released. Hence, no objects with a nul refcount can ever be left in the table. There is an unlikely race condition if another object is removed from the table right between we unlock the structure lock but before we return from vlc_object_get() (so that the i_middle offset gets wrong).
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Plugins are already using pl_Yield to get the playlist, as they should.
-
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
(Could someone please review these commit)
-
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 can remove the VLM object type.
-
Rémi Denis-Courmont authored
Afterall it's not our bug. More importantly, the vlc_cond_wait "possible deadlock" debug message has been removed, which makes the problem a lot less likely to happen.
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
In RTSP/1.0, don't return any range (as far as I understand). In RTSP/2.0, we'd have to compute the time from the beginning.
-
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
(was not in previous release, so not adding _obsolete).
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 06 May, 2008 13 commits
-
-
Rafaël Carré authored
-
Christophe Mutricy authored
-
Rafaël Carré authored
The bug is present in original "Linux DeCSA Tool" on http://csa.irde.to/
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rafaël Carré authored
-
Ilkka Ollakka authored
-
Miguel Angel Cabrera Moya authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Felix Paul Kühne authored
-