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)

  • avcodec : increase AV_INPUT_BUFFER_PADDING_SIZE to 64

    7 janvier 2018, par James Almer
    avcodec : increase AV_INPUT_BUFFER_PADDING_SIZE to 64
    

    AVX-512 support has been introduced, and even if no functions currently
    use zmm registers (able to load as much as 64 bytes of consecutive data
    per instruction), they will be added eventually.

    Reviewed-by : Rostislav Pehlivanov <atomnuker@gmail.com>
    Tested-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/x86/hevc_sao.asm
    • [DH] libavcodec/x86/hevc_sao_10bit.asm
  • aaccoder : add frequency scaling and quantization correction for PNS

    7 septembre 2015, par Rostislav Pehlivanov
    aaccoder : add frequency scaling and quantization correction for PNS
    

    This commit once again improves the PNS implementation by scaling the
    thresholds with frequency. The thresholds get looser as the frequency
    increases since higher frequencies are basically noise to human ears.

    Also, this introduces quantization error correction for PNS. Should
    the error be too much, no PNS will be used. The energy_ratio is used
    to regulate the actual encoded PNS energy : if the generated PNS
    energy is higher than the energy from the psy system, energy_ratio
    is used to correct it so that hopefully once requantized and
    transmitted the value in the decoder will be closer to what the
    encoder has.

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

    • [DH] libavcodec/aaccoder.c
    • [DH] tests/fate/aac.mak
  • libavformat : remove the ff_rtp_get_local_rtcp_port function

    21 octobre 2017, par Rostislav Pehlivanov
    libavformat : remove the ff_rtp_get_local_rtcp_port function
    

    Only used by ffserver

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

    • [DH] libavformat/libavformat.v
    • [DH] libavformat/rtpproto.c
    • [DH] libavformat/rtpproto.h