Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (108)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (11619)

  • Anomalie #2734 : [MIGRATION 2.14 -> 3.01] Mots clé de rubrique non migrés

    25 mai 2012, par marcimat -

    C’est tout à fait normal que la table soit supprimée, vu que les mots sont maintenant stockés dans spip_mots_liens. Tes mots doivent être dedans. Isn’t it ?

  • lavc/sbrdsp : R-V V hf_apply_noise functions

    10 novembre 2023, par Rémi Denis-Courmont
    lavc/sbrdsp : R-V V hf_apply_noise functions
    

    This is restricted to 128-bit vectors as larger vector sizes could read
    past the end of the noise array. Support for future hardware with larger
    vector sizes is left for some other time.

    hf_apply_noise_0_c : 2319.7
    hf_apply_noise_0_rvv_f32 : 1229.0
    hf_apply_noise_1_c : 2539.0
    hf_apply_noise_1_rvv_f32 : 1244.7
    hf_apply_noise_2_c : 2319.7
    hf_apply_noise_2_rvv_f32 : 1232.7
    hf_apply_noise_3_c : 2541.2
    hf_apply_noise_3_rvv_f32 : 1244.2

    • [DH] libavcodec/riscv/sbrdsp_init.c
    • [DH] libavcodec/riscv/sbrdsp_rvv.S
  • configure : Check whether MSVC requires using the C89-to-C99 converter

    4 novembre 2013, par Martin Storsjö
    configure : Check whether MSVC requires using the C89-to-C99 converter
    

    MSVC does support enough of C99 to work without the converter since
    the 2013 version. Try to detect which version of the compiler in
    the path needs to run the C99 converter or not. When the converter
    is omitted, compilation time is reduced quite drastically.

    Prior to this, users could still use —cc="c99conv -noconv cl"
    when running MSVC 2013 to achieve the same.

    This checks the version number instead of doing a normal compile
    test, since this check needs to be done earlier in configure, before
    the normal compile test helpers are usable.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure