- 29 Jan, 2012 8 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
They were copied verbatim to AVDictionary equivalents some time ago
-
Rafaël Carré authored
They were only used to hold one opaque pointer
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Brad Smith authored
Looking at the current vlc_GetCPUCount() function this can be simplified. The sysconf(4) variable _SC_NPROCESSORS_CONF is available for OS X and OpenBSD. The change as is also adds FreeBSD and NetBSD support to vlc_GetCPUCount(). Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
- 28 Jan, 2012 23 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
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 9 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
-