Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (102)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (6740)

  • Revision e5eda53e3d : vpx_mem : remove memory manager code vestigial. the code is stale and couldn't b

    16 avril 2015, par James Zern

    Changed Paths :
     Modify /configure


     Modify /vpx_mem/include/vpx_mem_intrnl.h


     Delete /vpx_mem/memory_manager/hmm_alloc.c


     Delete /vpx_mem/memory_manager/hmm_base.c


     Delete /vpx_mem/memory_manager/hmm_dflt_abort.c


     Delete /vpx_mem/memory_manager/hmm_grow.c


     Delete /vpx_mem/memory_manager/hmm_largest.c


     Delete /vpx_mem/memory_manager/hmm_resize.c


     Delete /vpx_mem/memory_manager/hmm_shrink.c


     Delete /vpx_mem/memory_manager/hmm_true.c


     Delete /vpx_mem/memory_manager/include/cavl_if.h


     Delete /vpx_mem/memory_manager/include/cavl_impl.h


     Delete /vpx_mem/memory_manager/include/heapmm.h


     Delete /vpx_mem/memory_manager/include/hmm_cnfg.h


     Delete /vpx_mem/memory_manager/include/hmm_intrnl.h


     Modify /vpx_mem/vpx_mem.c


     Modify /vpx_mem/vpx_mem.h


     Modify /vpx_mem/vpx_mem.mk



    vpx_mem : remove memory manager code

    vestigial. the code is stale and couldn’t be configured directly ; there
    are better ways to achieve this now

    Change-Id : I5a9c62e099215588cd0d7e5ae002dfc77c21a895

  • avformat/rtpdec_h261 : code aligned to the HEVC code

    1er novembre 2014, par Thomas Volkert
    avformat/rtpdec_h261 : code aligned to the HEVC code
    

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

    • [DH] libavformat/rtpdec_h261.c
  • Revision 1fc70e47cd : Adds code for corner detection and ransac This code is to start experiments wit

    7 février 2015, par Deb Mukherjee

    Changed Paths :
     Add /vp9/encoder/vp9_corner_detect.c


     Add /vp9/encoder/vp9_corner_detect.h


     Add /vp9/encoder/vp9_corner_match.c


     Add /vp9/encoder/vp9_corner_match.h


     Add /vp9/encoder/vp9_global_motion.c


     Add /vp9/encoder/vp9_global_motion.h


     Add /vp9/encoder/vp9_ransac.c


     Add /vp9/encoder/vp9_ransac.h


     Modify /vp9/vp9cx.mk



    Adds code for corner detection and ransac

    This code is to start experiments with global motion models.

    The corner detection can be either fast_9 or Harris.
    Corner matching is currently based on normalized correlation.
    Three flavors of ransac are used to estimate either a
    homography (8-param), or an affine model (6-param) or a
    rotation-zoom only affine model (4-param).

    The highest level API for the library is in vp9_global_motion.h,
    where there are two functions - one for computing a single model
    and another for computing multiple models up to a maximum number
    provided or until a desired inlier probability is achieved.

    Change-Id : I3f9788ec2dc0635cbc65f5c66c6ea8853cfcf2dd