Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (111)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    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 (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le 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 (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (11694)

  • Revision 8f9d94ec17 : SSSE3 Optimization for Atom processors using new instruction selection and order

    5 décembre 2014, par levytamar82

    Changed Paths :
     Modify /vp9/common/x86/vp9_subpixel_8t_ssse3.asm



    SSSE3 Optimization for Atom processors using new instruction selection and
    ordering

    The function vp9_filter_block1d16_h8_ssse3 uses the PSHUFB instruction which has
    a 3 cycle latency and slows execution when done in blocks of 5 or more on Atom
    processors.
    By replacing the PSHUFB instructions with other more efficient single cycle
    instructions (PUNPCKLBW + PUNPCHBW + PALIGNR) performance can be improved.
    In the original code, the PSHUBF uses every byte and is consecutively copied.
    This is done more efficiently by PUNPCKLBW and PUNPCHBW, using PALIGNR to
    concatenate the intermediate result and then shift right the next consecutive 16
    bytes for the final result.

    For example :
    filter = 0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8
    Reg = 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
    REG1 = PUNPCKLBW Reg, Reg = 0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7
    REG2 = PUNPCHBW Reg, Reg = 8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15
    PALIGNR REG2, REG1, 1 = 0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8

    This optimization improved the function performance by 23% and produced a 3%
    user level gain on 1080p content on Atom processors.
    There was no observed performance impact on Core processors (expected).

    Change-Id : I3cec701158993d95ed23ff04516942b5a4a461c0

  • Piwik and Piwik PRO featured in TrustRadius buyer’s guide

    3 septembre 2014, par Piwik Core Team — About, Meta

    We are proud that Piwik and Piwik PRO are being featured in the TrustRadius Buyer’s Guide to Digital Analytics Software and scooping up two awards :

    Piwik Named A Leader in TrustRadius Digital Analytics TrustMap™ for Small Businesses.

    Piwik Rated Strong Performer in TrustRadius Digital Analytics TrustMap ™ for Enterprise.

    Rankings Based on User Ratings and Market Segment Adoption

    Learn more

    The TrustRadius TrustMaps™ guide features reviews from authenticated TrustRadius users on a number of digital analytics platforms from the biggest names in the digital analytics industry – Piwik and Piwik PRO being two of them. You can download your free copy of the buyer’s guide here (Note : there is a form to fill before you can download the PDF).

    Read the TrustRadius user reviews about Piwik on their website.

    Or view other awards won by Piwik here.

  • Piwik and Piwik PRO featured in TrustRadius buyer’s guide

    3 septembre 2014, par Piwik Core Team — About, Meta

    We are proud that Piwik and Piwik PRO are being featured in the TrustRadius Buyer’s Guide to Digital Analytics Software and scooping up two awards :

    Piwik Named A Leader in TrustRadius Digital Analytics TrustMap™ for Small Businesses.

    Piwik Rated Strong Performer in TrustRadius Digital Analytics TrustMap ™ for Enterprise.

    Rankings Based on User Ratings and Market Segment Adoption

    Learn more

    The TrustRadius TrustMaps™ guide features reviews from authenticated TrustRadius users on a number of digital analytics platforms from the biggest names in the digital analytics industry – Piwik and Piwik PRO being two of them. You can download your free copy of the buyer’s guide here (Note : there is a form to fill before you can download the PDF).

    Read the TrustRadius user reviews about Piwik on their website.

    Or view other awards won by Piwik here.