
Recherche avancée
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
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" (...)
Sur d’autres sites (14998)
-
Revision 5b915ebd92 : Change to extend full border only when needed This is a short term optimization
15 juillet 2013, par Yaowu XuChanged Paths :
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_reconinter.c
Modify /vp9/decoder/vp9_onyxd_if.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vpx_scale/generic/yv12extend.c
Modify /vpx_scale/vpx_scale_rtcd.sh
Modify /vpx_scale/yv12config.h
Change to extend full border only when neededThis is a short term optimization till we work out a decoder
implementation requiring no frame border extension.Change-Id : I02d15bfde4d926b50a4e58b393d8c4062d1be70f
-
Revision 11ca81f8b6 : Add vp9_idct4_1d_sse2 Added SSE2 idct4_1d which is called by vp9_short_iht4x4.
8 mars 2013, par Yunqing WangChanged Paths : Modify /vp9/common/vp9_idctllm.c Modify /vp9/common/vp9_rtcd_defs.sh Modify /vp9/common/x86/vp9_idctllm_x86.c Add vp9_idct4_1d_sse2 Added SSE2 idct4_1d which is called by vp9_short_iht4x4. Also, modified the parameter type passed to vp9_short_iht functions to make it work with rtcd (...)
-
Revision 0f4de1573a : Skip finding best ref_mvs when the mode is ZEROMV Read mode before calling vp9_
28 décembre 2012, par Yunqing WangChanged Paths : Modify /vp9/decoder/vp9_decodemv.c Skip finding best ref_mvs when the mode is ZEROMV Read mode before calling vp9_find_best_ref_mvs(). If the mode is ZEROMV, the best ref_mvs are not needed. Then, we can skip calling vp9_find_best_ref_mvs(). Change-Id : (...)