- 20 May, 2008 32 commits
-
-
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
-
Rafaël Carré authored
-
Rafaël Carré 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
Better yet try to parse it directly...
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Kaarlo Raiha authored
...to help identify possible issues Signed-off-by: Rémi Denis-Courmont <rem@videolan.org> Squashed with VLC boolean updates.
-
Kaarlo Raiha authored
(See also http://forum.videolan.org/viewtopic.php?f=7&t=42590). Signed-off-by: Rémi Denis-Courmont <rem@videolan.org> Squashed VLC_TRUE fix
-
Antoine Cellerier authored
Fix decoding of teletext in ps files (the zvbi decoder expects the full PES packet, I haven't been able to test the telx.c decoder yet as I don't have any ps file with teletext subtitles available).
-
Rafaël Carré authored
Code cleanup without semantics changes Resets the reference count when returning a previously allocated picture Check error path
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
In the meantime, another module (like the mosaic_bridge hack) could call it. Instead, increase the reference count to be sure it won't be destroyed.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Some cleaning too.
-
Jean-Baptiste Kempf authored
-
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 1 commit
-
-
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)
-