
Recherche avancée
Autres articles (47)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
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 (...) -
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 (4457)
-
Revision b4957234af : Avoid divide-by-zero in vp8 initialization Check that the numerator is not zero
4 novembre 2014, par JohannChanged Paths :
Modify /vp8/encoder/onyx_if.c
Avoid divide-by-zero in vp8 initializationCheck that the numerator is not zero. If it is, guess 30fps.
Fixes a clang IOC error in the quantize test. It’s very unlikely for
this to occur in the wild because the setup in the quantize test is very
nonstandard.Change-Id : Icdab7b81d4e168d3423e14db20787f960052e0c3
-
Add missing ’typeof’ to fix html5 mime check
13 février 2012, par Leo Franchim script/soundmanager2.js Add missing ’typeof’ to fix html5 mime check
-
arm : check if AS supports .dn
29 mai 2014, par Janne Grunauarm : check if AS supports .dn
Move the GNU as check before the arch specific asm checks since the .dn
check requires gas compatible assembler.Disable the VC-1 motion compensation NEON asm which is the only part
using that directive. The integrated assembler in the upcoming clang 3.5
does not support .dn/.qn without plans to change that. Too much effort
to implement it while it is rarely used.