Recherche avancée

Médias (91)

Autres articles (44)

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

  • mkv : Update the seek test to match 5d3953a5dc

    22 février 2017, par Luca Barbato
    mkv : Update the seek test to match 5d3953a5dc
    
    • [DBH] tests/ref/seek/lavf-mkv
  • avfilter/avf_showcwt : fix output frame pts if inlink timebase does not match sample...

    5 juillet 2023, par Paul B Mahol
    avfilter/avf_showcwt : fix output frame pts if inlink timebase does not match sample rate
    
    • [DH] libavfilter/avf_showcwt.c
  • avformat/AVFormatContext : Move fields down to match the fork

    9 juillet 2013, par Michael Niedermayer
    avformat/AVFormatContext : Move fields down to match the fork
    

    avconv uses private and internal fields from libavformat, we thus must
    match the layout even of the fields marked non public.
    Otherwise ffmpegs libavformat could not be used as a dropin replacement
    on debian/ubuntu

    The current soname of libavformat was not part of any release nor are any
    fields marked public moved thus in theory
    no installed shared lib ABI breakage should occur. Still the need for this
    change is unfortunate and chilling.
    If you installed shared libs from a recent development version of libavformat
    that is more recent than the last release. You probably want to check or rebuild
    applications that linked to it.

    minor versions of avformat & avdevice are bumped to allow detecting this
    as both use the updated struct

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavdevice/version.h
    • [DH] libavformat/avformat.h
    • [DH] libavformat/version.h