
Recherche avancée
Médias (9)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (13221)
-
vp8/x86 : save one register in SIGN_ADD/SUB.
27 décembre 2014, par Ronald S. Bultje -
Revision b52288aaff : vp8_intra_pred_y_tm_sse2 : save/restore xmm registers xmm6/xmm7 should be saved
20 novembre 2012, par James ZernChanged Paths : Modify /vp8/common/x86/recon_sse2.asm vp8_intra_pred_y_tm_sse2 : save/restore xmm registers xmm6/xmm7 should be saved and restored for Windows x64 ; prevents an encoder mismatch and some datarate issues. Change-Id : (...)
-
Refactored @-options handling to save bytes.
11 juin 2013, par blueimpRefactored @-options handling to save bytes.
If an option is set to @, the global option of the same name as the key
will be used, e.g. :
acceptFileTypes : '@', // acceptFileTypesIf the options set contains a property prefix, the global options key
will be the prefix plus the option key, concatenated in camel-case
spelling, e.g. :
prefix : 'loadImage',
acceptFileTypes : '@', // loadImageAcceptFileTypesIf the prefix is set to true, the action of the options set will be
used as key.