
Recherche avancée
Autres articles (41)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (...)
Sur d’autres sites (5979)
-
Revision 37d7cb607e : Remove unnecessary local variables. Change-Id : I1cdcd847f258967534ef30ba15894b4
5 février 2014, par Adrian GrangeChanged Paths :
Modify /vp9/vp9_cx_iface.c
Remove unnecessary local variables.Change-Id : I1cdcd847f258967534ef30ba15894b486f1519a8
-
x86inc : Avoid creating unnecessary local labels
18 janvier 2016, par Henrik Gramnerx86inc : Avoid creating unnecessary local labels
The REP_RET workaround is only needed on old AMD cpus, and the labels clutter
up the symbol table and confuse debugging/profiling tools, so use EQU to
create SHN_ABS symbols instead of creating local labels. Furthermore, skip
the workaround completely in functions that definitely won’t run on such cpus.Note that EQU is just creating a local label when using nasm instead of yasm.
This is probably a bug, but at least it doesn’t break anything.Signed-off-by : Anton Khirnov <anton@khirnov.net>
-
Revision eccae1de19 : Removing unused ref_frame_mask local var. Change-Id : Ie11558c076a0161cc9608788e
30 mai 2014, par Dmitry KovalevChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Removing unused ref_frame_mask local var.Change-Id : Ie11558c076a0161cc9608788e050b1b16e31c490