- 27 Jan, 2009 26 commits
-
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Philippe Andre authored
Avoid string comparisons. Avoid foreach.
-
Rémi Denis-Courmont authored
I kept include files to ../vlc otherwise #include syntax would break Now, it's up to changing PKGDIR="vlc" to PKGDIR="vlc-1.0". We just need to decide.
-
Rémi Denis-Courmont authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This Linux-specific extension fixes the close-on-exec race.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This departs from utf8_open() being a pure open() + Unicode function. We should really always set the flag anyway, so lets factor the code. There is still a tiny race between open() and the second fcntl() system call, but it cannot quite be fixed within the current POSIX standards. By the way, the correct way to clear the flag would be _after_ fork(), but I am not aware of any such case involving utf8_open() in the current tree.
-
Rémi Denis-Courmont authored
We return true to pass killable assertion in vlc_restorecancel()
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #2456
-
- 26 Jan, 2009 14 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Rémi Duraffort authored
fix memleaks and use pl_Release.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
(the bonjour part is now completely commented out)
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Isn't there a gcc flag to avoid compiling that ? const a = value.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Acked-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rémi Denis-Courmont authored
There is a problem with blending GREY on GREY though. Use `Xephyr -grayscale` to test.
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
N.B.: I hate branching macros for a reason
-