- 15 May, 2010 5 commits
-
-
Laurent Aimar authored
The bug is not specific to win32 (x11 has it too). I have to hardcode the value for vlc 1.1 but will try to do something cleaner for vlc master.
-
Rémi Denis-Courmont authored
(cherry picked from commit 6193c35a)
-
Rémi Denis-Courmont authored
(cherry picked from commit 4e866088)
-
Rémi Denis-Courmont authored
(cherry picked from commit 61f8e439)
-
Rémi Denis-Courmont authored
(cherry picked from commit c35705e5)
-
- 14 May, 2010 2 commits
-
-
Laurent Aimar authored
-
David Menestrina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit bf4e7c9a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 May, 2010 4 commits
-
-
Laurent Aimar authored
It closes #3620. (cherry picked from commit fd49cf22) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 12 May, 2010 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 82afaa71)
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit bc3f40f7)
-
- 10 May, 2010 20 commits
-
-
Otto Kekäläinen authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit 39226387) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit f3383825) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit 359847ff) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Christophe Mutricy authored
(cherry picked from commit 560cbbf1) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Ajith Manjula authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Predrag Ljubenović authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Gaëtan Rousseaux authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Otto Kekäläinen authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Sebastien Zwickert authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr> (cherry picked from commit f22a1f3f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit b501789d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
Always return 1 argument, but avoid pushing 0xffffffff bytes on the stack Also fix vlclua_fd_read() (cherry picked from commit 087442fc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
This happens when there are multiple descriptions on event (multilanguage epg). Only use the first one per event. Maybe someday we handle epg-language as same as subtitle-language preference. (cherry picked from commit 33f51586) Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
-
Ilkka Ollakka authored
(cherry picked from commit 314cd382) Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
-
Jean-Baptiste Kempf authored
(cherry picked from commit d53121f7) Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
-
Ilkka Ollakka authored
(cherry picked from commit 6149d37d) Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
-
Ilkka Ollakka authored
Float comparisions aren't really nicelooking, but they should work ok. (cherry picked from commit 8aa1cc92) Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
-
Ilkka Ollakka authored
(cherry picked from commit fb8075f2) Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
-
Ilkka Ollakka authored
(cherry picked from commit 878968cc) Signed-off-by: Ilkka Ollakka <ileoo@iki.fi>
-
- 09 May, 2010 5 commits
-
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
m_firstPos (iterator associated to a stl list container) is not guaranteed to be valid (the associated item may have been deleted). Up to vlc1.0, this was no problem, because deleting an item was also buggy (a no-op). From vlc1.1 on, m_firstPos must now be recomputed to ensure it keeps on pointing to a valid item in all cases. start for instance a playlist with the 'Dragon' skin as a test case. This was pointed out by colt45 (from the forum) (cherry picked from commit 1ef175cb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
(cherry picked from commit 86ca1b56) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
(cherry picked from commit 4337a2d9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit bc975106) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-