Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (25)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

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

Sur d’autres sites (5682)

  • swscale/ppc/swscale_altivec.c : POWER LE support in yuv2planeX_8() delete macro GET_VF...

    27 avril 2015, par Rong Yan
    swscale/ppc/swscale_altivec.c : POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong
    

    GCC tool had a bug of PPC intrinsic interpret, which has been fixed in GCC 4.9.1. This bug lead to
    errors in two of our previous patches. We found this when we update our GCC tools to 4.9.1 and by
    reading the related info on GCC website. We fix our previous error in two separate commits

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

    • [DH] libswscale/ppc/swscale_altivec.c
  • avcodec/ppc/fdctdsp : POWER LE support in ff_fdct_altivec() delete macros VEC_FMERGEH...

    27 avril 2015, par Rong Yan
    avcodec/ppc/fdctdsp : POWER LE support in ff_fdct_altivec() delete macros VEC_FMERGEH() VEC_FMERGEL(), they where wrong
    

    GCC tool had a bug of PPC intrinsic interpret, which has been fixed in GCC 4.9.1. This bug lead to
    errors in two of our previous patches. We found this when we update our GCC tools to 4.9.1 and by
    reading the related info on GCC website. We fix our previous error in two separate commits

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

    • [DH] libavcodec/ppc/fdctdsp.c
  • avcodec/svq1enc : restrict Altivec acceleration to big-endian POWER configurations

    16 janvier, par Sean McGovern
    avcodec/svq1enc : restrict Altivec acceleration to big-endian POWER configurations
    

    This was disabled in da60b99a8857d5ca236f32c1799a066e0135a866 and then
    accidentally re-enabled in 172b0e2e88832822632841e8e0d3794f974cbc93.

    The code in question was never properly adapted for litte-endian mode.

    refs : trac/10955
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ppc/svq1enc_altivec.c