
Recherche avancée
Autres articles (47)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
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 (5311)
-
Revision fdee7623cf : Add neon register state check for unit test. Change-Id : I2c117ddeae3da5119f549b
28 février 2014, par hkuangChanged Paths :
Modify /test/register_state_check.h
Add neon register state check for unit test.Change-Id : I2c117ddeae3da5119f549b036a5699a8092819d3
-
avcodec/cbs_av1 : keep separate reference frame state for reading and writing
18 novembre 2019, par James Almeravcodec/cbs_av1 : keep separate reference frame state for reading and writing
In scearios where a Temporal Unit is written right after reading it using the same
CBS context (av1_metadata, av1_frame_merge, etc), the reference frame state used
by the writer must not be the state that's the result of the reader having already
parsed the current frame in question.This fixes writing Switch frames, and frames using short ref signaling.
Signed-off-by : James Almer <jamrial@gmail.com>
-
Use typeof something === ’function’ vs. something instanceOf function, as GWT JSNI was doing funky things and breaking onready() and related handlers.
23 mai 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Use typeof something === ’function’ vs. something instanceOf function, as GWT JSNI was doing funky things and breaking onready() and related handlers. (...)