Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (57)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

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

  • configure : explicitly list videotoolbox deps for avutil

    13 octobre 2017, par James Almer
    configure : explicitly list videotoolbox deps for avutil
    

    There's a bug in configure where they are not being resolved right,
    so make them explicit deps for avutil for now.

    • [DH] configure
  • MAINTAINERS : add myself to the general developers list

    29 septembre 2017, par Jan Ekström
    MAINTAINERS : add myself to the general developers list
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS
  • avcodec/bsf : Add custom item name function for bsf list

    21 août 2016, par Jan Sebechlebsky
    avcodec/bsf : Add custom item name function for bsf list
    

    which will
    construct string description of filter chain. This is
    done using lazy-initialization, so there is no overhead
    if item name is never accessed.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/bsf.c