
Recherche avancée
Autres articles (69)
-
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 (10022)
-
Revision a57cff2132 : Move set_speed_feature out of frame encoding Set speed features before running
4 mars 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_rdopt.c
Move set_speed_feature out of frame encodingSet speed features before running frame encoding. This avoids
redundant RD threshold calculation in key frame coding.Change-Id : If8e3cf2c02976baa59b310c1c23af9eea0c46e36
-
ffmpeg : limit read_key() calls to get a tiny speed boost.
8 octobre 2011, par Michael Niedermayerffmpeg : limit read_key() calls to get a tiny speed boost.
-
vble : remove flags copy, its not used in any speed relevant code.
12 novembre 2011, par Michael Niedermayervble : remove flags copy, its not used in any speed relevant code.