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)

  • opusenc : initialize PVQ prng seed

    10 mai 2017, par Rostislav Pehlivanov
    opusenc : initialize PVQ prng seed
    

    Fixes valgrind warnings, didn't affect anything since it was only used
    for resynthesis.

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

    • [DH] libavcodec/opusenc.c
  • opus_pvq_search : only use rsqrtps approximation on CPUs with avx

    18 août 2017, par Rostislav Pehlivanov
    opus_pvq_search : only use rsqrtps approximation on CPUs with avx
    

    Makes the search produce idential results with the C version.

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

    • [DH] libavcodec/x86/opus_pvq_search.asm
  • fate : readjust AAC encoder TNS test

    12 septembre 2015, par Rostislav Pehlivanov
    fate : readjust AAC encoder TNS test
    

    The recent commits change the value slightly. Even though it’s
    within the threshold it’s better to risk as little as possible
    especially when different systems, processors, FPUs and compilers
    are involved.

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

    • [DH] tests/fate/aac.mak