Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (47)

  • 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

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

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

  • libavformat/mtv : Check for min header size first

    23 janvier 2014, par Reynaldo H. Verdejo Pinochet
    libavformat/mtv : Check for min header size first
    

    Abort immediately if we are not getting enough
    data to extract the required fields.

    Signed-off-by : Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>

    • [DH] libavformat/mtv.c
  • ffserver : simplify URLContext cleanup

    23 juin 2015, par Reynaldo H. Verdejo Pinochet
    ffserver : simplify URLContext cleanup
    

    Drop unneeded var and avoid checking for NULL twice as
    ffurl_closep() already does this.

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] ffserver.c
  • ffserver : do not ignore send() return

    28 avril 2014, par Reynaldo H. Verdejo Pinochet
    ffserver : do not ignore send() return
    

    Should fix Coverity Scan issue #732178

    Signed-off-by : Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>

    • [DH] ffserver.c