
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (97)
-
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (7941)
-
Revision 455f2de20b : Tune tokenization/detokenization flow for speed-up This commit optimizes the to
30 juillet 2013, par Jingning HanChanged Paths :
Modify /vp9/decoder/vp9_detokenize.c
Modify /vp9/encoder/vp9_tokenize.c
Tune tokenization/detokenization flow for speed-upThis commit optimizes the tokenization and detokenization operational
flow for speed-up. It makes the coding process about 0.3% faster at
speed 0.Change-Id : I28008df7482874e4b5f237f2d418ff82a249dd56
-
Revision 56df76bf1b : Merge "Optimize 32x32 2D inverse DCT for speed-up"
1er août 2013, par Jingning HanMerge "Optimize 32x32 2D inverse DCT for speed-up"
-
Revision 9d67495f72 : Optimize 32x32 2D inverse DCT for speed-up This commit exploits the sparsity of
1er août 2013, par Jingning HanChanged Paths :
Modify /vp9/common/x86/vp9_idct_intrin_sse2.c
Optimize 32x32 2D inverse DCT for speed-upThis commit exploits the sparsity of quantized coefficient matrix.
It detects each 32x8 array and skip the corresponding inverse
transformation if all entries are zero.For ped1080p at 8000 kbps, this on average reduces the runtime of
32x32 inverse 2D-DCT SSE2 function from 6256 cycles -> 5200
cycles. It makes the overall encoding process about 2% faster at
speed 0. The speed-up is more pronounceable for the decoding process.Change-Id : If20056c3566bd117642a76f8884c83e8bc8efbcf