Recherche avancée

Médias (91)

Autres articles (38)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • Revision d94d2b75ea : write_kfmodes : use update_skip_probs() Use the common update_skip_probs() funct

    10 octobre 2012, par John Koleszar

    Changed Paths : Modify /vp8/encoder/bitstream.c write_kfmodes : use update_skip_probs() Use the common update_skip_probs() function rather than duplicating its logic in write_kf_modes(). Change-Id : I2890a28f6907cb79ffe0fb21d20f0ef98b85cdd9

  • patcheck : Add 'threshhold' to common typo list

    12 décembre 2017, par Kelly Ledford
    patcheck : Add 'threshhold' to common typo list
    

    Signed-off-by : Kelly Ledford <kelly.ledford@intel.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/patcheck
  • avutil : Move error.h from avutil.h to common.h

    23 juillet 2021, par Andreas Rheinhardt
    avutil : Move error.h from avutil.h to common.h
    

    Up until now, avutil.h includes common.h which includes mem.h which
    includes avutil.h, so that all these headers are in fact equivalent.
    Yet mem.h does not need to include avutil.h at all and when it no longer
    does, including common.h will no longer include error.h (included by
    avutil.h) as well ; change this by moving error.h to avutil.h, as error.h
    is clearly a commonly used header.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/avutil.h
    • [DH] libavutil/common.h