Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (60)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (8260)

  • avcodec/avcodec : Remove redundant assert

    24 septembre 2021, par Andreas Rheinhardt
    avcodec/avcodec : Remove redundant assert
    

    It is now checked by FATE that no encoder capable of flushing
    uses frame threads, so this now redundant runtime check can
    be removed.

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

    • [DH] libavcodec/avcodec.c
  • avfilter/vf_geq : Simplify creating string

    21 septembre 2021, par Andreas Rheinhardt
    avfilter/vf_geq : Simplify creating string
    

    Also fixes a Wformat-truncation warning from GCC.

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

    • [DH] libavfilter/vf_geq.c
  • avformat/utils : Don't allocate zero-sized array

    27 août 2021, par Andreas Rheinhardt
    avformat/utils : Don't allocate zero-sized array
    

    It is unnecessary and also ill-defined : av_malloc() returns a 1-byte
    block of memory in this case, but this is not documented.

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

    • [DH] libavformat/utils.c