Recherche avancée

Médias (91)

Autres articles (18)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (3254)

  • avcodec/aacpsy : Avoid floating point division by 0 of norm_fac

    28 mai 2021, par Michael Niedermayer
    avcodec/aacpsy : Avoid floating point division by 0 of norm_fac
    

    Fixes : Ticket7995
    Fixes : CVE-2020-20446

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

    • [DH] libavcodec/aacpsy.c
  • lavu/riscv : implement floating point clips

    25 juillet 2024, par Rémi Denis-Courmont
    lavu/riscv : implement floating point clips
    

    Unlike x86, fmin/fmax are single instructions, not function calls. They
    are much much faster than doing a comparison, then branching based on its
    results. With this, audiodsp.vector_clipf gets almost twice as fast, and
    a properly unrollled version of it gets 4-5x faster, on SiFive-U74.
    This is only the low-hanging fruit : FFMIN and FFMAX are presumably
    affected as well.

    This likely applies to other instruction sets with native IEEE floats,
    especially those lacking a conditional select instruction.

    • [DH] libavutil/riscv/intmath.h
  • tiny_psnr : switch f32 handling to floating point

    14 octobre 2013, par Anton Khirnov
    tiny_psnr : switch f32 handling to floating point
    

    Also add support for f64.

    • [DBH] tests/tiny_psnr.c