Recherche avancée

Médias (91)

Autres articles (69)

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

  • configure : add fallback to $arch in msvc assembler check.

    23 janvier 2021, par Reimar Döffinger
    configure : add fallback to $arch in msvc assembler check.
    

    Setting the defaults for $arch happens only later, so
    the current code would not set AS correctly if —arch
    was not specified on the command-line.
    Fix it by adding an explicit fallback to $arch_default.

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] configure
  • lavc/aarch64 : add HEVC sao_band NEON

    7 janvier 2021, par Josh Dekker
    lavc/aarch64 : add HEVC sao_band NEON
    

    Only works for 8x8.

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] libavcodec/aarch64/Makefile
    • [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c
    • [DH] libavcodec/aarch64/hevcdsp_sao_neon.S
  • lavc/aarch64 : add HEVC idct_dc NEON

    1er février 2021, par Josh Dekker
    lavc/aarch64 : add HEVC idct_dc NEON
    

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] libavcodec/aarch64/hevcdsp_idct_neon.S
    • [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c