- 17 May, 2008 9 commits
-
-
Jean-Paul Saman authored
-
Felix Paul Kühne authored
Added the minimal-OSX class files and a couple of more related files to the project list for easier lookup
-
Rémi Denis-Courmont authored
If you have a better idea, you are welcome, but I am very doutful.
-
Rémi Denis-Courmont authored
Previously, we only removed links from children to dead parents. This patch is semantically the same as Funman's earlier vlc_object_detach_unlocked() patch. It is merely faster and less clean. Unfortunately, this means it is impossible to detect leaked children. That being noted, leaving dead parents "semi-attached" in objects tree is not thread-safe anyhow. Basically, we either automatically detach objects (and miss leaks), or require children to be detached/destroyed before their parent is destroyed (and get leaks detection, but more coding pain).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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 12 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
-