Recherche avancée

Médias (91)

Autres articles (98)

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

  • avformat/movenc : Fix printf type

    11 août 2014, par Michael Niedermayer
    avformat/movenc : Fix printf type
    

    Found-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/movenc.c
  • avcodec/svq3 : fix assert type (was av_assert2 in h264 from where this was copied)

    26 avril 2016, par Michael Niedermayer
    avcodec/svq3 : fix assert type (was av_assert2 in h264 from where this was copied)
    

    Type was lost in f8d1bb2f2ce9031940019e1cda4d30bc409ee349

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

    • [DH] libavcodec/svq3.c
  • arm : Add EXTERN_ASM to the .func and .type declarations for exported symbols

    4 février 2014, par Martin Storsjö
    arm : Add EXTERN_ASM to the .func and .type declarations for exported symbols
    

    This makes the generated assembly more internally consistent,
    avoiding declaring two labels for the same function (for cases
    where EXTERN_ASM is empty) and not declaring a separate unprefixed
    label in other cases.

    This also makes sure the .func and .type delcarations have the same
    prefix. They have previously not been used on the platforms
    that have prefixed symbols on arm (iOS), but gas-preprocessor
    has recently started using the .func declarations for adding
    .thumb_func declarations for such functions.

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

    • [DH] libavutil/arm/asm.S