
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (102)
-
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 (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (8594)
-
Revision 33df6d1fc1 : Save NEON registers in VP8 NEON functions The recent compiler can generate opti
28 avril 2014, par Yunqing WangChanged Paths :
Modify /vp8/common/arm/neon/buildintrapredictorsmby_neon.asm
Modify /vp8/common/arm/neon/idct_dequant_0_2x_neon.asm
Modify /vp8/common/arm/neon/idct_dequant_full_2x_neon.asm
Modify /vp8/common/arm/neon/loopfilter_neon.asm
Modify /vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm
Modify /vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm
Modify /vp8/common/arm/neon/mbloopfilter_neon.asm
Modify /vp8/common/arm/neon/sad16_neon.asm
Modify /vp8/common/arm/neon/sad8_neon.asm
Modify /vp8/common/arm/neon/shortidct4x4llm_neon.asm
Modify /vp8/common/arm/neon/sixtappredict16x16_neon.asm
Modify /vp8/common/arm/neon/sixtappredict4x4_neon.asm
Modify /vp8/common/arm/neon/sixtappredict8x4_neon.asm
Modify /vp8/common/arm/neon/sixtappredict8x8_neon.asm
Modify /vp8/common/arm/neon/variance_neon.asm
Modify /vp8/common/arm/neon/vp8_subpixelvariance16x16_neon.asm
Modify /vp8/common/arm/neon/vp8_subpixelvariance16x16s_neon.asm
Modify /vp8/common/arm/neon/vp8_subpixelvariance8x8_neon.asm
Modify /vp8/encoder/arm/neon/subtract_neon.asm
Modify /vp8/encoder/arm/neon/vp8_memcpy_neon.asm
Modify /vp8/encoder/arm/neon/vp8_mse16x16_neon.asm
Save NEON registers in VP8 NEON functionsThe recent compiler can generate optimized code that uses NEON registers
for various operations besides floating-point operations. Therefore,
only saving callee-saved registers d8 - d15 at the beginning of the
encoder/decoder is not enough anymore. This patch added register saving
code in VP8 NEON functions that use those registers.Change-Id : Ie9e44f5188cf410990c8aaaac68faceee9dffd31
-
avcodec/mips : Improve hevc bi weighted copy, hz and vt mc msa functions
27 octobre 2017, par Kaustubh Rasteavcodec/mips : Improve hevc bi weighted copy, hz and vt mc msa functions
Pack the data to half word before clipping.
Use immediate unsigned saturation for clip to max saving one vector register.Signed-off-by : Kaustubh Raste <kaustubh.raste@imgtec.com>
Reviewed-by : Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avcodec/mips : Improve hevc uni weighted 4 tap hz mc msa functions
3 novembre 2017, par Kaustubh Rasteavcodec/mips : Improve hevc uni weighted 4 tap hz mc msa functions
Use global mask buffer for appropriate mask load.
Use immediate unsigned saturation for clip to max saving one vector register.
Remove unused macro.Signed-off-by : Kaustubh Raste <kaustubh.raste@imgtec.com>
Reviewed-by : Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>