- 06 Jun, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
POSIX warrants at least 32 priorities from sched_get_priority_min(SCHED_RR) to sched_get_priority_max(SCHED_RR). We were previously relying on 41 priorities, from 0 to 40.
-
- 05 Jun, 2008 3 commits
-
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 Jun, 2008 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
a lot of code everywhere a filter_t chain is used ("video filter2": vout core, transcode, chain.c video filter; "sub filter": spu_Init; "audio filter2": transcode; the other types of filter_t objects are never chained) Btw, why aren't "audio filter2" filters used anywhere in the aout core?
-
- 03 Jun, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
- 02 Jun, 2008 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 01 Jun, 2008 6 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 31 May, 2008 9 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If something depended on this behaviour, it should really be fixed...
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Now, we still need to remove the vlc/vlc.h hack.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It was a misdesign to have it return b_die, due to the race condition mentioned earlier.
-
Rémi Denis-Courmont authored
-
- 30 May, 2008 2 commits
-
-
Rafaël Carré authored
-
Pierre d'Herbemont authored
-
- 29 May, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 May, 2008 3 commits
-
-
Rémi Denis-Courmont authored
While reading this, you will find a bunch of: while (find (VLC_OBJECT_INTERFACE)) release; release; These are of course plain BUGS (which are neither introduced nor fixed by this commit). Imagine, for instance, what happens if two threads run the code above at the same time... they end up releasing the interface once too many.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 27 May, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-