Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (31)

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

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (5761)

  • avcodec/mips : Use MMI marcos to replace Loongson3 instructions

    23 juillet 2021, par Jiaxun Yang
    avcodec/mips : Use MMI marcos to replace Loongson3 instructions
    

    Loongson3's extention instructions (prefixed with gs) are widely used
    in our MMI codebase. However, these instructions are not avilable on
    Loongson-2E/F while MMI code should work on these processors.

    Previously we introduced mmiutils marcos to provide backward compactbility
    but newly commited code didn't follow that. In this patch I revised the
    codebase and converted all these instructions into MMI marcos to get
    Loongson2 supproted again.

    Signed-off-by : Jiaxun Yang <jiaxun.yang@flygoat.com>
    Reviewed-by : Shiyou Yin <yinshiyou-hf@loongson.cn>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/h264chroma_mmi.c
    • [DH] libavcodec/mips/h264dsp_mmi.c
    • [DH] libavcodec/mips/hevcdsp_mmi.c
    • [DH] libavcodec/mips/hpeldsp_mmi.c
    • [DH] libavcodec/mips/simple_idct_mmi.c
    • [DH] libavcodec/mips/vp3dsp_idct_mmi.c
    • [DH] libavcodec/mips/vp8dsp_mmi.c
    • [DH] libavcodec/mips/vp9_mc_mmi.c
  • fftools/cmdutils : Avoid crash when opts could not be allocated

    15 décembre 2021, par Yu Yang
    fftools/cmdutils : Avoid crash when opts could not be allocated
    

    If 'opts' could not be allocated, exiting the program to avoid crash when release it.

    Reported-by : TOTE Robot <oslab@tsinghua.edu.cn>
    Signed-off-by : Yu Yang <yuyang14@kuaishou.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/cmdutils.c
    • [DH] fftools/cmdutils.h
  • libavcodec/pthread_frame : remove duplicate pointers

    15 décembre 2021, par Yu Yang
    libavcodec/pthread_frame : remove duplicate pointers
    

    '*src' and '*avctx' point to the same memory. It is enough to keep one of them.

    Signed-off-by : Yu Yang <yuyang14@kuaishou.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/pthread_frame.c