- 27 Jul, 2009 14 commits
-
-
Pierre Ynard authored
Work around the missing PathIsNetworkPathW() function...
-
Rémi Duraffort authored
-
Rémi Duraffort authored
done when the module is created.
-
Rémi Duraffort authored
-
JP Dinger authored
Clean up syslog handling in logger: Use only one list of facilities, and get the default facility from that list.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
With fontconfig freetype-font is font-family to use, not fontfile. This should solve issue on linux-side where there aren't any one place and one file thats usually there. I'm not that familiar with freetype/fontconfig stuff, so this one could be way wrong. So feel free to mention/fix/revert this if you spot something odd.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
moment) to toggle a boolean with the variable lock taken (which is not the case when doing a var_SetBool(!var_GetBool)). This function is also two times faster (only one lookup).
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 26 Jul, 2009 6 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Pointed-out-by: tixxDZ <tixxdz@gmail.com> - DZCORE Labs, Algeria
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
- 25 Jul, 2009 12 commits
-
-
Jean-Baptiste Kempf authored
This is not ready yet.
-
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 8 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.
-