Recherche avancée

Médias (91)

Autres articles (49)

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

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

Sur d’autres sites (9840)

  • avcodec/adpcm_ima_apm : cosmetics

    18 février 2021, par Zane van Iperen
    avcodec/adpcm_ima_apm : cosmetics
    

    Reviewed-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavcodec/adpcm.c
  • avformat/aviobuf : Don't use NULL as src for memcpy

    28 septembre 2022, par Andreas Rheinhardt
    avformat/aviobuf : Don't use NULL as src for memcpy
    

    This might happen in avio_write() if size == 0
    when the direct codepath is taken. It is undefined behaviour
    according to the spec although it happens to work in practice.
    Fixes the webm-webvtt-remux FATE-test under UBSan.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/aviobuf.c
  • avdevice/xv : Increase array size

    9 octobre 2021, par Andreas Rheinhardt
    avdevice/xv : Increase array size
    

    av_image_copy() expects an array of four pointers according to its
    declaration ; although it currently only touches pointers that
    are actually in use (depending upon the pixel format) this might
    change at any time (as has already happened for the linesizes
    in d7bc52bf456deba0f32d9fe5c288ec441f1ebef5).

    This fixes ticket #9264 as well as a warning from GCC 11.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavdevice/xv.c