- 13 Oct, 2008 6 commits
-
-
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 15 commits
-
-
Derk-Jan Hartman authored
(cherry picked from commit 471fa3a8) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
-
Rémi Duraffort authored
(cherry picked from commit a5ad91e7) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 29a15bf0) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
This is a feature, but almost fully copied from existing avcodec code. Cherry-Picked from: [d47c4459] [74095abc] [2b737862]
-
Derk-Jan Hartman authored
-
Rémi Duraffort authored
(cherry picked from commit 64632922) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 356fafa5) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit eeaa54cf) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 3f7a8904) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 74d28b3e) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 9e211e0c) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Felix Paul Kühne authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Christophe Mutricy authored
-
Derk-Jan Hartman authored
The code was never enabled.
-
- 09 Oct, 2008 9 commits
-
-
Laurent Aimar authored
It should fix a potential segfault when the vout is closed.
-
Derk-Jan Hartman authored
(cherry picked from commit 8a9bd2d8) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
(cherry picked from commit 264444a1) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 2624f9af) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit aab61e71) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit cb89f6d5) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit fc4b7b3c) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 9dd13ebf)
-
Rémi Denis-Courmont authored
-
- 08 Oct, 2008 2 commits
-
-
Christophe Mutricy authored
-
Derk-Jan Hartman authored
(cherry picked from commit 1f0135f4) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
- 07 Oct, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
It has little benefits in general, (esp. in our usecase) and huge disadvantages for files on network mounts. "Basically, IOKit should be so fast and efficient, that there are few usecases left for mmap() on Darwin." (cherry picked from commit 400b6736) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-