
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (95)
-
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" (...) -
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 (...)
Sur d’autres sites (6969)
-
Revision 478fbc8f23 : Update to speed 5 non-rd mode partition search. If the pre-selected partition s
7 juillet 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Update to speed 5 non-rd mode partition search.If the pre-selected partition size (from variance partition) is
32x32, also apply nonrd partition search for 32x32 and 16x16 size.Overall small positive gain in metrics, average 1%.
Some visual improvement, for lower resolutions.Change-Id : I69cb425bda94f7d13d34c451ab30e9276335a30e
-
Revision 155b9416b3 : Merge "Update to speed 5 non-rd mode partition search."
8 juillet 2015, par MarcoMerge "Update to speed 5 non-rd mode partition search."
-
Revision dac589d6d4 : Optimize bilateral filter to improve speed Optimization of bilateral filter : 1)
29 juin 2015, par Shunyao LiChanged Paths :
Modify /vp9/common/vp9_loopfilter.c
Modify /vp9/common/vp9_loopfilter.h
Optimize bilateral filter to improve speedOptimization of bilateral filter :
1) Pre-calculate the bilateral filters at all the
levels at the initialization.
2) Convert 1D matrix to 2D matrix, avoid too many
multiplications in the bilateral filter loop.
3) Fix a bug in "loop_bilateral_filter_highbd".
The right-shifted range index can be larger than 255.Change-Id : I42f6177e896706948e2403bd9edce46e3eb5cbf8