Recherche avancée

Médias (91)

Autres articles (91)

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

Sur d’autres sites (17109)

  • avutil/imgutils : av_image_check_size2() ensure width and height fit in 32bit

    10 juillet 2024, par Michael Niedermayer
    avutil/imgutils : av_image_check_size2() ensure width and height fit in 32bit
    

    width and height > 32bit is not supported and its easier to check in a central place

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

    • [DH] libavutil/imgutils.c
  • avcodec/parser : ensure input padding is zeroed

    27 juin 2024, par Kacper Michajłow
    avcodec/parser : ensure input padding is zeroed
    

    Fixes use of uninitialized value, reported by MSAN.

    Found by OSS-Fuzz.

    Signed-off-by : Kacper Michajłow <kasper93@gmail.com>

    Fixes : 70852/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzzer-5179190066872320
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/parser.c
  • avformat/jpegxl_anim_dec : ensure input padding is zeroed

    27 juin 2024, par Kacper Michajłow
    avformat/jpegxl_anim_dec : ensure input padding is zeroed
    

    Fixes use of uninitialized value, reported by MSAN.

    Found by OSS-Fuzz.

    Signed-off-by : Kacper Michajłow <kasper93@gmail.com>

    Fixes : 70837/clusterfuzz-testcase-minimized-ffmpeg_dem_JPEGXL_ANIM_fuzzer-5089407768526848
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/jpegxl_anim_dec.c