
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (93)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (5368)
-
Revision f818fc9f6b : Added missing static function modifiers.
30 avril 2012, par Marc NoirotChanged Paths :
Modify /src/dump_yaml.c
Added missing static function modifiers. -
Revision cfea74bcf4 : Cosmetic changes in handle_inter_mode_ Use unified function pointers to varianc
7 mai 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Cosmetic changes in handle_inter_mode_Use unified function pointers to variance_.
Change-Id : I78891bede56e73306851808d96f09dc0d3d8074e
-
get_cabac_inline_x86 : Don't inline the assembly function on 32 bit
2 janvier 2023, par Christopher Degawaget_cabac_inline_x86 : Don't inline the assembly function on 32 bit
While the inline cabac assembly has worked correctly in i386 builds
historically, modern compiler updates has started showing issues
with it, when the function gets inlined into larger contexts that
fail to provide the amount of free registers as this function
requires.This was an issue with Clang on Windows on i386, which was fixed
in c6d284b945324a7bc70ea8b9056040c8148aa835. However, recently
the same issues also have started showing up with GCC (both for
Windows and Linux). Whether the issue appears seems dependent on
a lot of optimizer tuning (e.g. the issue appears or goes away
depenent on the combinaton of -march= and -mtune= options),
potentially due to the compiler making different decisions on
how much to inline.Fixes : https://trac.ffmpeg.org/ticket/8903
Signed-off-by : Martin Storsjö <martin@martin.st>