Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (92)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (6334)

  • Revision 0423a96469 : Fix mode selection bug when ARNR filtering disabled When ARNR filtering is disa

    1er mai 2014, par Adrian Grange

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



    Fix mode selection bug when ARNR filtering disabled

    When ARNR filtering is disabled, by setting
    arnr_max_frames=0, mode_skip_mask was being set to
    - 1 for the ARF frame resulting in no mode being
    selected for the block.

    The intent is to restrict the reference frame to the
    previous ARF frame and the mode to one of ZEROMV,
    NEARMV or NEARESTMV.

    Change-Id : Ifc3920b153142cd01d422910c94d2f20ffb6f129

  • Revision 9afb6700c2 : Adjust q range Skip Q values between the q.0 mode and a real q of 2.0 as these

    4 avril 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_quant_common.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_quantize.c



    Adjust q range

    Skip Q values between the q.0 mode and a real q of
    2.0 as these are not valuable from an RD perspective.

    Change-Id : I110c4858c57f97315953f4d88a2596d4764360df

  • Revision be212d4db3 : Refactor rate distortion cost structure in non-RD coding mode This commit refac

    22 octobre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_pickmode.h



    Refactor rate distortion cost structure in non-RD coding mode

    This commit refactors the rate distortion structure used in the
    non-RD coding mode and saves a few RDCOST calculations.

    Change-Id : I62c3416c300d2c5372f21b96d93a6b633a34ab3a