Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (72)

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

  • aarch64 : h264 (bi)weight NEON optimizations

    10 janvier 2014, par Janne Grunau
    aarch64 : h264 (bi)weight NEON optimizations
    

    Ported from ARMv7 NEON.

    • [DH] libavcodec/aarch64/h264dsp_init_aarch64.c
    • [DH] libavcodec/aarch64/h264dsp_neon.S
  • dv : use smaller type for weight tables

    25 octobre 2014, par Christophe Gisquet
    dv : use smaller type for weight tables
    

    Reviewed-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dv.c
    • [DH] libavcodec/dvdata.c
    • [DH] libavcodec/dvdata.h
  • dv : more precise weight table for 8x8

    25 octobre 2014, par Christophe Gisquet
    dv : more precise weight table for 8x8
    

    It is derived from the actual equations of the specs. In
    particular, it is closer to the inverse of what the encoder uses.

    fate tests accordingly updated.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dvdata.c
    • [DH] tests/ref/lavf/dv_fmt
    • [DH] tests/ref/vsynth/vsynth1-dv
    • [DH] tests/ref/vsynth/vsynth1-dv-411
    • [DH] tests/ref/vsynth/vsynth1-dv-50
    • [DH] tests/ref/vsynth/vsynth2-dv
    • [DH] tests/ref/vsynth/vsynth2-dv-411
    • [DH] tests/ref/vsynth/vsynth2-dv-50