- 28 Jan, 2009 3 commits
-
-
Derk-Jan Hartman authored
-
Jean-Baptiste Kempf authored
-
Mark Bidewell authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Jan, 2009 35 commits
-
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
Missing ;
-
Jean-Philippe Andre authored
+ remove MTU + fix copyright Thanks a lot fenrir for this psz_path
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
The stream_filter does the following job: [zip stream] -->filter--> [xspf playlist] The access is called zip or unzip and takes MRLs of the form: zip://[web-encoded-path]![file-in-zip] As there is some automatic web-form decoding of the MRL, the MRLs in the playlist generated by zipstream are encoded two times.
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre 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
-
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 2 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-