Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

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

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

Sur d’autres sites (10805)

  • Revision aa8dd897c1 : VP9 common for ARMv8 by using NEON intrinsics 16 Add vp9_reconintra_neon.c - vp

    8 février 2014, par James Yu

    Changed Paths :
     Delete /vp9/common/arm/neon/vp9_reconintra_neon.asm


     Add /vp9/common/arm/neon/vp9_reconintra_neon.c


     Add /vp9/common/arm/neon/vp9_reconintra_neon_asm.asm
    (from /vp9/common/arm/neon/vp9_reconintra_neon.asm
    :ba05a4c640783dd8a67fb946531940a68d79b906)
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 16

    Add vp9_reconintra_neon.c
    - vp9_v_predictor_4x4_neon
    - vp9_v_predictor_8x8_neon
    - vp9_v_predictor_16x16_neon
    - vp9_v_predictor_32x32_neon
    - vp9_h_predictor_4x4_neon
    - vp9_h_predictor_8x8_neon
    - vp9_h_predictor_16x16_neon
    - vp9_h_predictor_32x32_neon
    - vp9_tm_predictor_4x4_neon
    - vp9_tm_predictor_8x8_neon
    - vp9_tm_predictor_16x16_neon
    - vp9_tm_predictor_32x32_neon

    Change-Id : Ib5d54a4766a1b5127169045659974f33aa98376d
    Signed-off-by : James Yu <james.yu@linaro.org>

  • Revision aeeaa67987 : VP9 common for ARMv8 by using NEON intrinsics 15 Re-write - vp9_lpf_horizontal_

    8 février 2014, par James Yu

    Changed Paths :
     Modify /test/lpf_8_test.cc


     Modify /vp9/common/arm/neon/vp9_loopfilter_16_neon.c


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 15

    Re-write
    - vp9_lpf_horizontal_4_dual_neon
    in vp9_loopfilter_16_neon.c

    Change-Id : Ie14f63d352f9564ad01db3939a61d91cf6d21a31
    Signed-off-by : James Yu <james.yu@linaro.org>

  • lavu : Refactor side data wiping

    15 décembre 2014, par Luca Barbato
    lavu : Refactor side data wiping
    

    And make sure the nb_side_data field is reset as well.

    Based on an initial patch from wm4 <nfxjfg@googlemail.com>.

    CC : libav-stable@libav.org

    • [DBH] libavutil/frame.c