
Recherche avancée
Autres articles (97)
-
Les sons
15 mai 2013, par -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (9946)
-
Revision 570d43c020 : Remove asm_offsets dependency in quantize_b_ssse3 Replace it with some intrinsi
3 avril 2013, par JohannChanged Paths :
Delete /vp8/encoder/x86/quantize_ssse3.asm
Add /vp8/encoder/x86/quantize_ssse3.c
Modify /vp8/vp8cx.mk
Remove asm_offsets dependency in quantize_b_ssse3Replace it with some intrinsic code and inline assembly.
Change-Id : I81b4df146db3d01039059be7dae31083e2943b97
-
lavc/imc : replace pow(10,x) by ff_exp10(x)
23 décembre 2015, par Ganesh Ajjanagadde -
tta : replace datalen with nb_samples
7 juin 2013, par Paul B Mahol