Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (14419)

  • huffyuvdec : avoid large stack use.

    2 septembre 2014, par Reimar Döffinger
    huffyuvdec : avoid large stack use.
    

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavcodec/huffyuvdec.c
  • avcodec/dirac_arith : Fix build with PIC and stack-check options

    9 avril 2014, par Anthoine Bourgeois
    avcodec/dirac_arith : Fix build with PIC and stack-check options
    

    Fixes Ticket3540

    The function dirac_get_arith_bit in libavcodec/dirac_arith.h can’t be
    built with PIC and check-stack because the asm code needs 6 registers
    and PIC and check-stack options take 1 each and x86 is quite limited
    in this area.

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

    • [DH] libavcodec/dirac_arith.h
  • x86 : move horizontal add macros to x86util

    17 avril 2014, par James Almer
    x86 : move horizontal add macros to x86util
    

    Also port relevant AVX2/XOP optimizations from x264 with permission
    to relicense to LGPL from the corresponding authors

    Signed-off-by : James Almer <jamrial@gmail.com>
    Reviewed-by : "Ronald S. Bultje" <rsbultje@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/x86/h264_intrapred_10bit.asm
    • [DH] libavutil/x86/x86util.asm