Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (62)

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

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

Sur d’autres sites (6761)

  • mem : fix pointer pointer aliasing violations

    26 janvier 2015, par Rémi Denis-Courmont
    mem : fix pointer pointer aliasing violations
    

    This uses explicit memory copying to read and write pointer to pointers
    of arbitrary object types. This works provided that the architecture
    uses the same representation for all pointer types (the previous code
    made that assumption already anyway).

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavutil/mem.c
  • mem : fix pointer pointer aliasing violations

    26 janvier 2015, par Rémi Denis-Courmont
    mem : fix pointer pointer aliasing violations
    

    This uses explicit memory copying to read and write pointer to pointers
    of arbitrary object types. This works provided that the architecture
    uses the same representation for all pointer types (the previous code
    made that assumption already anyway).

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavutil/mem.c
  • configure : Add a dependency on vc1_decoder from vc1_parser

    1er février 2015, par Martin Storsjö
    configure : Add a dependency on vc1_decoder from vc1_parser
    

    This fixes builds with vc1_parser enabled without vc1_decoder. All
    the vc1_decoder object files were included in the vc1_parser line
    in libavcodec/Makefile before, but architecture specific object files
    for vc1_decoder were not.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure
    • [DBH] libavcodec/Makefile