Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • 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

Sur d’autres sites (10523)

  • avutil/pixfmt : s/luma sample positions/horizontal luma sample positions/

    21 mai 2015, par Michael Niedermayer
    avutil/pixfmt : s/luma sample positions/horizontal luma sample positions/
    

    Better to be explicit before someone thinks this could be the time axis ...

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

    • [DH] libavutil/pixfmt.h
  • mmvideo : check horizontal coordinate too

    3 août 2014, par Michael Niedermayer
    mmvideo : check horizontal coordinate too
    

    Fixes out of array accesses.

    Bug-Id : CVE-2013-3672
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/mmvideo.c
  • avutil/pixelutils : avoid on stack arrays

    6 août 2014, par Michael Niedermayer
    avutil/pixelutils : avoid on stack arrays
    

    The arrays are fairly large and could cause problems on some embedded systems
    also they are not endian safe as they mix 32 and 8bit

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

    • [DH] libavutil/pixelutils.c
    • [DH] tests/ref/fate/pixelutils