
Recherche avancée
Autres articles (91)
-
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (7443)
-
Revision 2aa50eafb2 : Make non-RD intra mode search txfm size dependent This commit fixes the potenti
25 juin 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Modify /vp9/encoder/vp9_speed_features.c
Make non-RD intra mode search txfm size dependentThis commit fixes the potential issue in the non-RD mode decision
flow that only checks part of the block to estimate the cost. It
was due to the use of fixed transform size, in replacing the
largest transform block size. This commit enables per transform
block cost estimation of the intra prediction mode in the non-RD
mode decision.Change-Id : I14ff92065e193e3e731c2bbf7ec89db676f1e132
-
Revision 247197d57b : Fix bug where we don't choose any mode in RD selection. This could happen durin
18 juillet 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Fix bug where we don't choose any mode in RD selection.This could happen during golden overlay frame coding from a previous
alt-ref frame if the special overlay code was triggered.Change-Id : I3056d0c547cd26903b260ef93c94026e96bd9868
-
Revision 4ce70e8847 : Add ref frame rate cost to non-RD mode decision This commit adds a heuristic ra
11 février 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Add ref frame rate cost to non-RD mode decisionThis commit adds a heuristic rate cost of reference frame to the
non-RD mode decision. It improves the compression performance of
speed -6 by 0.31% and speed -5 by 0.69%.Change-Id : If7f3b45519d49b2cb640bcb7316a254efc8be446