
Recherche avancée
Autres articles (73)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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. -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (14710)
-
Does the compiler take care the useless codes like if(0) ?
25 juillet 2015, par xkfz007Recently, I am compiling the ffmpeg codes under windows use the VS2010 with intel compiler.
For the following codes :void ff_dcadsp_init(DCADSPContext *s)
{
s->lfe_fir = dca_lfe_fir_c;
if (ARCH_ARM) ff_dcadsp_init_arm(s);
}the macro
ARCH_ARM
is defined as0
.When I compile it under linux, there is no function in
ff_dcadsp_init_arm()
in the object file, while it does under windows ? So I want to make sure if the compiler will do something about the useless codes and how to set it for INTEL compiler. -
Révision 22191 : Notice php en moins dans les boucles CONDITION qui n’ont pas de description de ta...
29 mai 2015, par marcimat ☺☮☯♫ -
avcodec/aacsbr : Replace impossible condition by assert
17 mars 2015, par Michael Niedermayer