- 24 Jul, 2009 28 commits
-
-
Jean-Paul Saman authored
auhal: do not destroy "audio-device" when AudioHardwarePropertyListener failed, but try to use it anyway. It allows multiple Safari webplugins to play audio at the sametime, just as 2 vlc instances would do.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
It is the main cause for memory leaks of VLC browser plugin for MacOS X. Every time the browser plugin is reloaded, vlc core reloads the plugins which causes all global defined objects to initialize. Since there are objects in libmacosx_plugin.dylib that are supposed to live as long as the application these are never freed. Testing is done with --enable-debug.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
This patch adds --rtsp-wmserver which is needed to support pause mode. WMServer does not report any of the known RTSP OPTIONS when asking for it. Instead it returns a list of non-standard options. Conflicts: modules/demux/live555.cpp
-
Jean-Paul Saman authored
(cherry picked from commit be262960c031fbab9e2600969b08e516f20b6679) Conflicts: projects/mozilla/vlcshell.cpp
-
Jean-Paul Saman authored
(cherry-picked from commit aed48363a478e9767a374154d703d7c84857707b) Conflict: projects/mozilla/control/npolibvlc.cpp
-
Jean-Paul Saman authored
(cherry picked from commit 63ae92da20faa6dafa8fa4dc808bb27ad2bcb455)
-
Jean-Baptiste Kempf authored
However, it only works with the avcodec module. --codec avcodec if you want it.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
only case without initialization is for a void variable in which case the val variable isn't used)
-
Rémi Duraffort authored
-
JP Dinger authored
-
JP Dinger authored
I don't immediately see a solution for.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
The .dll is still a bit big, because of static linking to libiconv, I think
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
For some reasons, this doesn't crash on Linux... (cherry picked from commit 25d37a4930519c5bcabbe2c0fae8c86e38d9ea54) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
As a side effect, fix a potential memleak if the variable disappeares in var_SetChecked.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
Destroying directly saves one Lookup.
-
Rémi Duraffort authored
Also remove an uneeded var_Destroy.
-
Rémi Duraffort authored
float, ...), so remove all the flags before the check.
-
Rémi Duraffort authored
created two times with the same type but different flags.
-
- 23 Jul, 2009 12 commits
-
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Rémi Denis-Courmont authored
The system can use the hint to prefetch the data into memory, if possible. Hopefully, this will reduce choppiness, as well as power consumption.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Barry Wardell authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Fixes #2983 for good ths time hopefully...
-
Rémi Denis-Courmont authored
-
Dominique Leuenberger authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-