- 25 Jul, 2009 7 commits
-
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Adrien Maglo authored
Add a desktop mode to the Direct3d video output. This allow displaying video on a window located just up the desktop icon window. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This avoids using real-time when not asked. It should also fix a pthread_create() permission failure on FreeBSD (Linux seems to ignore this error silently).
-
Ilkka Ollakka authored
should fix bug #2947 ,now it scrolls to new item when theres actual input-change, not just data changed.
-
- 24 Jul, 2009 33 commits
-
-
Laurent Aimar authored
b670356d introduced a segfault.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
JP Dinger authored
-
JP Dinger authored
-
Felix Paul Kühne authored
-
Rémi Duraffort authored
var_TriggerCallback but slowly.
-
Rémi Duraffort authored
but a bit faster).
-
Rémi Duraffort authored
Leuenberger)
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
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.
-