Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (77)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (16045)

  • h264 : reset data partitioning at the beginning of each decode call

    28 novembre 2013, par Anton Khirnov
    h264 : reset data partitioning at the beginning of each decode call
    

    Prevents using GetBitContexts with data from previous calls.

    Fixes access to freed memory.

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DH] libavcodec/h264.c
  • h264 : reset data partitioning at the beginning of each decode call

    28 novembre 2013, par Anton Khirnov
    h264 : reset data partitioning at the beginning of each decode call
    

    Prevents using GetBitContexts with data from previous calls.

    Fixes access to freed memory.

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DBH] libavcodec/h264.c
  • avcodec/wmalosslessdec : shrink output on error so no uninitialized data is returned

    11 janvier 2014, par Michael Niedermayer
    avcodec/wmalosslessdec : shrink output on error so no uninitialized data is returned
    

    Fixes use of uninitialized memory
    partly fixes : msan_uninit-mem_7f7834b6a530_6473_luckynight-partial.wma
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/wmalosslessdec.c