Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (60)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

Sur d’autres sites (8613)

  • x86inc : Make INIT_CPUFLAGS support an arbitrary number of cpuflags

    5 septembre 2014, par Henrik Gramner
    x86inc : Make INIT_CPUFLAGS support an arbitrary number of cpuflags
    

    Previously there was a limit of two cpuflags.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavutil/x86/x86inc.asm
  • avcodec/jpeglsdec : Check run value more completely in ls_decode_line()

    2 octobre 2014, par Michael Niedermayer
    avcodec/jpeglsdec : Check run value more completely in ls_decode_line()
    

    previously it could have been by 1 too large
    Fixes out of array access
    Fixes : asan_heap-oob_12240f5_1_asan_heap-oob_12240f5_448_t8c1e3.jls
    Fixes : asan_heap-oob_12240f5_1_asan_heap-oob_12240f5_448_t8nde0.jls
    Fixes : asan_heap-oob_12240fa_1_asan_heap-oob_12240fa_448_t16e3.jls

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

    • [DH] libavcodec/jpeglsdec.c
  • ffprobe : add pixel format chroma sub-sampling output

    15 septembre 2014, par Tobias Rapp
    ffprobe : add pixel format chroma sub-sampling output
    

    Adds output of chroma sub-sampling information to
    ffprobe -show_pixel_formats option.

    Note : This patch just prints the "raw" log2_charoma_w/h values instead
    of the previously suggested mapping into a chroma sub-sampling pattern
    string like "4:2:2".

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

    • [DH] doc/ffprobe.xsd
    • [DH] ffprobe.c