Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (59)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5403)

  • avutil/hwcontext_videotoolbox : add frame hwctx to specify color range

    29 décembre 2023, par Zhao Zhili
    avutil/hwcontext_videotoolbox : add frame hwctx to specify color range
    

    VideoToolbox use different identifiers for the same pixel format
    with different color range, like

    kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange
    kCVPixelFormatType_420YpCbCr8BiPlanarFullRange.

    Before the patch, vt_pool_alloc() always use limited range, and it
    will fail for pixel format AV_PIX_FMT_BGRA since there is no limited
    range kCVPixelFormatType_32BGRA.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavutil/hwcontext_videotoolbox.c
    • [DH] libavutil/hwcontext_videotoolbox.h
    • [DH] libavutil/version.h
  • Localization : Added Step Range Validation to messages_ja (#1936)

    11 février 2017, par Worthy7
    Localization : Added Step Range Validation  to messages_ja (#1936)
  • movenc : check that fps for tmcd is within encodable range.

    17 janvier 2013, par Michael Niedermayer

    movenc : check that fps for tmcd is within encodable range.