- 29 May, 2008 2 commits
-
-
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 38 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
-
Rémi Denis-Courmont authored
Speeds up object creation and deletion, slows down vlc_object_get (which you should not use anyway, remember), makes no difference for the rest
-
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
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Revert "Remove wrong check for img_resample() when ffmpeg is built with libswscale. img_resample() is on the list of deprecated functions and is currently mutual exclusive with swscale." It was the wrong fix. This reverts commit e1629c21.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We really do not want to apply the VLC address family "policy" here.
-
Rafaël Carré authored
This reverts commit ee6f60d7. This case is already handled in vlc_object_find()
-
Jean-Paul Saman authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rafaël Carré authored
-
Jean-Paul Saman authored
Remove wrong check for img_resample() when ffmpeg is built with libswscale. img_resample() is on the list of deprecated functions and is currently mutual exclusive with swscale.
-
Jean-Paul Saman authored
Don't break the build in the mean time !!! This reverts commit d682e91e.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-