Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (93)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • swscale : fix sign extensions in yuv planar conversion

    17 octobre 2014, par Vittorio Giovara
    swscale : fix sign extensions in yuv planar conversion
    

    Casting the left-most byte to unsigned avoids an undefined
    result of the shift by 24 if bit 7 is set.

    yuvPlanartouyvy_c and yuvPlanartoyuy2_c are affected.

    CC : libav-stable@libav.org
    Bug-Id : CID 732281 / CID 732282

    • [DBH] libswscale/rgb2rgb_template.c
  • avcodec/snowenc : sign extend a variable before shifting

    14 août 2024, par James Almer
    avcodec/snowenc : sign extend a variable before shifting
    

    Fixes "libavcodec/snowenc.c:718:27 : runtime error : left shift of 8509032 by 8 places cannot be represented in type 'int'"
    as seen in fate-vsynth2-snow-hpel under ubsan.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/snowenc.c
  • x86/sbrdsp : sign extend start and end gprs in ff_sbr_hf_gen_sse

    30 juin 2017, par James Almer
    x86/sbrdsp : sign extend start and end gprs in ff_sbr_hf_gen_sse
    

    Tested-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/x86/sbrdsp.asm