Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9582)

  • Revision e85eaf6acd : Remove redundant mode update in sub8x8 decoding The probability model used to c

    24 septembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/decoder/vp9_decodemv.c



    Remove redundant mode update in sub8x8 decoding

    The 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 b1c58f57a7 : Merge "Remove redundant mode update in sub8x8 decoding"

    24 septembre 2013, par Jingning Han

    Merge "Remove redundant mode update in sub8x8 decoding"

  • Revision 44b708b4c4 : Remove redundant mv_pred use for sub8x8 blocks The sub8x8 blocks has its own mo

    19 septembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Remove redundant mv_pred use for sub8x8 blocks

    The sub8x8 blocks has its own motion vector reference scheme. The
    mv_pred is only used blocks of sizes 8x8 and above, to find the
    starting point for motion search.

    This change does not change any coding behavior. It makes the
    encoding process slightly faster. (0.5% speed-up for local test on
    speed 1.)

    Change-Id : I746ee6ef0eac19aa3621be014afa12be8d82cbb9