Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (26)

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

  • hwcontext_vulkan : initialize the frames context when deriving

    25 mai 2020, par Lynne
    hwcontext_vulkan : initialize the frames context when deriving
    

    Otherwise, the frames context is considered to be ready to handle
    mapping, and it doesn't get initialized the normal way through
    .frames_init.

    • [DH] libavutil/hwcontext_vulkan.c
  • lavf/nutdec : add logging context to log

    28 septembre 2019, par Jun Zhao
    lavf/nutdec : add logging context to log
    

    Add logging context to log, it's will help debuging.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/nutdec.c
  • avcodec/wavpack : Constify slice threads' ptr to main context

    23 juillet 2022, par Andreas Rheinhardt
    avcodec/wavpack : Constify slice threads' ptr to main context
    

    Modifying the main context from a slice thread is (usually) a data race,
    so it must not happen. So only use a pointer to const to access
    the main context.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/wavpack.c