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 : check return code of get_buffer_with_edge

    4 novembre 2016, par Andreas Cadhalpun
    diracdec : check return code of get_buffer_with_edge
    

    If it fails, buffers aren’t allocated, causing NULL pointer dereferencing.

    Reviewed-by : Rostislav Pehlivanov <atomnuker@gmail.com>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavcodec/diracdec.c
  • diracdec : use correct buffer for slice_params_buf realloc

    4 novembre 2016, par Andreas Cadhalpun
    diracdec : use correct buffer for slice_params_buf realloc
    

    This fixes a double-free detected by AddressSanitizer.

    The problem was introduced in commit
    dcad4677d637cd2f701917e38361fa96b8c9a418.

    Reviewed-by : Rostislav Pehlivanov <atomnuker@gmail.com>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavcodec/diracdec.c
  • vc2enc : allocate the DWT context with the current plane size

    27 février 2016, par Rostislav Pehlivanov
    vc2enc : allocate the DWT context with the current plane size
    

    Previously used the luma size only.

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

    • [DH] libavcodec/vc2enc.c