Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (63)

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

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (6847)

  • hqx : correct type and size check of info_offset

    15 novembre 2015, par Andreas Cadhalpun
    hqx : correct type and size check of info_offset
    

    It is used as size argument of ff_canopus_parse_info_tag, which uses it
    as size argument to bytestream2_init, which only supports sizes up to
    INT_MAX.
    Changing it’s type to unsigned simplifies the check.

    Reviewed-by : Vittorio Giovara <vittorio.giovara@gmail.com>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavcodec/hqx.c
  • avcodec/osq : fix type of nb_samples

    4 septembre 2023, par Paul B Mahol
    avcodec/osq : fix type of nb_samples
    

    Fixes crash caused by signed integer overflow.

    • [DH] libavcodec/osq.c
  • lavfi/dnn_backend_openvino.c : Correct Pointer Type while Freeing

    27 mai 2021, par Shubhanshu Saxena
    lavfi/dnn_backend_openvino.c : Correct Pointer Type while Freeing
    

    This commit corrects the type of pointer of elements from the
    inference queue in ff_dnn_free_model_ov.

    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c