- 20 May, 2008 18 commits
-
-
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 8 commits
-
-
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)
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Paul Saman authored
-
Tanguy Krotoff authored
libvlc: when calling libvlc_media_player_stop() check for playing or paused state before to send a stopped event Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 17 May, 2008 7 commits
-
-
Rafaël Carré authored
Note: public key v3 signatures are not supported Fix various bugs and potentials buffer overflows
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Felix Paul Kühne authored
Added the minimal-OSX class files and a couple of more related files to the project list for easier lookup
-
Rémi Denis-Courmont authored
If you have a better idea, you are welcome, but I am very doutful.
-