
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (42)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (5806)
-
Revision 3f454060bb : Fix above context pointers In the prior code, the above context pointers used f
16 juillet 2013, par John KoleszarChanged Paths :
Modify /vp9/common/vp9_alloccommon.c
Fix above context pointersIn the prior code, the above context pointers used for entropy
decoding were initialized on the first frame, and not updated when
the frame size changed. The per-frame code which initializes the
contexts assumes that the contexts are contiguous, leading to an
incomplete initialization when the frame is smaller. This commit
updates the pointers so that the context is contigous whenever
the frame size changes.Conflicts :
vp9/common/vp9_alloccommon.cChange-Id : I08b53e3a30c8289491212311682ff1b8028cff6c
-
output example : store the scaling context in the stream context
24 juin 2014, par Anton Khirnov -
Revision 47613d071c : idct_blk_mmx.c : use vpx_memset instead of cast Fix warning with -Wstrict-aliasi
29 octobre 2013, par JohannChanged Paths :
Modify /vp8/common/x86/idct_blk_mmx.c
idct_blk_mmx.c : use vpx_memset instead of castFix warning with -Wstrict-aliasing=1
Change-Id : Ic37013e6477cf213925830d0bd8e6f17364ff7cc