Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (57)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (11269)

  • d3d11va : make av_d3d11va_alloc_context() available at all times

    27 septembre 2015, par Anton Khirnov
    d3d11va : make av_d3d11va_alloc_context() available at all times
    

    The public API should not depend on the build configuration.

    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/d3d11va.c
  • avformat/utils : Don't initialize AVStreamInternal.info multiple times

    26 août 2021, par Andreas Rheinhardt
    avformat/utils : Don't initialize AVStreamInternal.info multiple times
    

    It has been allocated and initialized in avformat_find_stream_info()
    until fd0368e7ca35e2feaf7960564e61a76655c4d1f6 when the structure
    was moved to AVStreamInternal and its allocation to avformat_new_stream.
    In order to also initialize the struct for new streams that only get
    created during avformat_find_stream_info() said the initialization has
    been added to avformat_new_stream() later. Due to the Libav-FFmpeg split
    this has been done twice : In 4cda8aa1c5bc58f8a7f53a21a19b03e7379bbcdc
    and in 30c26c2442e4e44ac5a763c23c4b0fdd9921a7f5. The initialization in
    avformat_find_stream_info() has not been removed at all despite being
    redundant. This commit removes it and the duplicated initialization in
    avformat_new_stream().

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

    • [DH] libavformat/utils.c
  • Revision 9596a4cc54 : vpxdec : add —loops option Allows vpxdec to operate multiple times on the same

    13 juin 2013, par John Koleszar

    Changed Paths :
     Modify /vpxdec.c



    vpxdec : add —loops option

    Allows vpxdec to operate multiple times on the same input. Mostly
    useful for debugging/development.

    Change-Id : Icf25ece22e387052eade4438971eee5ff4f798ba