Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (86)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (17301)

  • 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
  • avcodec/apv_decode : Remove redundant log message

    27 avril, par Andreas Rheinhardt
    avcodec/apv_decode : Remove redundant log message
    

    ff_thread_get_buffer() already emits its own logmessage.

    Reviewed-by : Mark Thompson <sw@jkqxz.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/apv_decode.c