
Recherche avancée
Autres articles (38)
-
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 -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
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 (...)
Sur d’autres sites (5830)
-
avformat/aadec : Don't unnecessarily reinitialize AVTEA context
5 décembre 2021, par Andreas Rheinhardtavformat/aadec : Don't unnecessarily reinitialize AVTEA context
We use ECB, not CBC mode here, so one does not need to reinitialize
the context ; for the same reason, one can also just let av_tea_crypt()
loop over the blocks, avoiding a loop here.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
Revision 637c4d2ec8 : Merge "Use correct context for optimize_b() in vp8_optimize_mby_8x8()." into exp
18 octobre 2012, par Ronald S. BultjeMerge "Use correct context for optimize_b() in vp8_optimize_mby_8x8()." into experimental
-
motion-test : force C functions for the reference C context
3 juin 2014, par James Almermotion-test : force C functions for the reference C context
It was instead using the highest available asm functions, which completely
kills the point of being a reference C context.Signed-off-by : James Almer <jamrial@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>