Recherche avancée

Médias (0)

Mot : - Tags -/upload

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (74)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • 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 (9056)

  • avcodec/simple_idct : use predefined M_SQRT2

    14 novembre 2015, par Ganesh Ajjanagadde
    avcodec/simple_idct : use predefined M_SQRT2
    

    M_SQRT2 is defined in math.h, or in avutil/mathematics.h for
    compatibility hacks. This uses this value instead of a floating literal.

    Fixed point values produced by C_FIX(), R_FIX() remain identical.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavcodec/simple_idct.c
  • lavc/audiodsp : drop opposite sign optimisation

    25 juillet 2024, par Rémi Denis-Courmont
    lavc/audiodsp : drop opposite sign optimisation
    

    This was added along side the original SSE(one) DSP function in
    0a68cd876e14f76a00df7bb8edbfeb350f8ef617 without rationale. This was
    presumably faster on x87, which is no longer relevant since we pretty
    much assume SSE2 or later on x86.

    Meanwhile this function is 2.5x slower than the normal floating point
    one on SiFive-U74.

    • [DH] libavcodec/audiodsp.c
  • avcodec/ffv1enc : Eliminate fabs()

    22 avril, par Michael Niedermayer
    avcodec/ffv1enc : Eliminate fabs()
    

    Fixes : warning : using floating point absolute value function 'fabs' when argument is of integer type
    No change in output
    Changing variables to float worsens compression significantly

    Found-by : ePirat
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1enc.c