Recherche avancée

Médias (2)

Mot : - Tags -/documentation

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)

  • lavc/audiotoolboxdec : fix a number of config and timestamp issues

    24 mars 2016, par Rodger Combs
    lavc/audiotoolboxdec : fix a number of config and timestamp issues
    

    - ADTS-formatted AAC didn’t work
    - Channel layouts were never exported
    - Channel mappings were incorrect beyond stereo
    - Channel counts weren’t updated after packets were decoded
    - Timestamps were exported incorrectly

    • [DH] libavcodec/audiotoolboxdec.c
  • lavfi/af_aemphasis : remove unnecessary complex number usage

    22 décembre 2015, par Ganesh Ajjanagadde
    lavfi/af_aemphasis : remove unnecessary complex number usage
    

    complex is not available on all platforms. Furthermore, it is trivial to
    rewrite complex number expressions to real arithmetic, and in fact
    sometimes advantageous for performance reasons : by wrapping as a complex,
    one forces a particular Cartesian representation that is not necessarily optimal for the purpose.

    Configure dependencies also removed, and aemphasis is now available across
    all platforms.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] configure
    • [DH] libavfilter/af_aemphasis.c
  • vp56data : Move all shared enum/struct declarations to common header

    14 août 2013, par Diego Biurrun
    vp56data : Move all shared enum/struct declarations to common header
    
    • [DH] libavcodec/vp56.h
    • [DH] libavcodec/vp56data.h
    • [DH] libavcodec/vp6data.h
    • [DH] libavcodec/vp8.h