Recherche avancée

Médias (91)

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

Sur d’autres sites (3472)

  • avcodec/msvideo1enc : Add check for av_malloc

    17 avril 2023, par Jiasheng Jiang
    avcodec/msvideo1enc : Add check for av_malloc
    

    Add the check for the return value of the av_malloc in order to avoid
    NULL pointer deference.

    Fixes : e4be3485af ("MS Video 1 encoder")
    Signed-off-by : Jiasheng Jiang <jiasheng@iscas.ac.cn>

    • [DH] libavcodec/msvideo1enc.c
  • lavfi/dnn : check the return value from sws_getContext

    9 décembre 2020, par Jun Zhao
    lavfi/dnn : check the return value from sws_getContext
    

    sws_getContext may be return NULL, and it's will be dereferenced,
    so add the check.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/dnn/dnn_io_proc.c
  • xl : Fix the buffer size check

    27 juillet 2013, par Luca Barbato
    xl : Fix the buffer size check
    

    Also make it the first check.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org

    • [DBH] libavcodec/xl.c