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)

  • vorbisenc : Stop tracking number of samples per frame

    14 juin 2017, par Tyler Jones
    vorbisenc : Stop tracking number of samples per frame
    

    Each frame is now padded with 0 values if not enough samples are
    present, and all frames are guaranteed to have exactly
    1 << (venc->log2_blocksize[1] - 1) samples.

    Signed-off-by : Tyler Jones <tdjones879@gmail.com>
    Reviewed-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vorbisenc.c
  • doc/encoders.texi : use words intead of numbers to describe option states

    5 décembre 2015, par Rostislav Pehlivanov
    doc/encoders.texi : use words intead of numbers to describe option states
    

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

    • [DH] doc/encoders.texi
  • dcaenc : cleanup on init failure and add a threadsafe init codec cap

    13 janvier 2018, par Rostislav Pehlivanov
    dcaenc : cleanup on init failure and add a threadsafe init codec cap
    

    The encoder didn't clean up if a malloc failed during init.
    It also doesn't need any external tables to be initialized on init.
    Finally, it didn't need to check for whether avctx->priv_data exists during
    uninit.

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

    • [DH] libavcodec/dcaenc.c