Recherche avancée

Médias (91)

Autres articles (89)

  • 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 ;

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

  • x86inc : Correctly warn on use of SSE2 instructions in SSE functions

    3 février 2015, par Christophe Gisquet
    x86inc : Correctly warn on use of SSE2 instructions in SSE functions
    

    SSE2 instructions that are XMM-implementations of pre-existing MMX/MMX2
    instructions did not issue warnings when used in SSE functions. Handle
    it by also checking the register type when such instructions are used.

    • [DH] common/x86/x86inc.asm
  • avcodec/mips/cabac : Fix a bug in get_cabac_inline_mips.

    29 juillet 2020, par Shiyou Yin
    avcodec/mips/cabac : Fix a bug in get_cabac_inline_mips.
    

    Failed fate case : fate-h264-conformance-caba2_sony_e
    Clang is more strict in the use of register constraint.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/cabac.h
  • avcodec/utils : use a default lock manager that uses a pthread mutex

    17 octobre 2013, par Michael Niedermayer
    avcodec/utils : use a default lock manager that uses a pthread mutex
    

    That makes avformat & avcodec thread safe without the need to explicitly
    register a lock manager.

    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/utils.c