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)

  • aaccoder : remove previous PNS implementation from twoloop

    2 juillet 2015, par Rostislav Pehlivanov
    aaccoder : remove previous PNS implementation from twoloop
    

    This commit undoes commit c5d4f87e81111427c0952278ec247fa8ab1e6e52
    and removes PNS band marking from the twoloop coder, which has
    been reimplemented in a better way in this series of patches.

    Reviewed-by : Claudio Freire <klaussfreire@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/aaccoder.c
  • aacenc_tns : fix triggering an assertion with assert-level=2

    29 août 2015, par Rostislav Pehlivanov
    aacenc_tns : fix triggering an assertion with assert-level=2
    

    It also made no sense to actually make the filter span the entire
    window including the first band of the next window.

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

    • [DH] libavcodec/aacenc_tns.c
  • AAC encoder : fix wrong gain sacalefactor being set

    26 novembre 2015, par Claudio Freire
    AAC encoder : fix wrong gain sacalefactor being set
    

    In some conditions, where the first band was being zeroed
    mainly, the wrong global gain scalefactor would be written
    to the stream since it’s always taken from the first band
    regardless of whether it’s been marked as zero or not.

    So, always make sure it contians something useful.

    • [DH] libavcodec/aaccoder_twoloop.h