Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (95)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

Sur d’autres sites (10020)

  • avcodec/mips : fix type mismatch in h264dsp_msa.c

    18 juillet 2020, par Shiyou Yin
    avcodec/mips : fix type mismatch in h264dsp_msa.c
    

    gcc warning : assignment from incompatible pointer type.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/h264dsp_mips.h
    • [DH] libavcodec/mips/h264dsp_msa.c
  • libavcodec : MIPS : MMI : Move sp out of the clobber list

    18 juillet 2020, par Jiaxun Yang
    libavcodec : MIPS : MMI : Move sp out of the clobber list
    

    GCC complains :
    warning : listing the stack pointer register ‘$29’ in a clobber
    list is deprecated [-Wdeprecated]

    Actually stack pointer was restored at the end of the inline assembly
    so there is no reason to add it to the clobber list.

    Also use $sp insted of $29 to make our intention much more clear.

    Signed-off-by : Jiaxun Yang <jiaxun.yang@flygoat.com>
    Reviewed-by : Shiyou Yin <yinshiyou-hf@loongson.cn>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/h264dsp_mmi.c
  • libavcodec : MIPS : MMI : Fix type mismatches

    18 juillet 2020, par Jiaxun Yang
    libavcodec : MIPS : MMI : Fix type mismatches
    

    GCC complains about them.

    Signed-off-by : Jiaxun Yang <jiaxun.yang@flygoat.com>
    Reviewed-by : Shiyou Yin <yinshiyou-hf@loongson.cn>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/h264dsp_mips.h
    • [DH] libavcodec/mips/h264dsp_mmi.c
    • [DH] libavcodec/mips/xvid_idct_mmi.c
    • [DH] libavcodec/mips/xvididct_mips.h