Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (105)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8975)

  • VP4 video decoder

    6 janvier 2019, par Peter Ross
    VP4 video decoder
    
    • [DH] Changelog
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/vp3.c
    • [DH] libavcodec/vp4data.h
  • Merge remote-tracking branch ’qatar/master’

    11 juin 2013, par Michael Niedermayer
    Merge remote-tracking branch ’qatar/master’
    

    * qatar/master :
    lavc : add a libwavpack encoder wrapper

    Conflicts :
    Changelog
    doc/encoders.texi
    libavcodec/version.h

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/encoders.texi
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/libwavpackenc.c
    • [DH] libavcodec/version.h
  • configure : Disable networking if winsock2.h is available but winsock functions aren’t

    31 décembre 2013, par Martin Storsjö
    configure : Disable networking if winsock2.h is available but winsock functions aren’t
    

    Previously, if neither of the checks for the closesocket function
    succeeded, we still kept winsock2.h and networking in general
    enabled.

    When targeting the WinRT API subset, the winsock2.h header is
    available (making the check for it succeed, giving the impression
    that winsock is available), but tests that actually try to use
    such a function will fail. In this case, disable the winsock2.h
    feature and networking in general, as if the winsock2.h header
    test would have failed in the first place.

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

    • [DBH] configure