Recherche avancée

Médias (91)

Autres articles (97)

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

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (13519)

  • avcodec/g2meet : check framebuf has been allocated before use

    9 juin 2013, par Michael Niedermayer
    avcodec/g2meet : check framebuf has been allocated before use
    

    Fixes null pointer dereference

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/g2meet.c
  • g2meet : Check cursor parameters before writing them in the context

    9 juin 2013, par Michael Niedermayer
    g2meet : Check cursor parameters before writing them in the context
    

    Fixes out of array access

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/g2meet.c
  • avcodec/smvjpegdec : check that frames_per_jpeg cleanly divides height

    7 juin 2013, par Michael Niedermayer
    avcodec/smvjpegdec : check that frames_per_jpeg cleanly divides height
    

    Fixes out of array access

    If some valid files fail this check then please open a ticket and ping me and the smvjpegdec maintainer.

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/smvjpegdec.c