- 19 Oct, 2008 1 commit
-
-
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 3 commits
-
-
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>
-
Jean-Baptiste Kempf authored
Close #2126 (cherry picked from commit ec8639f0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 8d57a8b8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Oct, 2008 2 commits
-
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 256ec29c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #2186 (cherry picked from commit bb787d96) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Oct, 2008 3 commits
-
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 4cfee42d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This fix e17, Xfce on my configuration. Thanks very much Raster. (cherry picked from commit 2229045e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
-
- 14 Oct, 2008 8 commits
-
-
Jean-Paul Saman authored
-
Geoffroy Couprie authored
win32 has a fcntl header but no fcntl function
-
Jean-Paul Saman authored
This reverts commit 9a8efe10.
-
Jean-Paul Saman authored
As the comments says I didn't intend to push it. This reverts commit f7f50087.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 13 Oct, 2008 12 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Add schroedinger to Fedora contrib and remove some libraries that are available in the distro itself.
-
Jean-Baptiste Kempf authored
THIS IS UNTESTED AND WILL probably NOT WORK. (cherry picked from commit 7ad836c7)
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
If --syslog is specified on the commandline then vlc loads the logger in file mode first, because --file-logging is the default. This is counter intuitive for users, they expect *only* syslog mode to be active. Note that the logger module can only have one mode active at the sametime, either html, text or syslog. (cherry picked from commit 5e2f7b2f90dbab0488d62557ba59159925a88e3a)
-
Derk-Jan Hartman authored
-
- 12 Oct, 2008 5 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit a45ba22e)
-
Rémi Denis-Courmont authored
(cherry picked from commit 918910e2)
-
Rémi Denis-Courmont authored
(cherry picked from commit d3ab3afe)
-
Rémi Denis-Courmont authored
(cherry picked from commit 6094cb67)
-
Rémi Denis-Courmont authored
We don't want to leak descriptors to child PROCESSES (!= threads) such as the pseudo-CGI interface. The socket wrappers ahve already been doing that for a while. Unfortunately, there are still many "leaks", through underlying libraries, opendir(), fopen(), etc. And then, this is not thread-safe (we leak if another thread calls fork() between open() and fcntl()). This is a well-known limitation in POSIX anyway. (cherry picked from commit 90ba04f4)
-
- 11 Oct, 2008 1 commit
-
-
Christophe Mutricy authored
-
- 10 Oct, 2008 2 commits
-
-
Derk-Jan Hartman authored
(cherry picked from commit 471fa3a8) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
-