Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (79)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • doc : reorganize developer.texi chapter hierarchy

    26 novembre 2017, par Jim DeLaHunt
    doc : reorganize developer.texi chapter hierarchy
    

    Previously, the Developer Documentation <ffmpeg.org/developer.html>
    contained a single chapter, "1. Developer Guide," with all content under
    that single chapter. Thus the document structure was one level deeper
    and more complicated than it needed to be. It differed from similar
    documents such as /faq.html, which have multiple chapters.

    Eliminate the single chapter, and promote each section underneath to
    chapter, and each subsection to section. Thus content and relative
    structure remains the same, but the overall structure is simpler.
    Anchors within the page remain the same.

    Signed-off-by : Jim DeLaHunt <from.ffmpeg-dev@jdlh.com>
    Signed-off-by : Timothy Gu <timothygu99@gmail.com>

    • [DH] doc/developer.texi
  • avcodec/dca : avoid using bitstream reader in a non-standard way

    10 juillet 2017, par foo86
    avcodec/dca : avoid using bitstream reader in a non-standard way
    

    Use proper get_bits.h functions instead of directly accessing index.

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

    • [DH] libavcodec/dca_core.c
    • [DH] libavcodec/dca_core.h
    • [DH] libavcodec/dca_xll.c
    • [DH] libavcodec/dcadec.h
  • flac : Convert to the new bitstream reader

    29 avril 2017, par Alexandra Hájková
    flac : Convert to the new bitstream reader
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/flac.c
    • [DBH] libavcodec/flac.h
    • [DBH] libavcodec/flac_parser.c
    • [DBH] libavcodec/flacdec.c
    • [DBH] libavcodec/flacenc.c