Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (53)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7558)

  • Revision f265dde305 : vp8 : common : postproc : fix signed overflow of statement of (X +c) >= X when '-We

    13 septembre 2014, par Jia Jia

    Changed Paths :
     Modify /vp8/common/postproc.c



    vp8 : common : postproc : fix signed overflow of statement of (X +c) >= X when
    ’-Werror=strict-overflow’ is set.

    Change-Id : I2f78417cc100973c732426f7b6bd10d7304a1a5f

  • libavutil/common : clip nan value to amin

    15 novembre 2021, par Mark Reid
    libavutil/common : clip nan value to amin
    

    Changes av_clipf to return amin if a is nan.
    Before if a is nan av_clipf_c returned nan and
    av_clipf_sse would return amax. Now the both
    should behave the same.

    This works because nan > amin is false.
    The max(nan, amin) will be amin.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/common.h
    • [DH] libavutil/x86/intmath.h
  • zscale : Add pixdesc-API compatible color names to filter options

    25 mai 2017, par Vittorio Giovara
    zscale : Add pixdesc-API compatible color names to filter options
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavfilter/vf_zscale.c