Recherche avancée

Médias (91)

Autres articles (103)

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

  • Revision 0a0492611c : gen_msvs_proj : fix in tree configure under cygwin strip trailing '/' from paths

    13 juin 2014, par James Zern

    Changed Paths :
     Modify /build/make/gen_msvs_proj.sh


     Modify /build/make/gen_msvs_vcxproj.sh



    gen_msvs_proj : fix in tree configure under cygwin

    strip trailing ’/’ from paths, this is later converted to ’\’ which
    causes execution errors for obj_int_extract/yasm. vs10+ wasn’t affected
    by this issue, but make the same change for consistency.

    gen_msvs_proj :
    + add missing ’"’ to obj_int_extract call
    unlike gen_msvs_vcproj, the block is duplicated
    missed in : 1e3d9b9 build/msvs : fix builds in source dirs with spaces

    Change-Id : I76208e6cdc66dc5a0a7ffa8aa1edbefe31e4b130

  • Revision 20f34ff0db : Adding const to tree pointer inside vp9_extra_bit struct. Change-Id : I60e02fa3d

    12 novembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_entropy.h


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_tokenize.c



    Adding const to tree pointer inside vp9_extra_bit struct.

    Change-Id : I60e02fa3de930ff1f969687ab5af93dee40d86ad

  • Revision 2978bb8762 : make : fix dependency generation for flat build tree Update the fmt_deps functio

    19 novembre 2012, par John Koleszar

    Changed Paths : Modify /build/make/Makefile Modify /build/make/configure.sh make : fix dependency generation for flat build tree Update the fmt_deps function to use a new sed expression to convert the object file name generated by the compiler into the path-transformed name of the .o and .d files. (...)