- 03 Jun, 2009 20 commits
-
-
Derk-Jan Hartman authored
This string is already in use, so no problem with stringfreeze for 1.0 (According to xtophe).
-
Derk-Jan Hartman authored
In general, we should avoid PL_LOCK'ing around stuff that the Datasource does, and restrict it to the lines that directly deal with the core playlist. This should fix #2810
-
Derk-Jan Hartman authored
This closes #2814
-
Laurent Aimar authored
-
Laurent Aimar authored
It allows to use mouse inside a simple "video filter2" It is not meant to stay.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Unfortunately, the thread stack remains allocated as our threading abstraction does not support detaching.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 02 Jun, 2009 17 commits
-
-
Laurent Aimar authored
It avoid an assert if a program was created after the input was paused.
-
Laurent Aimar authored
Also updated a bit more against old ffmpeg version.
-
Derk-Jan Hartman authored
Add a few more lockings around other playlist data as well. We really need to redo all this stuff.
-
Felix Paul Kühne authored
macosx: volume needs to be stored in absolute numbers instead of percentages. If you don't do this, the user will get a quite different noise experience... Closes #2805
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(cherry picked from commit c01710dd232695150ce10e7b1a8112781eacdd54)
-
Rémi Denis-Courmont authored
(cherry picked from commit 9f71b31e9082e57d05f793a6404867ecf616314c)
-
Derk-Jan Hartman authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This reverts commit 13b7d257. This is incorrect as it introduces locking the release when this should not be needed.
-
- 01 Jun, 2009 3 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
A memleak in the handling of NSAnimation
-
Felix Paul Kühne authored
Use UDBZ instead of UDZO as disk-image format, which should save us about almost 20% of its previous size This format isn't 10.3 compatible, but VLC isn't either, so we shouldn't care. Pointed by zacwest on the forums.
-