- 26 Oct, 2010 6 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
Split some functions
-
Rafaël Carré authored
-
Rafaël Carré authored
factorize
-
Rafaël Carré authored
Remove braces around a single statement Merge some comparisons "( a )" -> "(a)" "if(x)" -> "if (x)" "if (x == NULL)" -> "if (!x)" "if (x != NULL)" -> "if (x)" ReadDir: Invert logic to have less indentation: { if( a ) x(); else y(); } ====> { if( !a ) { y(); return; } x(); }
-
Rafaël Carré authored
Remove most forward declarations Also update copyright
-
- 25 Oct, 2010 21 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Ths mouse events must be filtered backward.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Vout does not support on the fly changes, and an action on the input is needed. As such, it only belong to the input manager (hence the playlist). It also remove another vlc_object_find(PARENT).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
André Weber authored
-
Mika Tiainen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
This prevented restreaming theora streams into ogg Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
- 24 Oct, 2010 11 commits
-
-
VideoLAN authored
-
VideoLAN authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
Fix ticket #3958
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
G Finch authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Pierre Ynard authored
A socket is leaked when the client passes a wrong session identifier. A remote attacker could craft malicious RTSP requests and...
-
Rémi Duraffort authored
This way we can implement both a search function and a description function.
-
Jean-Baptiste Kempf authored
So that you don't kill the lua.sd search() functions
-
- 23 Oct, 2010 2 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-