Recherche avancée

Médias (91)

Autres articles (62)

  • 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

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (5281)

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