Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (107)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (11155)

  • lavd/avfoundation : Support user selected pixel formats and pixel format autoselection.

    11 juin 2014, par sfan5
    lavd/avfoundation : Support user selected pixel formats and pixel format autoselection.
    

    Signed-off-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/indevs.texi
    • [DH] libavdevice/avfoundation.m
  • Underscore fixes.

    28 juin 2014, par Erik de Castro Lopo
    Underscore fixes.
    

    * Replace _declspec with __declspec.
    * Replace __wgetmainargs_ with __wgetmainargs_t and __wgetmainargs
    with wgetmainargs because identifiers with leading underscores are
    reserved for the compiler.

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

    • [DH] include/FLAC++/export.h
    • [DH] include/FLAC/export.h
    • [DH] src/share/win_utf8_io/win_utf8_io.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