Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (64)

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

  • src/libFACL/stream_decoder.c : Fail safely to avoid a heap overflow.

    20 novembre 2014, par Erik de Castro Lopo
    src/libFACL/stream_decoder.c : Fail safely to avoid a heap overflow.
    

    A file provided by the reporters caused the stream decoder to write to
    un-allocated heap space resulting in a segfault. The solution is to
    error out (by returning false from read_residual_partitioned_rice_())
    instead of trying to continue to decode.

    Fixes : CVE-2014-9028
    Reported-by : Michele Spagnuolo,
    Google Security Team <mikispag@google.com>

    • [DH] src/libFLAC/stream_decoder.c
  • libFLAC : Fix cpuid detecton on old Cyrix CPUs

    13 juillet 2016, par Erik de Castro Lopo
    libFLAC : Fix cpuid detecton on old Cyrix CPUs
    

    Some old CPUs (eg Cyrix) set EDX but not ECX when executing CPUID.
    One of the solutions is to clear ECX before calling cpuid. From
    https://bugzilla.mozilla.org/show_bug.cgi?id=1096651#c9 bug

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/ia32/cpu_asm.nasm
  • include/share/endswap.h : Improvements to fallthrough ENDSWAP_*.

    9 août 2014, par Erik de Castro Lopo
    include/share/endswap.h : Improvements to fallthrough ENDSWAP_*.
    

    According to patch author GCC can optimize expressions like
    "(a<<8)|(a>>8)", but has problems with "(a<<8)+(a>>8)".

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] include/share/endswap.h