Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (77)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (7187)

  • rtpproto : Free the addrinfo pointer on failure

    18 octobre 2014, par Luca Barbato
    rtpproto : Free the addrinfo pointer on failure
    

    CC : libav-stable@libav.org
    Bug-Id : CID 1238797

    • [DH] libavformat/rtpproto.c
  • tools/target_dem_fuzzer : use avio_context_free() to free the fuzzer's AVIOContext

    14 novembre 2020, par James Almer
    tools/target_dem_fuzzer : use avio_context_free() to free the fuzzer's AVIOContext
    

    The doxy for avio_alloc_context() states it must be used for this.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tools/target_dem_fuzzer.c
  • avformat/movenc : Free old vos_data before overwriting it

    28 septembre 2020, par Andreas Rheinhardt
    avformat/movenc : Free old vos_data before overwriting it
    

    Otherwise the old data leaks whenever extradata needs to be rewritten
    (e.g. when encoding FLAC with our encoder that sends an updated
    extradata packet at the end).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/movenc.c