Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (40)

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

  • pixblockdsp : Have function pointer prototype match implementation

    31 octobre 2016, par Diego Biurrun
    pixblockdsp : Have function pointer prototype match implementation
    

    libavcodec/pixblockdsp.c(58) : warning C4028 : formal parameter 1 different from declaration
    libavcodec/pixblockdsp.c(63) : warning C4028 : formal parameter 1 different from declaration
    libavcodec/pixblockdsp.c(66) : warning C4028 : formal parameter 1 different from declaration

    • [DBH] libavcodec/pixblockdsp.h
  • Add a compat stdatomic.h implementation based on pthreads

    29 novembre 2016, par Anton Khirnov
    Add a compat stdatomic.h implementation based on pthreads
    

    Adapted from the code by Rémi Denis-Courmont from VLC

    This merges libav commit f9a6a80e065cdb95b233978f1d96ec9bc863daa1.

    Signed-off-by : Wan-Teh Chang <wtc@google.com>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] compat/atomics/pthread/stdatomic.c
    • [DH] compat/atomics/pthread/stdatomic.h
    • [DH] configure
  • Add a compat stdatomic.h implementation based on suncc atomics

    29 novembre 2016, par Anton Khirnov
    Add a compat stdatomic.h implementation based on suncc atomics
    

    Adapted from the code by Rémi Denis-Courmont from VLC

    This merges libav commit bb81ed476569b912a37ed553e756e123b6b13b14.

    Signed-off-by : Wan-Teh Chang <wtc@google.com>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] compat/atomics/suncc/stdatomic.h
    • [DH] configure