Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (54)

  • 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.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (11155)

  • avcodec : optimize mathops for Loongson-3 v1

    16 avril 2015, par ZhouXiaoyong
    avcodec : optimize mathops for Loongson-3 v1
    

    HAVE_LOONGSON is replaced by HAVE_LOONGSON3. Even Loongson-2E and 2F support
    Loongson SIMD instructs but have low performance for decoding. We plan to focus
    on optimizing Loongson-3A1000, 3B1500 and 3A1500, and modify the configure file
    to support Loongson-2 series later by adding HAVE_LOONGSON2.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mathops.h
    • [DH] libavcodec/mips/mathops.h
  • configure : add support for mips32r5, p5600 cpu and msa

    9 avril 2015, par Shivraj Patil
    configure : add support for mips32r5, p5600 cpu and msa
    

    Imagination Technologies has come up with MIPS Warrior Processor Cores.
    More details can be found at-
    http://www.imgtec.com/mips/warrior/pclass.asp
    http://www.imgtec.com/mips/warrior/iclass.asp

    This is a preparation patch to submit optimized code for MSA (MIPS-SIMD-Architecture)
    This patch set is adding support for P5600 and I6400 CPUs.

    MIPS ’generic’ case is added, with mips32r2 arch as default (fpu and dsp opt enabled).

    Sample configurations for new MSA architectures-
    $ ./configure —enable-cross-compile —cross-prefix=<PATH> —arch=mips —target-os=linux —cpu=p5600
    $ ./configure —enable-cross-compile —cross-prefix=<PATH> —arch=mips —target-os=linux —cpu=i6400

    Signed-off-by : Shivraj Patil <shivraj.patil@imgtec.com>
    Reviewed-by : Nedeljko Babic <Nedeljko.Babic@imgtec.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
  • configure : add support for mips64r6 and i6400 cpu

    9 avril 2015, par Shivraj Patil
    configure : add support for mips64r6 and i6400 cpu
    

    This is a preparation patch to submit optimized code for MSA (MIPS-SIMD-Architecture)

    Signed-off-by : Shivraj Patil <shivraj.patil@imgtec.com>
    Reviewed-by : Nedeljko Babic <Nedeljko.Babic@imgtec.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure