
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (39)
-
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. -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
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
Sur d’autres sites (3558)
-
ffplay : remove -ec handling code
7 mai 2014, par Michael Niedermayer -
Revision 6f53eee531 : Code cleanup in vp9_onyx_if.c. Using clamp and MIN/MAX functions instead of pla
2 avril 2013, par Dmitry KovalevChanged Paths : Modify /vp9/encoder/vp9_onyx_if.c Code cleanup in vp9_onyx_if.c. Using clamp and MIN/MAX functions instead of plain C code. Lower case variable names. Removing redundant parenthesis. Change-Id : Ibf7cc5fbe4fbdb5029049a599af71534176e6f42
-
Using JNI in my project and geeting error "Fatal signal 11 (SIGSEGV) at 0x000000ec (code=1) "
9 juillet 2012, par Rahul UpadhyayI read so many post on this que but was unable to find out my problem. I am using JNI ina my project, developing with FFMPEG library. When i start decoding video using ffmpeg it gives me an error Fatal signal 11 (SIGSEGV) at 0x000000ec (code=1) and force stop.
Using Nexus, and it uses maxMemory : 67108864
i know heap Size by applying this code
Runtime rt = Runtime.getRuntime();
long maxMemory = rt.maxMemory();
Log.v("onCreate", "maxMemory:" + Long.toString(maxMemory));