Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (25)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (4525)

  • avcodec/bink : use av_mallocz for data

    15 décembre 2013, par Michael Niedermayer
    avcodec/bink : use av_mallocz for data
    

    Fixes use of uninitialized memory
    Fixes msan_uninit-mem_7fe8a5fd759d_2838_SPECTRE.BIK
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/bink.c
  • h264_cavlc : check the size of the intra PCM data.

    15 novembre 2013, par Anton Khirnov
    h264_cavlc : check the size of the intra PCM data.
    

    Fixes invalid reads.
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DBH] libavcodec/h264_cavlc.c
  • matroskadec : pad EBML_BIN data.

    15 novembre 2013, par Anton Khirnov
    matroskadec : pad EBML_BIN data.
    

    It might be passed to code requiring padding, such as lzo decompression.

    Fixes invalid reads.
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DBH] libavformat/matroskadec.c