Recherche avancée

Médias (91)

Autres articles (68)

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

  • libavformat/libopenmpt : Fix memory leak in error path in read_header_openmpt().

    17 juillet 2016, par Jörn Heusipp
    libavformat/libopenmpt : Fix memory leak in error path in read_header_openmpt().
    

    Signed-off-by : Jörn Heusipp <osmanx@problemloesungsmaschine.de>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/libopenmpt.c
  • avcodec/sanm : simplify codec37 subcodec 3/4 path

    9 janvier, par Manuel Lauss
    avcodec/sanm : simplify codec37 subcodec 3/4 path
    

    A flag in the codec header determines whether opcodes 0xfd/0xfe
    are to be treated as special or not. The current code has 2
    implementations of the same decoding scheme, with one treating
    the 2 opcodes as special, the other not.
    Collapse them into a single implementation and treat these opcode
    according to the flag.

    Signed-off-by : Manuel Lauss <manuel.lauss@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/sanm.c
  • rtpenc_mpegts : Free the right ->pb in the error path in the init function

    9 mars 2015, par Martin Storsjö
    rtpenc_mpegts : Free the right ->pb in the error path in the init function
    

    This fixes a typo from 8e32b1f096.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtpenc_mpegts.c