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)

  • dcaenc : move all tables inside context and fix incorrect coding style

    13 janvier 2018, par Rostislav Pehlivanov
    dcaenc : move all tables inside context and fix incorrect coding style
    

    Functionally identical to the old code, with less lines wasted.
    Partially fixes the complete disregard for the 80 col/line guide.

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

    • [DH] libavcodec/dcaenc.c
  • diracdec : rewrite HQ slice decoding

    23 juin 2016, par Rostislav Pehlivanov
    diracdec : rewrite HQ slice decoding
    

    Now coefficients are written to a buffer and are then dequantized by the
    new SIMD dequantization functions. For the lower bands without enough
    coefficients to fill a register (and hence they overwrite) the C version
    of the dequantization function is used.

    The buffer is per-thread and will be realloc’d if anything changes.
    This prevents regressions and having to limit slice size.

    Signed-off-by : Rostislav Pehlivanov <rpehlivanov@obe.tv>

    • [DH] libavcodec/diracdec.c
  • aacenc : Enable Perceptual Noise Substitution by default

    1er septembre 2015, par Rostislav Pehlivanov
    aacenc : Enable Perceptual Noise Substitution by default
    

    It has been in the current encoder in its current implementation
    for quite some time now, so enable it by default. Will increase
    quality at all bitrates, especially at low ones.

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

    • [DH] libavcodec/aacenc.c