- 28 Jan, 2012 18 commits
-
-
Rafaël Carré authored
vlc headers don't declare it This should perhaps be changed but that requires special look to atmo code since this plugins mixes cross-platform and windows code, and vlc and undocumented standalone compilation
-
KO Myung-Hun authored
Signed-off-by: Rafaël Carré <funman@videolan.org> Modified-by: Rafaël Carré <funman@videolan.org> ... Replace them in ASF demux as well
-
KO Myung-Hun authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
uint8_t cannot be more than 0xff.
-
Rémi Denis-Courmont authored
This was broken ever since VLC was switched to UTF-8.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
On Win32, time_t can either be long or long long depending on #define's. This caused linking failures.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #5935
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
Add a INTERLEAVE_TYPE (float/int32_t) Add a HAVE_VORBIS_ENCODER for vorbis Merge the 2 interleave functions
-
Rafaël Carré authored
-
- 27 Jan, 2012 22 commits
-
-
Jean-Baptiste Kempf authored
-
Naohiro KORIYAMA authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
The correct version is selected based on _FILE_OFFSET_BITS.
-
Rémi Denis-Courmont authored
MingW picks the correct version according to _FILE_OFFSET_BITS. Of course, we use 64-bits offsets for large files.
-
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
This fixes the Windows version definition.
-
Rémi Denis-Courmont authored
This fixes some problems when the system or VLC play evil tricks with the preprocessor. (Only files including sys/stat.h are concerned with this commit. I did not fix all files.)
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
patch seems to work fine with this format when dealing with crlf
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rob Jonson authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
There's an openbsd target but I can't really tell why it would be better than freebsd
-
Rafaël Carré authored
It is mostly disabled because of very old build tools, and might work with clang 3 which is available by default on FreeBSD9 idem for the OSX disabling of aesni
-