
Recherche avancée
Autres articles (111)
-
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 -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (8348)
-
Macroblock tree overhaul/optimization
23 février 2014, par Jason Garrett-GlaserMacroblock tree overhaul/optimization
Move the second core part of macroblock tree into an assembly function ;
SIMD-optimize roughly half of it (for x86). Roughly 25-65% faster mbtree,
depending on content.Slightly change how mbtree handles the tradeoff between range and precision
for propagation.Overall a slight (but mostly negligible) effect on SSIM and 2% faster.
-
Revision 0a0492611c : gen_msvs_proj : fix in tree configure under cygwin strip trailing '/' from paths
13 juin 2014, par James ZernChanged Paths :
Modify /build/make/gen_msvs_proj.sh
Modify /build/make/gen_msvs_vcxproj.sh
gen_msvs_proj : fix in tree configure under cygwinstrip trailing ’/’ from paths, this is later converted to ’\’ which
causes execution errors for obj_int_extract/yasm. vs10+ wasn’t affected
by this issue, but make the same change for consistency.gen_msvs_proj :
+ add missing ’"’ to obj_int_extract call
unlike gen_msvs_vcproj, the block is duplicated
missed in : 1e3d9b9 build/msvs : fix builds in source dirs with spacesChange-Id : I76208e6cdc66dc5a0a7ffa8aa1edbefe31e4b130
-
Revision 20f34ff0db : Adding const to tree pointer inside vp9_extra_bit struct. Change-Id : I60e02fa3d
12 novembre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_entropy.h
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_tokenize.c
Adding const to tree pointer inside vp9_extra_bit struct.Change-Id : I60e02fa3de930ff1f969687ab5af93dee40d86ad