
Recherche avancée
Autres articles (68)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa 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 (...)
Sur d’autres sites (9365)
-
Revision e5eda53e3d : vpx_mem : remove memory manager code vestigial. the code is stale and couldn't b
16 avril 2015, par James ZernChanged 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 codevestigial. the code is stale and couldn’t be configured directly ; there
are better ways to achieve this nowChange-Id : I5a9c62e099215588cd0d7e5ae002dfc77c21a895
-
avformat/rtpdec_h261 : code aligned to the HEVC code
1er novembre 2014, par Thomas Volkert -
Revision 1fc70e47cd : Adds code for corner detection and ransac This code is to start experiments wit
7 février 2015, par Deb MukherjeeChanged 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 ransacThis 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