- 20 May, 2008 3 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 19 May, 2008 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Could go badly wrong on platforms without atomic 64-bits access
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In this case, volatile was both incorrect (volatile does nothing about thread synchronization) and not required (there is an explicit lock).
-
Rafaël Carré authored
-
Jean-Paul Saman authored
-
- 18 May, 2008 8 commits
-
-
Antoine Cellerier authored
Fix blinking on redraw in ncurses interface... if anyone has an idea about why that call to clear() was needed ... (And remove a bunch of trailing spaces)
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Paul Saman authored
-
Tanguy Krotoff authored
libvlc: when calling libvlc_media_player_stop() check for playing or paused state before to send a stopped event Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 17 May, 2008 13 commits
-
-
Rafaël Carré authored
Note: public key v3 signatures are not supported Fix various bugs and potentials buffer overflows
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
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 9 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
-