Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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 b2762a8853 : Re-arrange inter mode search order in RTC coding flow This commit makes the ZER

    6 février 2015, par Jingning Han

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



    Re-arrange inter mode search order in RTC coding flow

    This commit makes the ZEROMV mode first in the search order to
    ensure that the zero mv is always checked in the RTC coding mode.
    It improves the average speed -6 compression performance by 0.3%
    in both PSNR and SSIM at no visible speed change.

    Change-Id : I465a7e59f4e20cd84fee3f02ced6f98036945949

  • avcodec/mpegvideo_enc : Remove slice structured mode from H.263 as well as the code...

    22 novembre 2015, par Michael Niedermayer
    avcodec/mpegvideo_enc : Remove slice structured mode from H.263 as well as the code automatically enabing it
    

    There is no such thing as a slice structured mode in the original version 1 H.263,
    that mode was added in H.263+ in 1998. Also the headers for slice structured mode
    are not part of the older version 1 and this would result in unplayable files

    An alternative to this patch would be to merge the H263 and H263P AVCodecs and use
    other means to distinguish the older and newer versions.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpegvideo_enc.c
  • Revision b34ce04378 : Fix potential use of uninitialized value Initialize the best mode and tx_size v

    19 août 2013, par Jingning Han

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



    Fix potential use of uninitialized value

    Initialize the best mode and tx_size values in the rate-distortion
    optimization search loop.

    Change-Id : Ibfb5c0895691f172abcd4265c23aef4cb99fa8af