
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 188074414e : Add realtime-mode to datarate tests. Change-Id : Ib7ef6afbc80a38b134522bff283c01
7 mars 2014, par Marco PaniconiChanged Paths :
Modify /test/datarate_test.cc
Add realtime-mode to datarate tests.Change-Id : Ib7ef6afbc80a38b134522bff283c01fadbec874b
-
Revision 0835a35347 : Fix inter mode context adaptation. Change-Id : Ibaa47be878c1cd84d88d7518418d2d8d
31 mai 2013, par Sami PietilaChanged Paths :
Modify /vp9/common/vp9_entropymode.c
Fix inter mode context adaptation.Change-Id : Ibaa47be878c1cd84d88d7518418d2d8d38224e70
-
avcodec/nvenc : fix segfault in intra-only mode
21 juin 2024, par Josh Allmannavcodec/nvenc : fix segfault in intra-only mode
In intra-only mode, frameIntervalP is 0, which means the frame
data array is smaller than the number of surfaces.Together with using the wrong size on deallocation of the
frame_data_array, this lead to a crash.Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>