Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (91)

  • 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 (7443)

  • Revision c0e99f84f9 : Use sub-pixel accuracy prediction non-RD mode This commit builds the actual pre

    26 février 2014, par Jingning Han

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



    Use sub-pixel accuracy prediction non-RD mode

    This commit builds the actual prediction block in sub-pixel accuracy
    and uses which to calculate SAD for non-RD mode decision. In the trail
    run on pedestrian_area at 1080p, rtc speed -7 runtime goes from
    23495 ms -> 25107 ms (7% slower). The compression performance is
    improved by 20.57% for rtc test set.

    Change-Id : I438589cd103fe99f1b50c2d1939ac6ca43fa0157

  • Revision 1b46f315f6 : Always use adaptive motion search in non-RD coding mode This commit takes out t

    25 mars 2014, par Jingning Han

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



    Always use adaptive motion search in non-RD coding mode

    This commit takes out the if statements on using adaptive motion
    search flag. This feature is automatically enabled in non-RD mode
    decision flow for variable partition types search.

    Change-Id : I5a25cf9109d84d07aa61b3e02c8d32dda1e90cb0

  • Revision 98ed74d942 : Change the min/max q validation in lossless mode This commit changed how q is v

    21 mars 2014, par Yaowu Xu

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


     Modify /vp9/vp9_cx_iface.c



    Change the min/max q validation in lossless mode

    This commit changed how q is validated in lossless mode. With this
    commit, when —lossless=1 is specificed at commandline, —min-q and
    — max-q are now ignored. This is to make the option non-ambiguious.

    Change-Id : I33e85690460537509d33be75d6a3597be4affc09