- 05 Nov, 2008 1 commit
-
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 04 Nov, 2008 2 commits
-
-
Daniel Mierswa authored
when --enable-libcdio was passed to configure, vcdinfo was searched and linked against if found (only do that when vcdinfo wasn't disabled) Signed-off-by: Christophe Mutricy <xtophe@videolan.org> (cherry picked from commit f067ff20)
-
Gabor Kelemen authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 03 Nov, 2008 4 commits
-
-
Myckel Habets authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Marián Hikaník authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Tadashi Jokagi authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 01 Nov, 2008 2 commits
-
-
Rolf Ahrenberg authored
This patch enables a working RTSP authentication with the Darwin streaming server (DSS). When the VLC is compiled against Live555 streaming media library (live.2008.09.02), the authentication fails when both username and password are asked via a VLC dialog as the DSS requires authorization also for SETUP, PLAY, and TEARDOWN commands and the necessary information isn't delivered correctly to the Live555 library. The VLC used Live555 interface in such a way, that the authenticator was valid only for the DESCRIBE when I debugged the library with vlc-0.9.2. The problem still exists in vlc-0.9.5. Signed-off-by: Rolf Ahrenberg <Rolf.Ahrenberg@saunalahti.fi> Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rémi Denis-Courmont authored
(cherry picked from commit 4dcbda16)
-
- 30 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 5c249026)
-
- 28 Oct, 2008 3 commits
-
-
Myckel Habets authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 8dc89254) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Oct, 2008 4 commits
-
-
Christophe Mutricy authored
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Christophe Mutricy authored
-
- 22 Oct, 2008 6 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Pavlov Konstantin authored
Based on patches by Nicolas Chauvet and Hans de Goede.
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 7bd6af33)
-
- 21 Oct, 2008 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit 4c30e1d7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #2194 (cherry picked from commit 79579afe) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This should close #2167. But must be checked for extra "/" on windows. (cherry picked from commit 2e1619c2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 20 Oct, 2008 3 commits
-
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com> (cherry picked from commit 2573062f)
-
Rémi Denis-Courmont authored
(does not apply to trunk)
-
- 19 Oct, 2008 4 commits
-
-
Christophe Mutricy authored
-
Daniel Nylander authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit d859e6b9)
-
Rémi Denis-Courmont authored
(cherry picked from commit 5a9a53f7)
-
- 18 Oct, 2008 3 commits
-
-
Christophe Mutricy authored
(cherry picked from commit 5b8476c9)
-
Jean-Baptiste Kempf authored
(cherry picked from commit d31ffb66) Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Denis-Courmont authored
Reported by Tobias Klein <tk@trapkit.de> (cherry picked from commit 26d92b87)
-
- 17 Oct, 2008 1 commit
-
-
Edouard Gomez authored
# HG changeset patch # User Edouard Gomez <ed.gomez@free.fr> # Date 1224021633 -7200 # Node ID 9564c1736b76c96f37fb85476d36496b3d7955bb # Parent 40d5c2186f7fb31e944b5b542b3366bbc420cc0e dshow: prevent division by zero In the DShow capture module, division by zero is possible in multiple modulo statements when dealing with granularity values returned by capture filters. Change the code so that: - if granularity is zero, then width/height/samplingrate must be a perfect match with requested settings. - if granularity is non zero, then use the old condition tests. This fixes real crashes reported by VLC users on different forums. See: http://forum.doom9.org/archive/index.php/t-134655.html http://forum.videolan.org/viewtopic.php?f=2&t=37056&p=114065&hilit=blackmagic Tested with both a Decklink HD Extreme card and a Decklink HD Pro card. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0dd04d07) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-