Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (104)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (12779)

  • hevc_filter : run vertical and horizontal together

    26 juillet 2014, par Christophe Gisquet
    hevc_filter : run vertical and horizontal together
    

    This should help cache locality. On win64 :
    Before : 1397x cycles, 16216 bytes
    After : 1369x cycles, 16040 bytes

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

    • [DH] libavcodec/hevc_filter.c
  • Revision 198fa6d0a0 : Add Neon horizontal and vertical vp9_mbloop_filter - The vp9 mbfilter C code wi

    1er juillet 2013, par Frank Galligan

    Changed Paths :
     Modify /vp9/common/arm/neon/vp9_loopfilter_neon.asm


     Modify /vp9/common/vp9_rtcd_defs.sh



    Add Neon horizontal and vertical vp9_mbloop_filter

    - The vp9 mbfilter C code will branch on flat and mask. This CL
    will perform both branches and combine the data. A later CL will
    perform a check to see if all patch will take one branch.
    - These functions are about 1.75 times faster than the C code on
    Nexus 7.

    PS #3
    - Changed all functions to dub limit, blimit, and thresh from
    vld dx[], freeing up r4-r6.
    - Changed code to use vbif to reduce one instruction and free
    up a d register.

    Change-Id : I028dae0e434dc9891c3677bdb182e201ffb04777

  • avcodec/mjpegdec : fix green vertical line at the right with upscale h

    31 août 2014, par Michael Niedermayer
    avcodec/mjpegdec : fix green vertical line at the right with upscale h
    

    Fixes Ticket3891

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

    • [DH] libavcodec/mjpegdec.c