Recherche avancée

Médias (91)

Autres articles (63)

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

  • 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

Sur d’autres sites (10545)

  • dirac : add more parse codes from the specifications

    21 janvier 2016, par Rostislav Pehlivanov
    dirac : add more parse codes from the specifications
    

    The specs define some more overlapping and some rarely used parse codes
    which were missing.

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

    • [DH] libavcodec/dirac.h
    • [DH] libavcodec/dirac_parser.c
  • error_resilience : remove avpriv_atomic usage

    25 novembre 2017, par Rostislav Pehlivanov
    error_resilience : remove avpriv_atomic usage
    

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

    • [DH] libavcodec/error_resilience.c
    • [DH] libavcodec/error_resilience.h
  • libavcodec/utils.c : simplify avcodec locking with atomics

    25 novembre 2017, par Rostislav Pehlivanov
    libavcodec/utils.c : simplify avcodec locking with atomics
    

    Also makes it more robust than using volatiles.

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

    • [DH] libavcodec/internal.h
    • [DH] libavcodec/utils.c