Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (71)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (10443)

  • libavutil : cast truncated values to uint32_t

    26 août 2013, par Alfred E. Heggestad
    libavutil : cast truncated values to uint32_t
    

    programs using ffmpeg that are compiled with -Wshorten-64-to-32
    gives a warning when using header files common.h and rational.h

    cast 64-bit truncated values to (uint32_t) to avoid the warning

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/common.h
    • [DH] libavutil/rational.h
  • avformat/evc : Don't cast const away, avoid loop

    6 juillet 2023, par Andreas Rheinhardt
    avformat/evc : Don't cast const away, avoid loop
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/evc.h
  • lavc/bitstream_filter : Make a cast explicit.

    1er mars 2017, par Carl Eugen Hoyos
    lavc/bitstream_filter : Make a cast explicit.
    

    Fixes the following gcc warning :
    libavcodec/bitstream_filter.c:133:14 : warning : assignment discards ‘const’ qualifier from pointer target type

    • [DH] libavcodec/bitstream_filter.c