Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (99)

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

  • aarch64 : vp9itxfm : Use the right lane sizes in 8x8 for improved readability

    3 janvier 2017, par Martin Storsjö
    aarch64 : vp9itxfm : Use the right lane sizes in 8x8 for improved readability
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/aarch64/vp9itxfm_neon.S
  • rtmpproto : Check the buffer sizes when copying app/playpath strings

    8 mai 2014, par Martin Storsjö
    rtmpproto : Check the buffer sizes when copying app/playpath strings
    

    As pointed out by Reimar Döffinger.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtmpproto.c
  • avcodec/libopenh264dec : Increase array sizes, fix stack-buffer overread

    6 décembre 2021, par Andreas Rheinhardt
    avcodec/libopenh264dec : Increase array sizes, fix stack-buffer overread
    

    av_image_copy() expects an array of four pointers and linesizes
    according to its declaration ; it currently only pointers that are
    actually in use (depending upon the pixel format), but this might
    change at any time. It has already happened for the linesizes in
    d7bc52bf456deba0f32d9fe5c288ec441f1ebef5 and so increasing their
    array fixes a stack-buffer overread.

    This fixes a -Wstringop-overflow= and -Wstringop-overread warning
    from GCC 11.2.

    Reviewed-by : Linjie Fu <linjie.justin.fu@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/libopenh264dec.c