- 19 Sep, 2008 22 commits
-
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Justus Piater authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Justus Piater authored
There was a mix of new/delete, malloc()/free() and even several malloc()/delete, so this fixes actual bugs. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Sebastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Sebastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rémi Denis-Courmont authored
There are a bunch of crash-triggering ABI break, and a bunch of plugins have removed (= old ABI plugins left in your tree) - bad combination.
-
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
-
Derk-Jan Hartman authored
This should fix a memleak with variable strings, and several other problems. Note that a CLASS detemines the basic type, and that TYPE is only a specific set within the CLASS. The variable types: VLC_VAR_KEY and VLC_VAR_INTEGER are both of CLASS integer. and thus compatible, when it comes to inheritence/init/free etc.
-
Derk-Jan Hartman authored
-
Dominique Leuenberger authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
As reported by TheFluff and various forum users.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This seems to have been an issue with many people on windows.
-
Jean-Baptiste Kempf authored
Should repair skins options.
-
- 18 Sep, 2008 18 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Currently requires the postproc module to be loaded if you want it to work.
-
Pierre d'Herbemont authored
Switch back to quartztext, and use the NSFontPanel.
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit 7749487f9a3f90bc43f8c2f33b253590d12eede3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
I tried to split most classes in relevant files. I regrouped classes when they were very tightened to each other (in chapters and chapter_command for example ) Note that git doesn't detect correctly the files on this. git blame -C -C is your friend.
-