- 30 May, 2008 18 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Antoine Cellerier authored
filter was opened). (CID 110)
-
Antoine Cellerier authored
-
Rafaël Carré authored
-
Antoine Cellerier authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
objects: Don't lock parent in vlc_object_attach(). It creates quite hard to resolve dead lock, and hopefully it is safe enough not to lock here. We only risk receiving kill event twice. But given current API it is ok.
-
Antoine Cellerier authored
-
Pierre d'Herbemont authored
objects: Make sure that we don't loose a vlc_object_kill() when attaching to a dead or dying parent. Note: We do need to lock the parent for that.
-
Rafaël Carré authored
-
Antoine Cellerier authored
since the sensor doesn't want to work on my laptop)
-
Antoine Cellerier authored
-
Rafaël Carré authored
CID 140
-
Rafaël Carré authored
Reported by Coverity scan : CID 142
-
Olivier Aubert authored
-
Pierre d'Herbemont authored
-
- 29 May, 2008 14 commits
-
-
Jean-Philippe André authored
Better patch to fix bug introduced by 0448c670 See: http://dinauz.org/~jpeg/VideoLAN/capture32.png (after left-click in the video output) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont 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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
I should do a real fix within a short time Probably using vlc_gc_* for picture_t
-
- 28 May, 2008 8 commits
-
-
Adrien Maglo authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also fix the threads entry point prototype on Windows.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This reverts commit b8d7dae4. There was a reason for the removal of this hack. I introduced that hack while trying to fix that precise compile error, and decided that this fix was hiding a bigger problem. Would be nice to summon before reverting, that could prevent such mistake.
-
Rémi Denis-Courmont authored
While reading this, you will find a bunch of: while (find (VLC_OBJECT_INTERFACE)) release; release; These are of course plain BUGS (which are neither introduced nor fixed by this commit). Imagine, for instance, what happens if two threads run the code above at the same time... they end up releasing the interface once too many.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-