- 09 May, 2011 17 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
fixes ffmpeg linking issues on some setups and includes latest modplug, etc.
-
Rémi Denis-Courmont authored
x86 GCC does not need those parameters to compile MMX or SSE assembly or built-in intrinsics (contrary to ARM GCC w.r.t. NEON). They only allow the compiler to issue MMX or SSE instructions for the plain C code. We already rely on this tolerant compiler semantic for the CPU detection code, and for some optionally accelerated filters (e.g. deinterlace). Disabling MMX and SSE for non-assembly code should have no or negligible effects on the affected plugins. On the other hand, it ensures that the plugin descriptor can be run by non-MMX/non-SSE CPUs.
-
Rémi Denis-Courmont authored
Same as is done for MMX. Run-time checks determine whether SSE can be used in any case.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Sorry for the problem.
-
Jean-Baptiste Kempf authored
This still needs a lot of fixing Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
So at least, someone can test/fix it... Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Dominique Martinet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Dominique Martinet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
-
Jean-Baptiste Kempf authored
Should fix the issue mentionned on #3816, comment 14, 2 last results...
-
- 08 May, 2011 23 commits
-
-
Jean-Baptiste Kempf authored
10l
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
(This does not affect directories and block devices.)
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It is safe (out since 2 years) and it doesn't break the ugly win32 port I did...
-
Jean-Baptiste Kempf authored
Should fix wiN32 contribs
-
Laurent Aimar authored
It also fixes shared access to b_die without a lock(or equivalent) being used.
-
Pierre Ynard authored
It's retarded for an installed file to depend on it
-
Pierre Ynard authored
It breaks the build of pthread. This reverts commit f8db78d5. Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
libmodplug is thread safe except when loading files or configuring settings (before loading a file).
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre Ynard authored
-