
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (106)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (9058)
-
avcodec/bmp_parser : reset state
6 juin 2016, par Michael Niedermayer -
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>