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 (10541)

  • lavc : add codec ID and description for SVG

    8 mai 2017, par Rostislav Pehlivanov
    lavc : add codec ID and description for SVG
    

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

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h
  • aacenc : make threadsafe

    27 novembre 2015, par Rostislav Pehlivanov
    aacenc : make threadsafe
    

    Since the ff_aac_tableinit() can be called by both the encoder and
    the decoder (in case of transcoding) this commit shares the AVOnce
    variable to prevent this.

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

    • [DH] libavcodec/aacdec_template.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aactab.c
    • [DH] libavcodec/aactab.h
  • opus : simplify coarse energy beta coefficients

    18 juillet 2017, par Rostislav Pehlivanov
    opus : simplify coarse energy beta coefficients
    

    Just put the subtraction in the table.

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

    • [DH] libavcodec/opus_celt.c
    • [DH] libavcodec/opusenc.c
    • [DH] libavcodec/opustab.c