Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (76)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

Sur d’autres sites (10462)

  • Remove un-needed code.

    28 juin 2014, par Erik de Castro Lopo
    Remove un-needed code.
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/share/grabbag/cuesheet.c
    • [DH] src/share/win_utf8_io/win_utf8_io.c
    • [DH] test/test_replaygain.sh
  • libFLAC : SSE optimisations.

    28 juillet 2014, par Erik de Castro Lopo
    libFLAC : SSE optimisations.
    

    Add new function :

    FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41()

    and rewrite function :

    FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2()

    Testing shows noticeable speed increase on Intel Core i3/5/7 (up to 30%
    for -8 mode), AMD Athlon64, Phenom, Bulldozer/Piledriver, but no increase
    or even very small speed decrease ( 2% for -8 mode) on Intel Core2.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/include/private/lpc.h
    • [DH] src/libFLAC/lpc_intrin_sse2.c
    • [DH] src/libFLAC/lpc_intrin_sse41.c
    • [DH] src/libFLAC/stream_encoder.c
  • libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader.

    27 juillet 2014, par Erik de Castro Lopo
    libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader.
    

    In FLAC 1.2.0, a new field ’FLAC__CPUInfo cpu_info’ was added to the
    FLAC__BitReader struct. It became useless in 1.3.0 because of various
    bitreader optimizations.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/bitreader.c
    • [DH] src/libFLAC/include/private/bitreader.h
    • [DH] src/libFLAC/stream_decoder.c