Recherche avancée

Médias (91)

Autres articles (50)

  • 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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9333)

  • 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