
Recherche avancée
Autres articles (70)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
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 autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (8667)
-
Revision 1893122e34 : Fix dr memory VP8 encode/decode errors This patch fixed errors reported in Issu
22 avril 2014, par Yunqing WangChanged Paths :
Modify /vp8/common/x86/recon_sse2.asm
Fix dr memory VP8 encode/decode errorsThis patch fixed errors reported in Issue 746 : "dr memory VP8
encode errors" and Issue 745 : "dr memory VP8 decode errors".
The "UNINITIALIZED READ" errors were fixed in x86 assembly
code. The list of files fixed is
vp8_intra_pred_uv_tm_sse2
vp8_intra_pred_uv_tm_ssse3vp8_intra_pred_uv_ho_mmx2
vp8_intra_pred_uv_ho_ssse3vp8_intra_pred_y_tm_sse2
vp8_intra_pred_y_tm_ssse3vp8_intra_pred_y_ho_sse2
Change-Id : Ib6df7bf1d442077fe534edfd90e50ad16fadacdd
-
Revision 3a6670fcf8 : Fix encoder uninitialized read errors reported by drmemory This patch fixed the
9 avril 2014, par Yunqing WangChanged Paths :
Modify /vp9/common/x86/vp9_copy_sse2.asm
Fix encoder uninitialized read errors reported by drmemoryThis patch fixed the uninitialized read errors in Issue 748 :
"dr memory VP9 encode errors". In vp9_convolve_avg_sse2,
when width is 4, pavgb reads 8 bytes from dst buffer that is
out of range. An error is reported although the data is not
actually used later. This issue was resolved by preventing
uninitialized reads.Change-Id : I109a54910aa47139cb13119de86f2062cff207df
-
Add AVX2 capable CPU detection. Patch based on x264’s AVX2 detection
20 octobre 2013, par Kieran Kunhya