- 27 Jan, 2009 14 commits
-
-
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 26 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
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Joseph Tulou authored
this patch adds a parameter ( --[no]-scaling) and a toggle hotkey ('o') At fullscreen, it allows displaying a video at original size surrounded by a black screen. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
until we implement whatever we decided regard the authors files
-
Olivier Aubert authored
-
Jean-Baptiste Kempf authored
Internal is now QStringList items and QString options (for the first Item, of course) There shouldn't be too many regressions, but testing is welcome
-
Steven Kramer authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Olivier Aubert authored
Let's see if this fits courmisch's standards...
-