Recherche avancée

Médias (1)

Mot : - Tags -/bug

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 (12919)

  • vaapi_vp8 : Use VP8_MAX_QUANT instead of magic number

    16 février 2017, par Mark Thompson
    vaapi_vp8 : Use VP8_MAX_QUANT instead of magic number
    
    • [DH] libavcodec/vaapi_encode_vp8.c
  • avcodec/msmpeg4 : Inline number of motion vectors

    26 janvier 2021, par Andreas Rheinhardt
    avcodec/msmpeg4 : Inline number of motion vectors
    

    Both motion vector tables have the same number of elements, hence one
    can inline said number and remove the field containing the number of
    elements from the structure.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/msmpeg4data.c
    • [DH] libavcodec/msmpeg4data.h
    • [DH] libavcodec/msmpeg4dec.c
    • [DH] libavcodec/msmpeg4enc.c
  • ffv1enc_vulkan : restrict number of execution contexts to 1

    18 novembre 2024, par Lynne
    ffv1enc_vulkan : restrict number of execution contexts to 1
    

    This only leads to wasting memory in a single-threaded operation.
    Limit this to 1 for now and leave a comment.

    • [DH] libavcodec/ffv1enc_vulkan.c