
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (43)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (7028)
-
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