- 25 Jul, 2009 11 commits
-
-
Laurent Aimar authored
Now seeking and skipping behave exactly the same. It also allows forward seeking in non seekable stream by reading the data. It closes #2994. As it is a critical section of code, it must be carefully tested.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This removes around 1.1MB on both libass dll and freetype dll (on 2.8MB), which are 4th and 5th dll in size for Windows (qt4, avcodec, avformat are bigger). We DON'T use the fonts.conf anyway on Windows, therefore, why having such a dependency, just for parsing a configure file that we don't ship? I still don't get what is wrong with an .ini/.conf format, but that is not my business, I guess.
-
ogg.k.ogg.k authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 29 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
-