- 17 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 16 May, 2008 19 commits
-
-
Pavlov Konstantin authored
-
Pavlov Konstantin authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They can only be read safely under the Big Structure Lock in src/misc/objects.c, so it makes no sense for them to be public. By the way, making i_children volatile wouldn't magically solve thread-safety issues. The only correct use of volatile is in dealing with asynchronous changes _within_ the same thread, such as signal handling. P.S.: I wish modules were not objects, and I wonder why they are (they don't don't use threads, nor plugins, nor variables)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
fake://,gRafaël Carré authored
-
Rafaël Carré authored
This reverts commit c85f8681.
-
Rafaël Carré authored
This reverts commit e5b3d194.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
- 15 May, 2008 14 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
This reverts commit 68bcb6a4. As pointed by courmisch, this is crashy. Conflicts: src/vlc.c
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Note: I don't think we did yet match the old behaviour, if we hit ctrl-c while in libvlc_new(), vlc isn't killed properly.
-
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
-
- 14 May, 2008 5 commits
-
-
Mirsal Ennaime authored
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Rafaël Carré authored
This reverts commit 3d7eabaf. Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Rémi Denis-Courmont authored
...if the destructor destroys them properly.
-