
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (12784)
-
Revision 3d50da5397 : Fix decoder mismatch with ssse3 enabled This patch fixed issue 661 : "Decoder pr
19 novembre 2013, par Yunqing WangChanged Paths :
Modify /vp9/common/x86/vp9_subpixel_8t_ssse3.asm
Fix decoder mismatch with ssse3 enabledThis patch fixed issue 661 : "Decoder produces mismatched outputs
with ssse3 enabled and disabled." In sub-pixel filters, a pixel
value was multiplied by a filter coefficient, and the results
were added up. The order of adding up these multiplications had to
be arranged carefully to prevent incorrect overflowing.Change-Id : Id08af4200fea9e1b896fc40157b8651c2c7e80f2
-
Revision e63aaf9ad1 : Fixed a bug in commit a4a5a210 Commit a4a5a210 enabled lossless coding, but the
18 novembre 2013, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Fixed a bug in commit a4a5a210Commit a4a5a210 enabled lossless coding, but the commit incorrectly
disabled the usage of skip in encoder even when skip should be used.
This commit make sure that skip is enabled even in lossless mode.Change-Id : I276954f952c6ac68f17a316ebc72f09001228a08
-
Revision 040dc8c945 : Merge "Fixed a bug in commit a4a5a210"
19 novembre 2013, par Yaowu XuMerge "Fixed a bug in commit a4a5a210"