Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (97)

  • Les sons

    15 mai 2013, par
  • 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 (...)

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

Sur d’autres sites (9385)

  • Revision 7965a6ea34 : Comment out 2 unused speed features use_min_partition_size and use_max_partitio

    1er août 2013, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Comment out 2 unused speed features

    use_min_partition_size and use_max_partition_size are not used
    currently, and could be added back if needed later.

    Change-Id : Ib22a9c06b064567a7c1d6d5445567ed77e0d3acc

  • Revision 0d68080445 : Merge "Comment out 2 unused speed features"

    2 août 2013, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_onyx_if.c



    Merge "Comment out 2 unused speed features"

  • Revision 9d67495f72 : Optimize 32x32 2D inverse DCT for speed-up This commit exploits the sparsity of

    1er août 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    Optimize 32x32 2D inverse DCT for speed-up

    This commit exploits the sparsity of quantized coefficient matrix.
    It detects each 32x8 array and skip the corresponding inverse
    transformation if all entries are zero.

    For ped1080p at 8000 kbps, this on average reduces the runtime of
    32x32 inverse 2D-DCT SSE2 function from 6256 cycles -> 5200
    cycles. It makes the overall encoding process about 2% faster at
    speed 0. The speed-up is more pronounceable for the decoding process.

    Change-Id : If20056c3566bd117642a76f8884c83e8bc8efbcf