
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (98)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (14215)
-
Revision af10457e02 : Fix bug 806 in the function sad32x32x4d and sad64x64x4d the source is aligned t
24 juillet 2014, par levytamar82Changed Paths :
Modify /test/sad_test.cc
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/encoder/x86/vp9_sad4d_intrin_avx2.c
Fix bug 806in the function sad32x32x4d and sad64x64x4d the source is aligned to 16 bytes
and not to 32 bytes - the load is now unaligned.Change-Id : I922fdba56d0936b5cf72e4503519f185645a168c
-
arm : do not export every asm function
1er avril 2014, par Janne Grunauarm : do not export every asm function
Based on Libav’s libavutil/arm/asm.S. Also prevents having the same
label twice for every function on systems not defining EXTERN_ASM.
Clang’s integrated assembler does not like it. -
arm : do not export every asm function
1er avril 2014, par Janne Grunauarm : do not export every asm function
Based on Libav’s libavutil/arm/asm.S. Also prevents having the same
label twice for every function on systems not defining EXTERN_ASM.
Clang’s integrated assembler does not like it.