Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (111)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (11965)

  • Revision d12757f5c6 : VP9 common for ARMv8 by using NEON intrinsics 03 Add vp9_copy_neon.c - vp9_conv

    21 janvier 2014, par James Yu

    Changed Paths :
     Modify /test/convolve_test.cc


     Delete /vp9/common/arm/neon/vp9_copy_neon.asm


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


     Add /vp9/common/arm/neon/vp9_copy_neon_asm.asm
    (from /vp9/common/arm/neon/vp9_copy_neon.asm
    :617382a2e3b4a8b053a8032a1a89be0dcf8e349c)
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 03

    Add vp9_copy_neon.c
    - vp9_convolve_copy_neon

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

  • avutil/common : Add FFNABS()

    3 septembre 2015, par Michael Niedermayer
    avutil/common : Add FFNABS()
    

    This macro avoids the undefined corner case with the *_MIN values

    Previous version Reviewed-by : Ganesh Ajjanagadde <gajjanag@mit.edu>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/common.h
  • doc/examples/decoding_encoding : Check all av_samples_get_buffer_size() returns

    31 janvier 2014, par Michael Niedermayer
    doc/examples/decoding_encoding : Check all av_samples_get_buffer_size() returns
    

    Fixed CID1135755
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/examples/decoding_encoding.c