- 29 Jan, 2012 7 commits
-
-
Rafaël Carré authored
Change bash location if it isn't in /bin Use 'linux' OS Patches inspired from FreeBSD port (cherry picked from commit a2b6035d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 4d338f69) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 6df79d9c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 083c69e0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 62229a3b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 066c6231) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
- 28 Jan, 2012 9 commits
-
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 739f1233) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit d56a52e2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 7a7f12fa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit d31d221b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit d54154d5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
On Win32, time_t can either be long or long long depending on #define's. This caused linking failures. (cherry picked from commit bf4a1939) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit d3b37eef) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5935 (cherry picked from commit 4b77fc55) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit cc40da80)
-
- 27 Jan, 2012 21 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit c34cf2f3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 31c91f0a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit b87a34a7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rob Jonson authored
Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 6dbbc2aa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit d6a7a4d7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 7b5c4c3f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit f78f3ae2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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> (cherry picked from commit 94d0697d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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. (cherry picked from commit cf5a8222) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 14b6dc70) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
We only support ABGR (cherry picked from commit 99bf7439) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Toque authored
Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 6983b2f3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
same rationale as in 679830ea (cherry picked from commit 084beb15) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5909 #5867 (cherry picked from commit f86e5ebb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
fixups.h: added an explicit hack so binaries created on OS X Lion can be executed correctly on Snow Leopard (cherry picked from commit 679830ea) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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> (cherry picked from commit a1ded9a83ecff24af9daca923d9672be76f5cf07) 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> (cherry picked from commit 25fc1243) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Should fix #5919 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c8b78f40) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit dc3430bd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Ludovic Fauvet <etix@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit d8ed5645) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Ludovic Fauvet <etix@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 85b39d9d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Jan, 2012 3 commits
-
-
Rafaël Carré authored
(cherry picked from commit 8d2f07b0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
This reverts commit e50cfac2. This undid modifications made in f83d51d4 (cherry picked from commit 091552e8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
The iomx module is only enabled when the user has requested it (via settings). Currently, when the iomx module has priority 80, it is always preferred over avcodec. For other platforms, where one would only enable omxil if one explicitly wants to use it, this is ok, but for android, we ship the iomx module but allow users to enable it at runtime if they want to. If it isn't enabled, the priorities are currently overridden by adding "--codec avcodec,all" to the command line, but this makes avcodec have precedence over other decoder modules that otherwise would have higher priority (e.g. a52). By setting the priority to 0 for the iomx version of this module, we can more easily enable it only when asked for, by adding "--codec iomx,all", without affecting the relative priorities of all other codec modules. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit d64ca8ac) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-