Recherche avancée

Médias (91)

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7747)

  • Anomalie #2723 (Nouveau) : Erreur d’interprétation de

    22 mai 2012, par tetue -

    Constaté en SPIP 2.1.12 [18732], dans cet article : http://romy.tetue.net/des-citations-bien-balisees Le code suivant, saisi dans le champ « texte » de mon article : To Be or Not to Be est une phrase anglaise emblématique du théâtre, extraite de la pièce Hamlet de William Shakespeare. affiche ceci : (...)

  • Revision b339aea675 : Allocate 16-byte aligned diff buffer This was done based on John's suggestion.

    8 mars 2013, par Yunqing Wang

    Changed Paths : Modify /vp9/decoder/vp9_dequantize.c Modify /vp9/decoder/x86/vp9_dequantize_x86.c Allocate 16-byte aligned diff buffer This was done based on John's suggestion. Change-Id : I62516a513c31fe3dbea0d6cd063df79d9e819ec8

  • avutil/intmath : use de Bruijn based ff_ctz

    14 octobre 2015, par Ganesh Ajjanagadde
    avutil/intmath : use de Bruijn based ff_ctz
    

    It has already been demonstrated that the de Bruijn method has benefits
    over the current implementation : commit 971d12b7f9d7be3ca8eb98e6c04ed521f83cbd3c.
    That commit implemented it for long long, this extends it to the int version.

    Tested with FATE.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] libavutil/intmath.h