Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (55)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

Sur d’autres sites (7781)

  • 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