Recherche avancée

Médias (3)

Mot : - Tags -/spip

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)

  • Revision 4ed1bda7af : x86 : correct OSXSAVE + AVX bit check the result should have both bits set ; prev

    23 janvier 2015, par James Zern

    Changed Paths :
     Modify /vpx_ports/x86.h



    x86 : correct OSXSAVE + AVX bit check

    the result should have both bits set ; previously this was converted from
    webp incorrectly and resulted in a boolean check...

    Change-Id : I2a7c7f2b491945f3a536ab4fca02247eccc892b8

  • swscale/utils : Allow sws_setColorspaceDetails() to use the tables from sws_getColorsp...

    17 septembre 2013, par Michael Niedermayer
    swscale/utils : Allow sws_setColorspaceDetails() to use the tables from sws_getColorspaceDetails()
    

    Previously this would have lead to a memcpy(a,a) which violates the
    requirement of non overlapping src and dst.

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

    • [DH] libswscale/utils.c
  • Merge commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’

    19 septembre 2013, par Michael Niedermayer
    Merge commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’
    

    * commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’ :
    Add a WebP decoder

    Conflicts :
    Changelog
    doc/general.texi
    libavcodec/Makefile
    libavcodec/avcodec.h
    libavcodec/version.h
    libavformat/img2.c

    The previously existing webp decoder is disabled as the new
    one supports lossless mode and alpha while the previous does not.

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

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/vp8.c
    • [DH] libavcodec/vp8.h
    • [DH] libavcodec/webp.c