
Recherche avancée
Autres articles (78)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (9572)
-
Revision 657cabe0f7 : Tune SSSE3 assembly implementation to improve quantization speed Change-Id : If0
2 avril 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm
Tune SSSE3 assembly implementation to improve quantization speedChange-Id : If0ca8b25b4800d4336e6cbc97194cd9b01c5b5a3
-
Revision 30e9c091c0 : Merge "Tune SSSE3 assembly implementation to improve quantization speed"
3 avril 2015, par Jingning HanMerge "Tune SSSE3 assembly implementation to improve quantization speed"
-
Revision 531468a07a : Tuning SATD rate calculation for speed This commit allows the encoder to check
31 mars 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Tuning SATD rate calculation for speedThis commit allows the encoder to check the eob per transform
block to decide how to compute the SATD rate cost. If the entire
block is quantized to zero, there is no need to add anything ; if
only the DC coefficient is non-zero, add its absolute value ;
otherwise, sum over the block. This reduces the CPU cycles spent
on vp9_satd_sse2 to one third.Change-Id : I0d56044b793b286efc0875fafc0b8bf2d2047e32