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)

  • diracdec : fix original Dirac Low Delay profile

    21 janvier 2016, par Rostislav Pehlivanov
    diracdec : fix original Dirac Low Delay profile
    

    The version structure in the main decoder context was not (and
    apparently has never been) populated since it was added.
    Still, having VC-2 break the existing Dirac Low Delay mode was odd and
    easily avoidable had the specifications authors noticed/cared.

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

    • [DH] libavcodec/diracdec.c
  • vorbisenc : Fix memory leak on errors

    6 juin 2017, par Tyler Jones
    vorbisenc : Fix memory leak on errors
    

    Switches temporary samples for processing to be stored in the encoder's
    context, avoids memory leaks if any errors occur while encoding a frame.

    Fixes CID1412026

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

    • [DH] libavcodec/vorbisenc.c
  • opusenc_psy : disable stereo searches for mono streams

    4 janvier 2018, par Rostislav Pehlivanov
    opusenc_psy : disable stereo searches for mono streams
    

    Fixes a crash which happened when someone tried to encode mono.

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

    • [DH] libavcodec/opusenc_psy.c