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 6ee6e714b4 : Make key frame coding mode configurable in the command line Add —kf-extc confi

    17 juillet 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/vp8cx.h


     Modify /vpxenc.c



    Make key frame coding mode configurable in the command line

    Add —kf-extc configuration. If it is 1, the key frame is coded
    using mode info from external file ; otherwise, use vpxenc internal
    mode selection process to decide coding modes. It is by default 0.

    Change-Id : I916f811f9eaa2d0f6cc2a2035ca381a1b0ddd974

  • Revision f3b31380fa : Use inter mode flag in super_block_yrd Use a flag variable to determine if code

    23 octobre 2013, par Jingning Han

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



    Use inter mode flag in super_block_yrd

    Use a flag variable to determine if coded in inter mode, thus avoiding
    multiple inter mode checks in super_block_yrd.

    Change-Id : I0ef998b2811c38e185a2e0583f0f636cee45d2cf

  • Revision 50bf8fd4f5 : Enables alt-ref frames in one pass mode Includes a few fixes and clean-ups that

    23 janvier 2014, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_lookahead.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/encoder/vp9_temporal_filter.h



    Enables alt-ref frames in one pass mode

    Includes a few fixes and clean-ups that adds the ability
    to use alt-ref frames in one-pass mode.
    Whether alt-refs are actually used or not is controlled by a
    macro USE_ALTREF_FOR_ONE_PASS in vp9_firstpass.c.

    This first cut seems to improve derf by 15+% in 1-pass mode.
    But further experiments with parameters are underway.

    Change-Id : I78254421435478003367c788c7930d2dc4ee2816