
Recherche avancée
Médias (1)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (54)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (9041)
-
Revision 6e7e1cf32f : Add Neon intrinsics for vp9_avg_8x8_neon On Nexus 7 speed -5, -6, -7, and -8 sa
15 janvier 2015, par Frank GalliganChanged Paths :
Modify /test/vp9_avg_test.cc
Modify /vp9/common/vp9_rtcd_defs.pl
Add /vp9/encoder/arm/neon/vp9_avg_neon.c
Modify /vp9/vp9cx.mk
Add Neon intrinsics for vp9_avg_8x8_neonOn Nexus 7 speed -5, -6, -7, and -8 saw about a 1% increase
in perf for 480p. Speeds -5, -6, -7, and -8 saw about a 1.5%
increase in perf for 720p.Tested on Nexus 7, built with ndk r10d, gcc 4.9.
Change-Id : Ibf17ebfd952a6aec941719bd8306df8ec4574bee
-
Revision ec1d8387e1 : Add 64x64 sub_pel_variance Neon function On Nexus 7 speed -5, -6, -7, and -8 sa
14 janvier 2015, par Frank GalliganChanged Paths :
Modify /test/variance_test.cc
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/encoder/arm/neon/vp9_variance_neon.c
Add 64x64 sub_pel_variance Neon functionOn Nexus 7 speed -5, -6, -7, and -8 saw about a 15% increase
in perf for 480p. Speeds -5, -6, -7, and -8 saw about a 10%
increase in perf for 720p.Tested on Nexus 7, built with ndk r10d, gcc 4.9.
Change-Id : I2fa5315845e3021c9a6e2ea47e52e68b398d8334
-
are there options to speed up dpkg-buildpackage
17 janvier 2015, par j0hIm back porting ffmpeg to an older version of debian.
everything is going well, but its so slow.
I am runningdpkg-buildpackage -us -uc
with a debian rules file that looks like this :
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_configure:
./configureI notice, this is only processing on 1 core.
is there anything like make -j 4 that I could use to speed this up ?I’ve been using this guide, but i don’t see anything for speeding up the build step
https://www.debian.org/doc/manuals/maint-guide/