- 15 Jan, 2011 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 13 Jan, 2011 6 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
libvlccore must not refer to .cpp files.
-
Rémi Denis-Courmont authored
The mux was not passed in the chain. This is a regression in f01fe561.
-
Rémi Denis-Courmont authored
-
Anuradha Suraparaju authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 12 Jan, 2011 8 commits
-
-
Rémi Denis-Courmont authored
-
Dominique Leuenberger authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Pierre Ynard authored
This will be useful for RTSP.
-
Pierre Ynard authored
For use within already variadic functions
-
Erwan Tulou authored
pointed out by courmish
-
Erwan Tulou authored
- remove the awkward global lock and serializer mechanism - adapt to latest module API (fix compil errors) - be more specific about hwnd or xid depending on port - set display.x11 on Linux port
-
Erwan Tulou authored
-
Pierre Ynard authored
-
- 11 Jan, 2011 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We can now pass any number and type of parameter to the callbacks. This way, we do not need to clutter the object structure with properties that only make sense during activation. In fact, we do not need to use VLC objects at all anymore.
-
Rémi Denis-Courmont authored
-
Dan Rosenberg authored
This patch resolves two heap corruption vulnerabilities in the CDG decoder for VLC media player. In both cases, a failure to properly validate indexes into statically-sized arrays on the heap could allow a maliciously crafted CDG video to corrupt the heap in a controlled manner, potentially leading to code execution. The patch is against v1.1.5 from vlc git, but this decoder hasn't been touched in awhile, so I'd expect it to cleanly apply to older versions. I've tested it and confirmed it resolves the heap corruption issues and does not break functionality. (...) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 10 Jan, 2011 5 commits
-
-
Jean-Baptiste Kempf authored
-
Pankaj Yadav authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Pankaj Yadav authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jai Menon authored
Without this, clang will complain about the asm block. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Jan, 2011 7 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is a bit cleaner and properly check for slow write pictures. It also prepare for letting the vout display to do the blending, and when not available to blend after the resize (not activated).
-
Laurent Aimar authored
-