Recherche avancée

Médias (0)

Mot : - Tags -/api

Aucun média correspondant à vos critères n’est disponible sur le site.

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 ;

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (10067)

  • Revision 1bf27df775 : Enable vpxenc to process and convert external mode_info This commit enables the

    28 juin 2014, par Jingning Han

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



    Enable vpxenc to process and convert external mode_info

    This commit enables the encoder to convert the mode information
    read from external file into effective VP9 coding decisions. Further
    optimization for compression performance can be applied therein.

    Change-Id : Ic3abb8e223ed4b5aa54e5ed099feb450c1ad9363

  • fade : fix slice sizes

    24 mai 2013, par Michael Niedermayer
    fade : fix slice sizes
    

    This more evenly distributes the load between threads

    This also fixes the chroma filtering where the filter was applied twice

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_fade.c
    • [DH] tests/ref/fate/filter-fade
  • Revision 8ba92a0bed : changes intra coding to be based on txfm block This commit changed the encoding

    17 mai 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/vp9_reconintra.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodeintra.h


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c



    changes intra coding to be based on txfm block

    This commit changed the encoding and decoding of intra blocks to be
    based on transform block. In each prediction block, the intra coding
    iterates thorough each transform block based on raster scan order.

    This commit also fixed a bug in D135 prediction code.

    TODO next :
    The RD mode/txfm_size selection should take this into account when
    computing RD values.

    Change-Id : I6d1be2faa4c4948a52e830b6a9a84a6b2b6850f6