Recherche avancée

Médias (91)

Autres articles (67)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

Sur d’autres sites (8428)

  • Revision 5eed74e1d3 : Refactor get_tx_type and get_scan This makes it easier to add new transform typ

    19 août 2015, par hui su

    Changed Paths :
     Modify /vp10/common/blockd.h


     Modify /vp10/common/scan.h


     Modify /vp10/decoder/decodeframe.c


     Modify /vp10/encoder/encodemb.c


     Modify /vp10/encoder/pickmode.c


     Modify /vp10/encoder/rdopt.c


     Modify /vp10/encoder/tokenize.c



    Refactor get_tx_type and get_scan

    This makes it easier to add new transform types and scan orders
    to VP10 in the future.

    Change-Id : I94874ddc9b19928d7820d57e94e2af04adf51efe

  • Revision e7570493b8 : Moves inter mode count updates to update_stats This makes the inter_mode counts

    6 janvier 2015, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_encodeframe.c



    Moves inter mode count updates to update_stats

    This makes the inter_mode counts update consistent with other symbols.
    Also, forward updates should work corerctly now.

    Change-Id : Id98be26fd08875162e644bb8f1de6f0918f85396

  • Revision 8c8381d543 : Enable all-zero coeff block index for sub8x8 blk This commit makes zcoeff_blk c

    30 octobre 2013, par Jingning Han

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


     Modify /vp9/encoder/vp9_rdopt.c



    Enable all-zero coeff block index for sub8x8 blk

    This commit makes zcoeff_blk cache the case where the entire block
    is quantized to be zero (without applying zero-forcing) in the rate-
    distortion optimization loop, and skip the forward DCT, quantization,
    inverse DCT, and reconstruction process in the encode_block stage.

    It now works for all the block sizes, including sub8x8 blocks.

    Change-Id : I5ae60a9c436ba3637d11666733554bec4580ef98