Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (58)

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

  • avcodec/binkaudio : Don't use static storage for context-dependent data

    4 septembre 2020, par Andreas Rheinhardt
    avcodec/binkaudio : Don't use static storage for context-dependent data
    

    Move it to the context instead.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/binkaudio.c
  • aacenc : initialize LPC context with MAX_LPC_ORDER

    29 août 2015, par Rostislav Pehlivanov
    aacenc : initialize LPC context with MAX_LPC_ORDER
    

    The order should never go above TNS_MAX_ORDER (and thus cause
    the context to be reinitialized) but this is just in case.

    Also fix a comparison, since the coefficients are zero-indexed.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc_tns.c
  • ffserver : add NULL context to ff_rtsp_parse_line().

    29 novembre 2015, par Nicolas George
    ffserver : add NULL context to ff_rtsp_parse_line().
    

    Needed after f62fe53/2c17fb6.

    • [DH] ffserver.c