- 12 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Oct, 2008 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There seems to be pretty awful bugs in stream_Demux or input or something though. Sometimes, the input is killed almost immediately. Other times (e.g. when trying to STOP), Close() never gets called.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Lukas Durfina authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
- 10 Oct, 2008 28 commits
-
-
Derk-Jan Hartman authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is cleaner but break the ABI.
-
Laurent Aimar authored
-
Laurent Aimar authored
A lot of codecs do init it to 0 and fix it later.
-
Laurent Aimar authored
It works while paused too.
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Derk-Jan Hartman authored
This will likely fix CID 247, which seems like a false. I don't see how PIDClean is called twice here, I think it's a limitation in the Coverity scan logic.
-
Derk-Jan Hartman authored
I accidently change the probe, not the actual mmap() usage.
-
Derk-Jan Hartman authored
That would be Darwin and some BSDs apparently
-
Derk-Jan Hartman authored
This means that when the machine gets low on memory, this mmap'ed 4GB movie file is the first to be thrown out of the memory again.
-
Derk-Jan Hartman authored
-