- 27 Jan, 2012 36 commits
-
-
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
-
Rafaël Carré authored
Change bash location if it isn't in /bin Use 'linux' OS Patches inspired from FreeBSD port
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Martin Storsjö authored
These are sw codecs, mostly the same ones that earlier were present with names starting with OMX.PV. They don't work properly with the vlc omxil client code at the moment. Using them doesn't have any significant advantage over our own bundled sw codecs. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
include config.h
-
Rafaël Carré authored
include config.h
-
Rafaël Carré authored
include config.h from headers
-
Jean-Baptiste Kempf authored
Close #5909 #5867
-
Denis Charmet authored
The option is now default enabled to be as simple as possible for the end users. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This is required when encoding audio in libav 0.8, otherwise it will crash due to a division by zero. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Jan, 2012 4 commits
-
-
Denis Charmet authored
Should fix #5919 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
This sets HAVE_FPU correctly on ARM targets if VFP instructions are enabled. Note that __VFP_FP__ implies the use of the VFP floating point format, not the availability of the VFP instructions. Thus software floating emulation __SOFTFP__ (i.e. gcc -mfloat-abi=soft) is excluded explicitly.
-
Tobias Güntner authored
Signed-off-by: Ludovic Fauvet <etix@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-