- 18 Aug, 2008 6 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Olivier Aubert authored
-
Olivier Aubert authored
The p_dest object is indeed locked by the calling method (cf mediacontrol_snapshot in src/control/mediacontrol_audio_video.c). This reverts commit ebbde26e.
-
- 17 Aug, 2008 22 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Eric Petit authored
It was always set equal to the input's i_bitspersample, which caused crashes in some transcoding sessions.
-
Derk-Jan Hartman authored
Unfortunately taglib does not accept fd's or FILE*, so i ported the code from src/text/unicode.c open() to here.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
macosx: Remove VLCApplication Hack. No need for that we properly do everything related to libvlc kill elsewhere.
-
Pierre d'Herbemont authored
This file is way too big (!).
-
Rémi Denis-Courmont authored
Nowadays, it can only deadlock (threads>0) or do nothing (threads==0)
-
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
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 16 Aug, 2008 9 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit d4485423.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Should fix a crash reported by the bugreport ml.
-
Pierre d'Herbemont authored
audioscrobbler: *Never* do module unloading from within the module. You are basically unloading the code you are executing, that's a nice crasher. Also make sure playlist is not NULL. (This is an attempt to fix a from the famous bugreport ml).
-
Rémi Denis-Courmont authored
-
- 15 Aug, 2008 3 commits
-
-
Pierre d'Herbemont authored
The audio output locking rule seems very vague. Moreover there could be some cross lock issues.
-
Pierre d'Herbemont authored
Spotted in our bugreport ml.
-
Pierre d'Herbemont authored
-