Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (57)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

Sur d’autres sites (9597)

  • cbs_h265 : Fix use of an uninitialized variable

    21 mai 2020, par Martin Storsjö
    cbs_h265 : Fix use of an uninitialized variable
    

    This fixes test failures in fate-cbs-hevc-* in certain configurations
    since c53f9f436440be4e18.

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

    • [DH] libavcodec/cbs_h265_syntax_template.c
  • rtmphttp: Check for both 0 and AVERROR_EOF

    15 novembre 2013, par Valeriy Argunov
    rtmphttp: Check for both 0 and AVERROR_EOF
    

    This makes RTMPT work again - it was broken by 5d876be87a.

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

    • [DH] libavformat/rtmphttp.c
  • tools : Use av_gettime_relative

    6 mai 2014, par Olivier Langlois
    tools : Use av_gettime_relative
    

    Whenever av_gettime() is used to measure relative period of time,
    av_gettime_relative() is prefered as it guarantee monotonic time
    on supported platforms.

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

    • [DH] tools/aviocat.c