Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (105)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

Sur d’autres sites (8371)

  • libFLAC : Set decoding status if write callback failed

    13 juillet 2016, par Erik de Castro Lopo
    libFLAC : Set decoding status if write callback failed
    

    Previously, it the write callback failed the error status
    would be set to `FLAC__STREAM_DECODER_READ_FRAME`. Now it
    gets set to `FLAC__STREAM_DECODER_WRITE_STATUS_ABORT`.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] include/FLAC/stream_decoder.h
    • [DH] src/libFLAC/stream_decoder.c
  • flac/metaflac : Limit the size of metadata blocks

    1er mai 2016, par Erik de Castro Lopo
    flac/metaflac : Limit the size of metadata blocks
    

    Limit allow image file size to slightly less than 2^24 bytes so that
    the file size plus extra house keeping data is strictly less that
    2^24 bytes in size.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/share/grabbag/picture.c
  • libFLAC : Fix potential meory leaks

    9 août 2015, par Erik de Castro Lopo
    libFLAC : Fix potential meory leaks
    

    If the `realloc` function failed, memory would leak.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/format.c
    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/libFLAC/stream_decoder.c