
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (34)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
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 (4435)
-
Revision e85eaf6acd : Remove redundant mode update in sub8x8 decoding The probability model used to c
24 septembre 2013, par Jingning HanChanged Paths :
Modify /vp9/decoder/vp9_decodemv.c
Remove redundant mode update in sub8x8 decodingThe probability model used to code prediction mode is conditioned
on the immediate above and left 8x8 blocks' prediction modes. When
the above/left block is coded in sub8x8 mode, we use the prediction
mode of the bottom-right sub8x8 block as the reference to generate
the context.This commit moves the update of mbmi.mode out of the sub8x8 decoding
loop, hence removing redundant update steps and keeping the bottom-
right block's mode for the decoding process of next blocks.Change-Id : I1e8d749684d201c1a1151697621efa5d569218b6
-
Revision 14cc7b319f : Refactor model based tx search in super_block_yrd Remove unnecessary conditiona
13 août 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Refactor model based tx search in super_block_yrdRemove unnecessary conditional branches in model-based transform
size search.Change-Id : Ic862dc33ed6710a186f6248239dd5f09b5c19981
-
Revision dc70fbe42d : Merge "Refactor model based tx search in super_block_yrd"
13 août 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Merge "Refactor model based tx search in super_block_yrd"